|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAbstractBean
com.softwarereality.forum.MessageBean
THIS FILE IS CODE GENERATED. MessageBean.java
Message,
Serialized Form| Field Summary | |
protected java.util.Date |
createDateTime
|
protected Forum |
forum
|
protected java.lang.String |
forumUser
|
protected java.lang.String |
ip
|
protected java.lang.String |
location
|
protected java.lang.String |
msgBody
|
protected java.lang.Integer |
msgID
|
protected java.lang.String |
msgTitle
|
protected MessageValidator |
validator
|
| Constructor Summary | |
MessageBean()
Construct an unqualified qualified MessageBean. |
|
| Method Summary | |
void |
_postCommit()
Sort any of the foreign relationship lists where the foreign beans sort |
java.lang.Object |
clone()
Clone dependent beans. |
void |
detach()
|
java.util.Date |
getCreateDateTime()
Get the Create Date Time. |
Forum |
getForum()
Get the Forum. |
java.lang.String |
getForumUser()
Get the Forum User. |
java.lang.Class |
getInterface()
|
java.lang.String |
getIp()
Get the Ip. |
java.lang.String |
getLocation()
Get the Location. |
protected MessageValidator |
getMessageValidator()
|
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. |
java.lang.Object |
getPrimaryKey()
Get the Primary Key. |
boolean |
listRelations(java.util.List list,
int type)
List the related beans. |
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. |
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 msgID
protected transient Forum forum
protected java.lang.String forumUser
protected java.lang.String location
protected java.lang.String msgTitle
protected java.lang.String msgBody
protected java.lang.String ip
protected java.util.Date createDateTime
protected transient MessageValidator validator
| Constructor Detail |
public MessageBean()
| Method Detail |
public java.lang.Object getPrimaryKey()
public java.lang.Class getInterface()
com.javelin.beans.Bean.getInterface()public java.lang.Integer getMsgID()
Message
getMsgID in interface MessageMessage.getMsgID()
public void setMsgID(java.lang.Integer msgID)
throws ValidationException
Message
setMsgID in interface MessagemsgID - The value to set.
ValidationExceptionMessage.setMsgID( java.lang.Integer msgID )public Forum getForum()
Message
getForum in interface MessageMessage.getForum()
public void setForum(Forum forum)
throws ValidationException
Message
setForum in interface Messageforum - The value to set.
ValidationExceptionMessage.setForum( Forum forum )public java.lang.String getForumUser()
Message
getForumUser in interface MessageMessage.getForumUser()
public void setForumUser(java.lang.String forumUser)
throws ValidationException
Message
setForumUser in interface MessageforumUser - The value to set.
ValidationExceptionMessage.setForumUser( java.lang.String forumUser )public java.lang.String getLocation()
Message
getLocation in interface MessageMessage.getLocation()
public void setLocation(java.lang.String location)
throws ValidationException
Message
setLocation in interface Messagelocation - The value to set.
ValidationExceptionMessage.setLocation( java.lang.String location )public java.lang.String getMsgTitle()
Message
getMsgTitle in interface MessageMessage.getMsgTitle()
public void setMsgTitle(java.lang.String msgTitle)
throws ValidationException
Message
setMsgTitle in interface MessagemsgTitle - The value to set.
ValidationExceptionMessage.setMsgTitle( java.lang.String msgTitle )public java.lang.String getMsgBody()
Message
getMsgBody in interface MessageMessage.getMsgBody()
public void setMsgBody(java.lang.String msgBody)
throws ValidationException
Message
setMsgBody in interface MessagemsgBody - The value to set.
ValidationExceptionMessage.setMsgBody( java.lang.String msgBody )public java.lang.String getIp()
Message
getIp in interface MessageMessage.getIp()
public void setIp(java.lang.String ip)
throws ValidationException
Message
setIp in interface Messageip - The value to set.
ValidationExceptionMessage.setIp( java.lang.String ip )public java.util.Date getCreateDateTime()
Message
getCreateDateTime in interface MessageMessage.getCreateDateTime()
public void setCreateDateTime(java.util.Date createDateTime)
throws ValidationException
Message
setCreateDateTime in interface MessagecreateDateTime - The value to set.
ValidationExceptionMessage.setCreateDateTime( java.util.Date createDateTime )protected MessageValidator getMessageValidator()
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 Message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||