com.softwarereality.forum
Interface LatestMessageForum

All Superinterfaces:
java.lang.Cloneable
All Known Implementing Classes:
LatestMessageForumBean

public interface LatestMessageForum
extends java.lang.Cloneable

THIS FILE IS CODE GENERATED. LatestMessageForum.java

See Also:
LatestMessageForumHome, LatestMessageForumSession, LatestMessageForumValidator, LatestMessageForumBean, LazyLatestMessageForumBean

Method Summary
 java.lang.Object clone()
          Clone bean without throwing an Exception.
 Forum getForum()
          Get the Forum.
 java.util.Date getLastMessageDateTime()
          Get the Last Message Date Time.
 void setForum(Forum forum)
          Set the Forum.
 void setLastMessageDateTime(java.util.Date lastMessageDateTime)
          Set the Last Message Date Time.
 

Method Detail

getForum

public Forum getForum()
Get the Forum.

Returns:
Forum or a default value of null if it has not been set.

setForum

public void setForum(Forum forum)
              throws ValidationException
Set the Forum.

Parameters:
forum - The value to set.
Throws:
ValidationException - If there was a problem validating the value.
See Also:
LatestMessageForumValidator

getLastMessageDateTime

public java.util.Date getLastMessageDateTime()
Get the Last Message Date Time.

Returns:
java.util.Date or a default value of null if it has not been set.

setLastMessageDateTime

public void setLastMessageDateTime(java.util.Date lastMessageDateTime)
                            throws ValidationException
Set the Last Message Date Time.

Parameters:
lastMessageDateTime - The value to set.
Throws:
ValidationException - If there was a problem validating the value.
See Also:
LatestMessageForumValidator

clone

public java.lang.Object clone()
Clone bean without throwing an Exception.