geekblog 0.0.1-dev

geekblog
Class BlogEntry

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

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

Bean representing a single weblog entry.

See Also:
Serialized Form

Constructor Summary
BlogEntry(java.util.Date date, java.lang.String title, java.lang.String text)
           
BlogEntry(java.lang.String title, java.lang.String text)
           
 
Method Summary
 long getID()
          Return the Timestamp property, in seconds
 java.lang.String getText()
          Return the Text property
 java.util.Date getTimestamp()
          Return the Timestamp property
 java.lang.String getTitle()
          Return the Title property
 void setText(java.lang.String value)
          Set the Text property
 void setTimestamp(java.util.Date value)
          Set the Timestamp property
 void setTitle(java.lang.String value)
          Set the Title property
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BlogEntry

public BlogEntry(java.lang.String title,
                 java.lang.String text)

BlogEntry

public BlogEntry(java.util.Date date,
                 java.lang.String title,
                 java.lang.String text)
Method Detail

getID

public long getID()
Return the Timestamp property, in seconds


getTimestamp

public java.util.Date getTimestamp()
Return the Timestamp property


setTimestamp

public void setTimestamp(java.util.Date value)
Set the Timestamp property


getTitle

public java.lang.String getTitle()
Return the Title property


setTitle

public void setTitle(java.lang.String value)
Set the Title property


getText

public java.lang.String getText()
Return the Text property


setText

public void setText(java.lang.String value)
Set the Text property


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

geekblog 0.0.1-dev

Copyright © 2003 Ted Neward. All Rights Reserved.