org.scrashmeow.ojb.content
Class Album

java.lang.Object
  |
  +--org.scrashmeow.ojb.content.Album
All Implemented Interfaces:
java.io.Serializable

public class Album
extends java.lang.Object
implements java.io.Serializable

Author:
Alexander Bibighaus
See Also:
Serialized Form

Field Summary
protected  java.util.Collection comments
          Field comments
protected  java.lang.String description
           
protected  java.lang.String name
          Field name
protected  java.util.Collection photos
          Field photos
protected  java.lang.Integer uid
          Field uid
 
Constructor Summary
Album()
          Constructor for PhotoAlbum.
 
Method Summary
 java.util.Collection getComments()
          Returns the comments.
 java.lang.String getDescription()
           
 java.lang.String getName()
          Returns the name.
 java.util.Collection getPhotos()
          Returns the photos.
 java.lang.Integer getUid()
           
 void setComments(java.util.Collection comments)
          Sets the comments.
 void setDescription(java.lang.String string)
           
 void setName(java.lang.String name)
          Sets the name.
 void setPhotos(java.util.Collection photos)
          Sets the photos.
 void setUid(java.lang.Integer integer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uid

protected java.lang.Integer uid
Field uid


name

protected java.lang.String name
Field name


photos

protected java.util.Collection photos
Field photos


comments

protected java.util.Collection comments
Field comments


description

protected java.lang.String description
Constructor Detail

Album

public Album()
Constructor for PhotoAlbum.

Method Detail

getName

public java.lang.String getName()
Returns the name.

Returns:
String

getPhotos

public java.util.Collection getPhotos()
Returns the photos.

Returns:
Collection

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - The name to set

setPhotos

public void setPhotos(java.util.Collection photos)
Sets the photos.

Parameters:
photos - The photos to set

getComments

public java.util.Collection getComments()
Returns the comments.

Returns:
Collection

setComments

public void setComments(java.util.Collection comments)
Sets the comments.

Parameters:
comments - The comments to set

getDescription

public java.lang.String getDescription()
Returns:

getUid

public java.lang.Integer getUid()
Returns:

setDescription

public void setDescription(java.lang.String string)
Parameters:
string -

setUid

public void setUid(java.lang.Integer integer)
Parameters:
integer -


Copyright © 2003 Alexander Bibighaus et al. All Rights Reserved.