Class CommentStringValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CommentStringPK>
com.echothree.model.data.comment.server.value.CommentStringValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class CommentStringValue
extends BaseValue<CommentStringPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionCommentStringValue
(CommentPK commentPK, String string, Long fromTime, Long thruTime) Creates a new instance of CommentStringValueCommentStringValue
(CommentStringPK commentStringPK, CommentPK commentPK, String string, Long fromTime, Long thruTime) Creates a new instance of CommentStringValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCommentPK
(CommentPK commentPK) void
setFromTime
(Long fromTime) void
void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
CommentStringValue
public CommentStringValue(CommentStringPK commentStringPK, CommentPK commentPK, String string, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CommentStringValue- Throws:
PersistenceNotNullException
-
CommentStringValue
public CommentStringValue(CommentPK commentPK, String string, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CommentStringValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<CommentStringPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CommentStringPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CommentStringPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<CommentStringPK>
-
getCommentPK
-
setCommentPK
- Throws:
PersistenceNotNullException
-
getCommentPKHasBeenModified
-
getString
-
setString
- Throws:
PersistenceNotNullException
-
getStringHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-