Class CommentDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.comment.server.entity.CommentDetail
- 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 CommentDetailCommentDetail
(CommentDetailValue value, EntityPermission entityPermission) Creates a new instance of CommentDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
getComment
(EntityPermission entityPermission) getComment
(Session session) getComment
(Session session, EntityPermission entityPermission) getCommentedByEntityInstance
(EntityPermission entityPermission) getCommentedByEntityInstance
(Session session) getCommentedByEntityInstance
(Session session, EntityPermission entityPermission) boolean
getCommentedEntityInstance
(EntityPermission entityPermission) getCommentedEntityInstance
(Session session) getCommentedEntityInstance
(Session session, EntityPermission entityPermission) boolean
getCommentForUpdate
(Session session) boolean
boolean
getCommentType
(EntityPermission entityPermission) getCommentType
(Session session) getCommentType
(Session session, EntityPermission entityPermission) getCommentTypeForUpdate
(Session session) boolean
boolean
boolean
getLanguage
(EntityPermission entityPermission) getLanguage
(Session session) getLanguage
(Session session, EntityPermission entityPermission) getLanguageForUpdate
(Session session) boolean
getMimeType
(EntityPermission entityPermission) getMimeType
(Session session) getMimeType
(Session session, EntityPermission entityPermission) getMimeTypeForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setComment
(Comment entity) void
void
void
setCommentedByEntityInstancePK
(EntityInstancePK commentedByEntityInstancePK) void
void
setCommentedEntityInstancePK
(EntityInstancePK commentedEntityInstancePK) void
setCommentName
(String commentName) void
setCommentPK
(CommentPK commentPK) void
setCommentType
(CommentType entity) void
setCommentTypePK
(CommentTypePK commentTypePK) void
setDescription
(String description) void
setFromTime
(Long fromTime) void
setLanguage
(Language entity) void
setLanguagePK
(LanguagePK languagePK) void
setMimeType
(MimeType entity) void
setMimeTypePK
(MimeTypePK mimeTypePK) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
CommentDetail
Creates a new instance of CommentDetail- Throws:
PersistenceException
-
CommentDetail
Creates a new instance of CommentDetail
-
-
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
-
getCommentDetailValue
-
setCommentDetailValue
- 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
-
getCommentName
-
setCommentName
public void setCommentName(String commentName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getCommentNameHasBeenModified
-
getCommentTypePK
-
getCommentType
-
getCommentType
-
getCommentType
-
getCommentType
-
getCommentTypeForUpdate
-
getCommentTypeForUpdate
-
setCommentTypePK
public void setCommentTypePK(CommentTypePK commentTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCommentType
-
getCommentTypePKHasBeenModified
-
getCommentedEntityInstancePK
-
getCommentedEntityInstance
public EntityInstance getCommentedEntityInstance(Session session, EntityPermission entityPermission) -
getCommentedEntityInstance
-
getCommentedEntityInstance
-
getCommentedEntityInstance
-
getCommentedEntityInstanceForUpdate
-
getCommentedEntityInstanceForUpdate
-
setCommentedEntityInstancePK
public void setCommentedEntityInstancePK(EntityInstancePK commentedEntityInstancePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCommentedEntityInstance
-
getCommentedEntityInstancePKHasBeenModified
-
getCommentedByEntityInstancePK
-
getCommentedByEntityInstance
public EntityInstance getCommentedByEntityInstance(Session session, EntityPermission entityPermission) -
getCommentedByEntityInstance
-
getCommentedByEntityInstance
-
getCommentedByEntityInstance
-
getCommentedByEntityInstanceForUpdate
-
getCommentedByEntityInstanceForUpdate
-
setCommentedByEntityInstancePK
public void setCommentedByEntityInstancePK(EntityInstancePK commentedByEntityInstancePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCommentedByEntityInstance
-
getCommentedByEntityInstancePKHasBeenModified
-
getLanguagePK
-
getLanguage
-
getLanguage
-
getLanguage
-
getLanguage
-
getLanguageForUpdate
-
getLanguageForUpdate
-
setLanguagePK
public void setLanguagePK(LanguagePK languagePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLanguage
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
public void setDescription(String description) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDescriptionHasBeenModified
-
getMimeTypePK
-
getMimeType
-
getMimeType
-
getMimeType
-
getMimeType
-
getMimeTypeForUpdate
-
getMimeTypeForUpdate
-
setMimeTypePK
public void setMimeTypePK(MimeTypePK mimeTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setMimeType
-
getMimeTypePKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-