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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetForumMessageName(String forumMessageName) voidsetForumMessagePK(ForumMessagePK forumMessagePK) voidsetForumMessageTypePK(ForumMessageTypePK forumMessageTypePK) voidsetForumThreadPK(ForumThreadPK forumThreadPK) voidsetFromTime(Long fromTime) voidvoidsetParentForumMessagePK(ForumMessagePK parentForumMessagePK) voidsetPostedTime(Long postedTime) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<ForumMessageDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ForumMessageDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ForumMessageDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-