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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(CommentDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<CommentPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<CommentPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<CommentPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<CommentPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-