geekblog 0.0.1-dev

geekblog
Class BlogComment

java.lang.Object
  |
  +--geekblog.BlogComment
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
BlogComment(long entryID, java.lang.String name, java.lang.String comment)
           
BlogComment(long entryID, java.lang.String name, java.lang.String email, java.lang.String comment)
           
 
Method Summary
 java.lang.String getComment()
          Return the Comment property
 java.lang.String getEMail()
          Return the EMail property
 long getEntryID()
          Return the ID of the BlogEntry this is a comment on.
 java.lang.String getName()
          Return the Name property
 void setComment(java.lang.String value)
          Set the Comment property
 void setEMail(java.lang.String value)
          Set the EMail property
 void setName(java.lang.String value)
          Set the Name property
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlogComment

public BlogComment(long entryID,
                   java.lang.String name,
                   java.lang.String comment)

BlogComment

public BlogComment(long entryID,
                   java.lang.String name,
                   java.lang.String email,
                   java.lang.String comment)
Method Detail

getEntryID

public long getEntryID()
Return the ID of the BlogEntry this is a comment on.


getName

public java.lang.String getName()
Return the Name property


setName

public void setName(java.lang.String value)
Set the Name property


getEMail

public java.lang.String getEMail()
Return the EMail property


setEMail

public void setEMail(java.lang.String value)
Set the EMail property


getComment

public java.lang.String getComment()
Return the Comment property


setComment

public void setComment(java.lang.String value)
Set the Comment property


geekblog 0.0.1-dev

Copyright © 2003 Ted Neward. All Rights Reserved.