org.scrashmeow.ojb.content
Class Comment

java.lang.Object
  |
  +--org.scrashmeow.ojb.content.Comment
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AlbumComment, PhotoComment

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

Author:
Alexander Bibighaus
See Also:
Serialized Form

Field Summary
protected  java.lang.String comment
          Field comment
protected  java.lang.String email
           
protected  java.lang.String name
          Field name
protected  java.lang.String subject
           
protected  java.lang.Integer uid
          Field uid
 
Constructor Summary
Comment()
          Constructor for Comment.
 
Method Summary
 java.lang.String getComment()
          Returns the comment.
 java.lang.String getEmail()
           
 java.lang.String getName()
          Returns the name.
 java.lang.String getSubject()
           
 java.lang.Integer getUid()
          Returns the uid.
 void setComment(java.lang.String comment)
          Sets the comment.
 void setEmail(java.lang.String string)
           
 void setName(java.lang.String name)
          Sets the name.
 void setSubject(java.lang.String string)
           
 void setUid(java.lang.Integer uid)
          Sets the uid.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name
Field name


comment

protected java.lang.String comment
Field comment


uid

protected java.lang.Integer uid
Field uid


email

protected java.lang.String email

subject

protected java.lang.String subject
Constructor Detail

Comment

public Comment()
Constructor for Comment.

Method Detail

getComment

public java.lang.String getComment()
Returns the comment.

Returns:
String

getName

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

Returns:
String

setComment

public void setComment(java.lang.String comment)
Sets the comment.

Parameters:
comment - The comment to set

setName

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

Parameters:
name - The name to set

getUid

public java.lang.Integer getUid()
Returns the uid.

Returns:
Integer

setUid

public void setUid(java.lang.Integer uid)
Sets the uid.

Parameters:
uid - The uid to set

getEmail

public java.lang.String getEmail()
Returns:

getSubject

public java.lang.String getSubject()
Returns:

setEmail

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

setSubject

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


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