com.alvermont.bcimport
Class Comment

java.lang.Object
  extended by com.alvermont.bcimport.Comment

public class Comment
extends java.lang.Object

Bean class for one comment


Constructor Summary
Comment()
          Creates a new instance of Comment
 
Method Summary
 java.lang.String getAuthor()
          Getter for property user.
 java.util.Date getPublished()
          Getter for property published.
 java.lang.String getText()
          Getter for property text.
 void setAuthor(java.lang.String author)
          Setter for property user.
 void setPublished(java.util.Date published)
          Setter for property published.
 void setText(java.lang.String text)
          Setter for property text.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Comment

public Comment()
Creates a new instance of Comment

Method Detail

getAuthor

public java.lang.String getAuthor()
Getter for property user.

Returns:
Value of property user.

setAuthor

public void setAuthor(java.lang.String author)
Setter for property user.

Parameters:
author - New value of property user.

getPublished

public java.util.Date getPublished()
Getter for property published.

Returns:
Value of property published.

setPublished

public void setPublished(java.util.Date published)
Setter for property published.

Parameters:
published - New value of property published.

getText

public java.lang.String getText()
Getter for property text.

Returns:
Value of property text.

setText

public void setText(java.lang.String text)
Setter for property text.

Parameters:
text - New value of property text.