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 TypeMethodDescriptionbooleangetComment(EntityPermission entityPermission) getComment(Session session) getComment(Session session, EntityPermission entityPermission) getCommentedByEntityInstance(EntityPermission entityPermission) getCommentedByEntityInstance(Session session) getCommentedByEntityInstance(Session session, EntityPermission entityPermission) booleangetCommentedEntityInstance(EntityPermission entityPermission) getCommentedEntityInstance(Session session) getCommentedEntityInstance(Session session, EntityPermission entityPermission) booleangetCommentForUpdate(Session session) booleanbooleangetCommentType(EntityPermission entityPermission) getCommentType(Session session) getCommentType(Session session, EntityPermission entityPermission) getCommentTypeForUpdate(Session session) booleanbooleanbooleangetLanguage(EntityPermission entityPermission) getLanguage(Session session) getLanguage(Session session, EntityPermission entityPermission) getLanguageForUpdate(Session session) booleangetMimeType(EntityPermission entityPermission) getMimeType(Session session) getMimeType(Session session, EntityPermission entityPermission) getMimeTypeForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetComment(Comment entity) voidvoidvoidsetCommentedByEntityInstancePK(EntityInstancePK commentedByEntityInstancePK) voidvoidsetCommentedEntityInstancePK(EntityInstancePK commentedEntityInstancePK) voidsetCommentName(String commentName) voidsetCommentPK(CommentPK commentPK) voidsetCommentType(CommentType entity) voidsetCommentTypePK(CommentTypePK commentTypePK) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetLanguage(Language entity) voidsetLanguagePK(LanguagePK languagePK) voidsetMimeType(MimeType entity) voidsetMimeTypePK(MimeTypePK mimeTypePK) voidsetThruTime(Long thruTime) voidtoString()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:
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
-
getCommentDetailValue
-
setCommentDetailValue
- 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
-
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
-