Class ForumMessagePartValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ForumMessagePartPK>
com.echothree.model.data.forum.server.value.ForumMessagePartValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ForumMessagePartValue
extends BaseValue<ForumMessagePartPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionForumMessagePartValue
(ForumMessagePartDetailPK activeDetailPK, ForumMessagePartDetailPK lastDetailPK) Creates a new instance of ForumMessagePartValueForumMessagePartValue
(ForumMessagePartPK forumMessagePartPK, ForumMessagePartDetailPK activeDetailPK, ForumMessagePartDetailPK lastDetailPK) Creates a new instance of ForumMessagePartValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(ForumMessagePartDetailPK activeDetailPK) void
setLastDetailPK
(ForumMessagePartDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ForumMessagePartValue
public ForumMessagePartValue(ForumMessagePartPK forumMessagePartPK, ForumMessagePartDetailPK activeDetailPK, ForumMessagePartDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of ForumMessagePartValue- Throws:
PersistenceNotNullException
-
ForumMessagePartValue
public ForumMessagePartValue(ForumMessagePartDetailPK activeDetailPK, ForumMessagePartDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of ForumMessagePartValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ForumMessagePartPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ForumMessagePartPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ForumMessagePartPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ForumMessagePartPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-