Class CommentClobValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CommentClobPK>
com.echothree.model.data.comment.server.value.CommentClobValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionCommentClobValue(CommentClobPK commentClobPK, CommentPK commentPK, String clob, Long fromTime, Long thruTime) Creates a new instance of CommentClobValueCommentClobValue(CommentPK commentPK, String clob, Long fromTime, Long thruTime) Creates a new instance of CommentClobValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleangetClob()booleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidvoidsetCommentPK(CommentPK commentPK) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
CommentClobValue
public CommentClobValue(CommentClobPK commentClobPK, CommentPK commentPK, String clob, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CommentClobValue- Throws:
PersistenceNotNullException
-
CommentClobValue
public CommentClobValue(CommentPK commentPK, String clob, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CommentClobValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<CommentClobPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<CommentClobPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<CommentClobPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<CommentClobPK>
-
getCommentPK
-
setCommentPK
- Throws:
PersistenceNotNullException
-
getCommentPKHasBeenModified
-
getClob
-
setClob
- Throws:
PersistenceNotNullException
-
getClobHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-