Class ForumMessageDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ForumMessageDetailPK>
com.echothree.model.data.forum.server.value.ForumMessageDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ForumMessageDetailValue
extends BaseValue<ForumMessageDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionForumMessageDetailValue
(ForumMessageDetailPK forumMessageDetailPK, ForumMessagePK forumMessagePK, String forumMessageName, ForumThreadPK forumThreadPK, ForumMessageTypePK forumMessageTypePK, ForumMessagePK parentForumMessagePK, IconPK iconPK, Long postedTime, Long fromTime, Long thruTime) Creates a new instance of ForumMessageDetailValueForumMessageDetailValue
(ForumMessagePK forumMessagePK, String forumMessageName, ForumThreadPK forumThreadPK, ForumMessageTypePK forumMessageTypePK, ForumMessagePK parentForumMessagePK, IconPK iconPK, Long postedTime, Long fromTime, Long thruTime) Creates a new instance of ForumMessageDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setForumMessageName
(String forumMessageName) void
setForumMessagePK
(ForumMessagePK forumMessagePK) void
setForumMessageTypePK
(ForumMessageTypePK forumMessageTypePK) void
setForumThreadPK
(ForumThreadPK forumThreadPK) void
setFromTime
(Long fromTime) void
void
setParentForumMessagePK
(ForumMessagePK parentForumMessagePK) void
setPostedTime
(Long postedTime) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ForumMessageDetailValue
public ForumMessageDetailValue(ForumMessageDetailPK forumMessageDetailPK, ForumMessagePK forumMessagePK, String forumMessageName, ForumThreadPK forumThreadPK, ForumMessageTypePK forumMessageTypePK, ForumMessagePK parentForumMessagePK, IconPK iconPK, Long postedTime, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ForumMessageDetailValue- Throws:
PersistenceNotNullException
-
ForumMessageDetailValue
public ForumMessageDetailValue(ForumMessagePK forumMessagePK, String forumMessageName, ForumThreadPK forumThreadPK, ForumMessageTypePK forumMessageTypePK, ForumMessagePK parentForumMessagePK, IconPK iconPK, Long postedTime, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ForumMessageDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ForumMessageDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ForumMessageDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ForumMessageDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ForumMessageDetailPK>
-
getForumMessagePK
-
setForumMessagePK
- Throws:
PersistenceNotNullException
-
getForumMessagePKHasBeenModified
-
getForumMessageName
-
setForumMessageName
- Throws:
PersistenceNotNullException
-
getForumMessageNameHasBeenModified
-
getForumThreadPK
-
setForumThreadPK
- Throws:
PersistenceNotNullException
-
getForumThreadPKHasBeenModified
-
getForumMessageTypePK
-
setForumMessageTypePK
public void setForumMessageTypePK(ForumMessageTypePK forumMessageTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getForumMessageTypePKHasBeenModified
-
getParentForumMessagePK
-
setParentForumMessagePK
-
getParentForumMessagePKHasBeenModified
-
getIconPK
-
setIconPK
-
getIconPKHasBeenModified
-
getPostedTime
-
setPostedTime
- Throws:
PersistenceNotNullException
-
getPostedTimeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-