Class CommentString
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.comment.server.entity.CommentString
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of CommentStringCommentString(CommentStringValue value, EntityPermission entityPermission) Creates a new instance of CommentString -
Method Summary
Modifier and TypeMethodDescriptionbooleangetComment(EntityPermission entityPermission) getComment(Session session) getComment(Session session, EntityPermission entityPermission) getCommentForUpdate(Session session) booleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetComment(Comment entity) voidsetCommentPK(CommentPK commentPK) voidvoidsetFromTime(Long fromTime) voidvoidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
CommentString
Creates a new instance of CommentString- Throws:
PersistenceException
-
CommentString
Creates a new instance of CommentString
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getCommentStringValue
-
setCommentStringValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getCommentPK
-
getComment
-
getComment
-
getComment
-
getComment
-
getCommentForUpdate
-
getCommentForUpdate
-
setCommentPK
public void setCommentPK(CommentPK commentPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setComment
-
getCommentPKHasBeenModified
-
getString
-
setString
public void setString(String string) throws PersistenceNotNullException, PersistenceReadOnlyException -
getStringHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-