|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAbstractBean
com.softwarereality.forum.LatestMessageForumBean
THIS FILE IS CODE GENERATED. LatestMessageForumBean.java
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 |
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 |
protected transient Forum forum
protected java.util.Date lastMessageDateTime
protected transient LatestMessageForumValidator validator
| Constructor Detail |
public LatestMessageForumBean()
| Method Detail |
public java.lang.Object getPrimaryKey()
public java.lang.Class getInterface()
com.javelin.beans.Bean.getInterface()public Forum getForum()
LatestMessageForum
getForum in interface LatestMessageForumLatestMessageForum.getForum()
public void setForum(Forum forum)
throws ValidationException
LatestMessageForum
setForum in interface LatestMessageForumforum - The value to set.
ValidationExceptionLatestMessageForum.setForum( Forum forum )public java.util.Date getLastMessageDateTime()
LatestMessageForum
getLastMessageDateTime in interface LatestMessageForumLatestMessageForum.getLastMessageDateTime()
public void setLastMessageDateTime(java.util.Date lastMessageDateTime)
throws ValidationException
LatestMessageForum
setLastMessageDateTime in interface LatestMessageForumlastMessageDateTime - The value to set.
ValidationExceptionLatestMessageForum.setLastMessageDateTime( java.util.Date lastMessageDateTime )protected LatestMessageForumValidator getLatestMessageForumValidator()
public java.lang.String toString()
Object.toString()
public boolean listRelations(java.util.List list,
int type)
throws ValidationException
ValidationException
public void _postCommit()
throws ValidationException
ValidationExceptionpublic java.lang.Object clone()
clone in interface LatestMessageForum
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||