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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(ForumMessageDetailPK activeDetailPK) void
setLastDetailPK
(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:
getBaseFactoryInstance
in classBaseValue<ForumMessagePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ForumMessagePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ForumMessagePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ForumMessagePK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-