|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
THIS FILE IS CODE GENERATED. Message.java
MessageHome,
MessageSession,
MessageValidator,
MessageBean,
LazyMessageBean| Method Summary | |
java.lang.Object |
clone()
Clone bean without throwing an Exception. |
java.util.Date |
getCreateDateTime()
Get the Create Date Time. |
Forum |
getForum()
Get the Forum. |
java.lang.String |
getForumUser()
Get the Forum User. |
java.lang.String |
getIp()
Get the Ip. |
java.lang.String |
getLocation()
Get the Location. |
java.lang.String |
getMsgBody()
Get the Msg Body. |
java.lang.Integer |
getMsgID()
Get the Msg I D. |
java.lang.String |
getMsgTitle()
Get the Msg Title. |
void |
setCreateDateTime(java.util.Date createDateTime)
Set the Create Date Time. |
void |
setForum(Forum forum)
Set the Forum. |
void |
setForumUser(java.lang.String forumUser)
Set the Forum User. |
void |
setIp(java.lang.String ip)
Set the Ip. |
void |
setLocation(java.lang.String location)
Set the Location. |
void |
setMsgBody(java.lang.String msgBody)
Set the Msg Body. |
void |
setMsgID(java.lang.Integer msgID)
Set the Msg I D. |
void |
setMsgTitle(java.lang.String msgTitle)
Set the Msg Title. |
| Method Detail |
public java.lang.Integer getMsgID()
public void setMsgID(java.lang.Integer msgID)
throws ValidationException
msgID - The value to set.
ValidationException - If there was a problem validating the value.MessageValidatorpublic Forum getForum()
public void setForum(Forum forum)
throws ValidationException
forum - The value to set.
ValidationException - If there was a problem validating the value.MessageValidatorpublic java.lang.String getForumUser()
public void setForumUser(java.lang.String forumUser)
throws ValidationException
forumUser - The value to set.
ValidationException - If there was a problem validating the value.MessageValidatorpublic java.lang.String getLocation()
public void setLocation(java.lang.String location)
throws ValidationException
location - The value to set.
ValidationException - If there was a problem validating the value.MessageValidatorpublic java.lang.String getMsgTitle()
public void setMsgTitle(java.lang.String msgTitle)
throws ValidationException
msgTitle - The value to set.
ValidationException - If there was a problem validating the value.MessageValidatorpublic java.lang.String getMsgBody()
public void setMsgBody(java.lang.String msgBody)
throws ValidationException
msgBody - The value to set.
ValidationException - If there was a problem validating the value.MessageValidatorpublic java.lang.String getIp()
public void setIp(java.lang.String ip)
throws ValidationException
ip - The value to set.
ValidationException - If there was a problem validating the value.MessageValidatorpublic 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.MessageValidatorpublic java.lang.Object clone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||