Class ForumMessageValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ForumMessagePK>
com.echothree.model.data.forum.server.value.ForumMessageValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionForumMessageValue(ForumMessageDetailPK activeDetailPK, ForumMessageDetailPK lastDetailPK) Creates a new instance of ForumMessageValueForumMessageValue(ForumMessagePK forumMessagePK, ForumMessageDetailPK activeDetailPK, ForumMessageDetailPK lastDetailPK) Creates a new instance of ForumMessageValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(ForumMessageDetailPK activeDetailPK) voidsetLastDetailPK(ForumMessageDetailPK lastDetailPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ForumMessageValue
public ForumMessageValue(ForumMessagePK forumMessagePK, ForumMessageDetailPK activeDetailPK, ForumMessageDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of ForumMessageValue- Throws:
PersistenceNotNullException
-
ForumMessageValue
public ForumMessageValue(ForumMessageDetailPK activeDetailPK, ForumMessageDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of ForumMessageValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ForumMessagePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ForumMessagePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ForumMessagePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ForumMessagePK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-