|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
THIS FILE IS CODE GENERATED. Forum.java
ForumHome,
ForumSession,
ForumValidator,
ForumBean,
LazyForumBean| Method Summary | |
void |
addMessage(Message message)
Add the Message dependent on this table. |
java.lang.Object |
clone()
Clone bean without throwing an Exception. |
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. |
LatestMessageForum |
getLatestMessageForum()
Get the LatestMessageForum associated with this table. |
java.util.Iterator |
getMessages()
Get the Set of Messages dependent on this table. |
java.lang.String |
getUrl()
Get the Url. |
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. |
| Method Detail |
public java.lang.Integer getForumID()
public void setForumID(java.lang.Integer forumID)
throws ValidationException
forumID - The value to set.
ValidationException - If there was a problem validating the value.ForumValidatorpublic java.lang.String getForumName()
public void setForumName(java.lang.String forumName)
throws ValidationException
forumName - The value to set.
ValidationException - If there was a problem validating the value.ForumValidatorpublic java.lang.String getForumSection()
public void setForumSection(java.lang.String forumSection)
throws ValidationException
forumSection - The value to set.
ValidationException - If there was a problem validating the value.ForumValidatorpublic java.lang.String getForumDescription()
public void setForumDescription(java.lang.String forumDescription)
throws ValidationException
forumDescription - The value to set.
ValidationException - If there was a problem validating the value.ForumValidatorpublic java.lang.String getUrl()
public void setUrl(java.lang.String url)
throws ValidationException
url - The value to set.
ValidationException - If there was a problem validating the value.ForumValidatorpublic java.util.Date getCreateDateTime()
public void setCreateDateTime(java.util.Date createDateTime)
throws ValidationException
createDateTime - The value to set.
ValidationException - If there was a problem validating the value.ForumValidator
public java.util.Iterator getMessages()
throws ValidationException
ValidationException - If there was a problem validating the value.Forum
public void setMessages(java.util.Iterator messages)
throws ValidationException
ValidationException - If there was a problem validating the value.Forum
public void addMessage(Message message)
throws ValidationException
ValidationException - If there was a validating problem setting the value.Forum
public void removeMessage(Message message)
throws ValidationException
ValidationException - If there was a problem removing the value.Forum
public void removeMessages()
throws ValidationException
ValidationException
public LatestMessageForum getLatestMessageForum()
throws ValidationException
ValidationException - If there was a problem validating the value.Forum
public void setLatestMessageForum(LatestMessageForum latestMessageForum)
throws ValidationException
ValidationException - If there was a problem validating the value.Forumpublic java.lang.Object clone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||