com.softwarereality.forum.lazy
Class LazyLatestMessageForumBean

java.lang.Object
  extended byAbstractBean
      extended bycom.softwarereality.forum.LatestMessageForumBean
          extended bycom.softwarereality.forum.lazy.LazyLatestMessageForumBean
All Implemented Interfaces:
java.lang.Cloneable, LatestMessageForum

public class LazyLatestMessageForumBean
extends LatestMessageForumBean

THIS FILE IS CODE GENERATED. LazyLatestMessageForumBean.java

See Also:
LatestMessageForum, LatestMessageForumBean, Serialized Form

Field Summary
 
Fields inherited from class com.softwarereality.forum.LatestMessageForumBean
forum, lastMessageDateTime, validator
 
Constructor Summary
LazyLatestMessageForumBean()
           
 
Method Summary
 java.lang.Object _getForumID()
          Get the forumID.
 void _setForumID(java.lang.Object _forumID)
          Set the forumID.
 java.lang.Object clone()
          Clone the LazyLatestMessageForumBean.
 Forum getForum()
          Get the Forum.
 boolean listRelations(java.util.List list, int type)
          List the related beans.
 void setForum(Forum forum)
          Set the Forum.
 
Methods inherited from class com.softwarereality.forum.LatestMessageForumBean
_postCommit, getInterface, getLastMessageDateTime, getLatestMessageForumValidator, getPrimaryKey, setLastMessageDateTime, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LazyLatestMessageForumBean

public LazyLatestMessageForumBean()
Method Detail

_getForumID

public java.lang.Object _getForumID()
Get the forumID.


_setForumID

public void _setForumID(java.lang.Object _forumID)
                 throws ValidationException
Set the forumID. This will remove the (cached) bean out of this bean.

Throws:
ValidationException

getForum

public Forum getForum()
Description copied from interface: LatestMessageForum
Get the Forum.

Specified by:
getForum in interface LatestMessageForum
Overrides:
getForum in class LatestMessageForumBean
See Also:
LatestMessageForum.getForum()

setForum

public void setForum(Forum forum)
              throws ValidationException
Description copied from interface: LatestMessageForum
Set the Forum.

Specified by:
setForum in interface LatestMessageForum
Overrides:
setForum in class LatestMessageForumBean
Throws:
ValidationException
See Also:
LatestMessageForum.setForum( Forum forum )

listRelations

public boolean listRelations(java.util.List list,
                             int type)
                      throws ValidationException
List the related beans.

Overrides:
listRelations in class LatestMessageForumBean
Throws:
ValidationException

clone

public java.lang.Object clone()
Clone the LazyLatestMessageForumBean.

Specified by:
clone in interface LatestMessageForum
Overrides:
clone in class LatestMessageForumBean