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