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 TypeMethodDescriptionvoid
clone()
boolean
getClob()
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
void
setCommentPK
(CommentPK commentPK) void
setFromTime
(Long fromTime) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<CommentClobPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CommentClobPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CommentClobPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<CommentClobPK>
-
getCommentPK
-
setCommentPK
- Throws:
PersistenceNotNullException
-
getCommentPKHasBeenModified
-
getClob
-
setClob
- Throws:
PersistenceNotNullException
-
getClobHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-