|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAbstractBean
com.softwarereality.forum.ForumBean
THIS FILE IS CODE GENERATED. ForumBean.java
Forum,
Serialized Form| Field Summary | |
protected java.util.Date |
createDateTime
|
protected java.lang.String |
forumDescription
|
protected java.lang.Integer |
forumID
|
protected java.lang.String |
forumName
|
protected java.lang.String |
forumSection
|
protected LatestMessageForum |
latestMessageForum
|
protected java.util.Vector |
messages
|
protected java.lang.String |
url
|
protected ForumValidator |
validator
|
| Constructor Summary | |
ForumBean()
Construct an unqualified qualified ForumBean. |
|
| Method Summary | |
void |
_postCommit()
Sort any of the foreign relationship lists where the foreign beans sort |
void |
addMessage(Message message)
Add the Message dependent on this table. |
java.lang.Object |
clone()
Clone dependent beans. |
void |
detach()
|
java.util.Date |
getCreateDateTime()
Get the Create Date Time. |
java.lang.String |
getForumDescription()
Get the Forum Description. |
java.lang.Integer |
getForumID()
Get the Forum I D. |
java.lang.String |
getForumName()
Get the Forum Name. |
java.lang.String |
getForumSection()
Get the Forum Section. |
protected ForumValidator |
getForumValidator()
|
java.lang.Class |
getInterface()
|
LatestMessageForum |
getLatestMessageForum()
Get the LatestMessageForum associated with this table. |
java.util.Iterator |
getMessages()
Get the Set of Messages dependent on this table. |
java.lang.Object |
getPrimaryKey()
Get the Primary Key. |
java.lang.String |
getUrl()
Get the Url. |
boolean |
listRelations(java.util.List list,
int type)
List the related beans. |
void |
removeMessage(Message message)
Remove the Message dependent on this table. |
void |
removeMessages()
Remove all the Messages |
void |
setCreateDateTime(java.util.Date createDateTime)
Set the Create Date Time. |
void |
setForumDescription(java.lang.String forumDescription)
Set the Forum Description. |
void |
setForumID(java.lang.Integer forumID)
Set the Forum I D. |
void |
setForumName(java.lang.String forumName)
Set the Forum Name. |
void |
setForumSection(java.lang.String forumSection)
Set the Forum Section. |
void |
setLatestMessageForum(LatestMessageForum latestMessageForum)
Set the LatestMessageForum associated with this table. |
void |
setMessages(java.util.Iterator messages)
Set the Set of Messages dependent on this table. |
void |
setUrl(java.lang.String url)
Set the Url. |
java.lang.String |
toPrimaryName()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.Integer forumID
protected java.lang.String forumName
protected java.lang.String forumSection
protected java.lang.String forumDescription
protected java.lang.String url
protected java.util.Date createDateTime
protected transient java.util.Vector messages
protected transient LatestMessageForum latestMessageForum
protected transient ForumValidator validator
| Constructor Detail |
public ForumBean()
| Method Detail |
public java.lang.Object getPrimaryKey()
public java.lang.Class getInterface()
com.javelin.beans.Bean.getInterface()
public java.util.Iterator getMessages()
throws ValidationException
Forum
getMessages in interface ForumValidationExceptionForum.getMessages()
public void setMessages(java.util.Iterator messages)
throws ValidationException
Forum
setMessages in interface ForumValidationExceptioncom.softwarereality.forum.Forum#setMessages()
public void addMessage(Message message)
throws ValidationException
Forum
addMessage in interface ForumValidationExceptionForum.addMessage( com.softwarereality.forum.Message )
public void removeMessage(Message message)
throws ValidationException
Forum
removeMessage in interface ForumValidationExceptionForum.removeMessage( com.softwarereality.forum.Message )
public void removeMessages()
throws ValidationException
Forum
removeMessages in interface ForumValidationExceptionForum.removeMessages()
public LatestMessageForum getLatestMessageForum()
throws ValidationException
Forum
getLatestMessageForum in interface ForumValidationExceptionForum.getLatestMessageForum()
public void setLatestMessageForum(LatestMessageForum latestMessageForum)
throws ValidationException
Forum
setLatestMessageForum in interface ForumValidationExceptioncom.softwarereality.forum.Forum#setLatestMessageForum()public java.lang.Integer getForumID()
Forum
getForumID in interface ForumForum.getForumID()
public void setForumID(java.lang.Integer forumID)
throws ValidationException
Forum
setForumID in interface ForumforumID - The value to set.
ValidationExceptionForum.setForumID( java.lang.Integer forumID )public java.lang.String getForumName()
Forum
getForumName in interface ForumForum.getForumName()
public void setForumName(java.lang.String forumName)
throws ValidationException
Forum
setForumName in interface ForumforumName - The value to set.
ValidationExceptionForum.setForumName( java.lang.String forumName )public java.lang.String getForumSection()
Forum
getForumSection in interface ForumForum.getForumSection()
public void setForumSection(java.lang.String forumSection)
throws ValidationException
Forum
setForumSection in interface ForumforumSection - The value to set.
ValidationExceptionForum.setForumSection( java.lang.String forumSection )public java.lang.String getForumDescription()
Forum
getForumDescription in interface ForumForum.getForumDescription()
public void setForumDescription(java.lang.String forumDescription)
throws ValidationException
Forum
setForumDescription in interface ForumforumDescription - The value to set.
ValidationExceptionForum.setForumDescription( java.lang.String forumDescription )public java.lang.String getUrl()
Forum
getUrl in interface ForumForum.getUrl()
public void setUrl(java.lang.String url)
throws ValidationException
Forum
setUrl in interface Forumurl - The value to set.
ValidationExceptionForum.setUrl( java.lang.String url )public java.util.Date getCreateDateTime()
Forum
getCreateDateTime in interface ForumForum.getCreateDateTime()
public void setCreateDateTime(java.util.Date createDateTime)
throws ValidationException
Forum
setCreateDateTime in interface ForumcreateDateTime - The value to set.
ValidationExceptionForum.setCreateDateTime( java.util.Date createDateTime )protected ForumValidator getForumValidator()
public java.lang.String toPrimaryName()
com.javelin.beans.Bean#toPrimaryName()public java.lang.String toString()
Object.toString()
public boolean listRelations(java.util.List list,
int type)
throws ValidationException
ValidationException
public void detach()
throws ValidationException
ValidationExceptioncom.javelin.beans.Bean#detach()
public void _postCommit()
throws ValidationException
ValidationExceptionpublic java.lang.Object clone()
clone in interface Forum
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||