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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCommentPK(CommentPK commentPK) voidsetFromTime(Long fromTime) voidvoidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<CommentStringPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<CommentStringPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<CommentStringPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<CommentStringPK>
-
getCommentPK
-
setCommentPK
- Throws:
PersistenceNotNullException
-
getCommentPKHasBeenModified
-
getString
-
setString
- Throws:
PersistenceNotNullException
-
getStringHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-