Class CommentUsageValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CommentUsagePK>
com.echothree.model.data.comment.server.value.CommentUsageValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionCommentUsageValue
(CommentPK commentPK, CommentUsageTypePK commentUsageTypePK, Long fromTime, Long thruTime) Creates a new instance of CommentUsageValueCommentUsageValue
(CommentUsagePK commentUsagePK, CommentPK commentPK, CommentUsageTypePK commentUsageTypePK, Long fromTime, Long thruTime) Creates a new instance of CommentUsageValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCommentPK
(CommentPK commentPK) void
setCommentUsageTypePK
(CommentUsageTypePK commentUsageTypePK) 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
-
CommentUsageValue
public CommentUsageValue(CommentUsagePK commentUsagePK, CommentPK commentPK, CommentUsageTypePK commentUsageTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CommentUsageValue- Throws:
PersistenceNotNullException
-
CommentUsageValue
public CommentUsageValue(CommentPK commentPK, CommentUsageTypePK commentUsageTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CommentUsageValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<CommentUsagePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CommentUsagePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CommentUsagePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<CommentUsagePK>
-
getCommentPK
-
setCommentPK
- Throws:
PersistenceNotNullException
-
getCommentPKHasBeenModified
-
getCommentUsageTypePK
-
setCommentUsageTypePK
public void setCommentUsageTypePK(CommentUsageTypePK commentUsageTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getCommentUsageTypePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-