Class CommentUsage
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.comment.server.entity.CommentUsage
- 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 CommentUsageCommentUsage
(CommentUsageValue value, EntityPermission entityPermission) Creates a new instance of CommentUsage -
Method Summary
Modifier and TypeMethodDescriptionboolean
getComment
(EntityPermission entityPermission) getComment
(Session session) getComment
(Session session, EntityPermission entityPermission) getCommentForUpdate
(Session session) boolean
getCommentUsageType
(EntityPermission entityPermission) getCommentUsageType
(Session session) getCommentUsageType
(Session session, EntityPermission entityPermission) getCommentUsageTypeForUpdate
(Session session) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setComment
(Comment entity) void
setCommentPK
(CommentPK commentPK) void
setCommentUsageType
(CommentUsageType entity) void
setCommentUsageTypePK
(CommentUsageTypePK commentUsageTypePK) void
void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
CommentUsage
Creates a new instance of CommentUsage- Throws:
PersistenceException
-
CommentUsage
Creates a new instance of CommentUsage
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getCommentUsageValue
-
setCommentUsageValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getCommentPK
-
getComment
-
getComment
-
getComment
-
getComment
-
getCommentForUpdate
-
getCommentForUpdate
-
setCommentPK
public void setCommentPK(CommentPK commentPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setComment
-
getCommentPKHasBeenModified
-
getCommentUsageTypePK
-
getCommentUsageType
-
getCommentUsageType
-
getCommentUsageType
-
getCommentUsageType
-
getCommentUsageTypeForUpdate
-
getCommentUsageTypeForUpdate
-
setCommentUsageTypePK
public void setCommentUsageTypePK(CommentUsageTypePK commentUsageTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCommentUsageType
-
getCommentUsageTypePKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-