com.softwarereality.forum
Class LatestMessageForumBean

java.lang.Object
  extended byAbstractBean
      extended bycom.softwarereality.forum.LatestMessageForumBean
All Implemented Interfaces:
java.lang.Cloneable, LatestMessageForum
Direct Known Subclasses:
LazyLatestMessageForumBean

public class LatestMessageForumBean
extends AbstractBean
implements LatestMessageForum

THIS FILE IS CODE GENERATED. LatestMessageForumBean.java

See Also:
LatestMessageForum, Serialized Form

Field Summary
protected  Forum forum
           
protected  java.util.Date lastMessageDateTime
           
protected  LatestMessageForumValidator validator
           
 
Constructor Summary
LatestMessageForumBean()
          Construct an unqualified qualified LatestMessageForumBean.
 
Method Summary
 void _postCommit()
          Sort any of the foreign relationship lists where the foreign beans sort has been set to true.
 java.lang.Object clone()
          Clone dependent beans.
 Forum getForum()
          Get the Forum.
 java.lang.Class getInterface()
           
 java.util.Date getLastMessageDateTime()
          Get the Last Message Date Time.
protected  LatestMessageForumValidator getLatestMessageForumValidator()
           
 java.lang.Object getPrimaryKey()
          Get the Primary Key.
 boolean listRelations(java.util.List list, int type)
          List the related beans.
 void setForum(Forum forum)
          Set the Forum.
 void setLastMessageDateTime(java.util.Date lastMessageDateTime)
          Set the Last Message Date Time.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

forum

protected transient Forum forum

lastMessageDateTime

protected java.util.Date lastMessageDateTime

validator

protected transient LatestMessageForumValidator validator
Constructor Detail

LatestMessageForumBean

public LatestMessageForumBean()
Construct an unqualified qualified LatestMessageForumBean.

Method Detail

getPrimaryKey

public java.lang.Object getPrimaryKey()
Get the Primary Key.


getInterface

public java.lang.Class getInterface()
See Also:
com.javelin.beans.Bean.getInterface()

getForum

public Forum getForum()
Description copied from interface: LatestMessageForum
Get the Forum.

Specified by:
getForum in interface LatestMessageForum
Returns:
Forum or a default value of null if it has not been set.
See Also:
LatestMessageForum.getForum()

setForum

public void setForum(Forum forum)
              throws ValidationException
Description copied from interface: LatestMessageForum
Set the Forum.

Specified by:
setForum in interface LatestMessageForum
Parameters:
forum - The value to set.
Throws:
ValidationException
See Also:
LatestMessageForum.setForum( Forum forum )

getLastMessageDateTime

public java.util.Date getLastMessageDateTime()
Description copied from interface: LatestMessageForum
Get the Last Message Date Time.

Specified by:
getLastMessageDateTime in interface LatestMessageForum
Returns:
java.util.Date or a default value of null if it has not been set.
See Also:
LatestMessageForum.getLastMessageDateTime()

setLastMessageDateTime

public void setLastMessageDateTime(java.util.Date lastMessageDateTime)
                            throws ValidationException
Description copied from interface: LatestMessageForum
Set the Last Message Date Time.

Specified by:
setLastMessageDateTime in interface LatestMessageForum
Parameters:
lastMessageDateTime - The value to set.
Throws:
ValidationException
See Also:
LatestMessageForum.setLastMessageDateTime( java.util.Date lastMessageDateTime )

getLatestMessageForumValidator

protected LatestMessageForumValidator getLatestMessageForumValidator()

toString

public java.lang.String toString()
See Also:
Object.toString()

listRelations

public boolean listRelations(java.util.List list,
                             int type)
                      throws ValidationException
List the related beans.

Throws:
ValidationException

_postCommit

public void _postCommit()
                 throws ValidationException
Sort any of the foreign relationship lists where the foreign beans sort has been set to true.

Throws:
ValidationException

clone

public java.lang.Object clone()
Clone dependent beans.

Specified by:
clone in interface LatestMessageForum