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) getCommentedByEntityInstance(EntityPermission entityPermission) booleangetCommentedEntityInstance(EntityPermission entityPermission) booleanbooleanbooleangetCommentType(EntityPermission entityPermission) booleanbooleanbooleangetLanguage(EntityPermission entityPermission) booleangetMimeType(EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidsetComment(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) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
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
-
getCommentDetailValue
-
setCommentDetailValue
public void setCommentDetailValue(@Nonnull CommentDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getCommentPK
-
getComment
-
getComment
-
getCommentForUpdate
-
setCommentPK
public void setCommentPK(@Nonnull CommentPK commentPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setComment
-
getCommentPKHasBeenModified
-
getCommentName
-
setCommentName
public void setCommentName(@Nonnull String commentName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getCommentNameHasBeenModified
-
getCommentTypePK
-
getCommentType
-
getCommentType
-
getCommentTypeForUpdate
-
setCommentTypePK
public void setCommentTypePK(@Nonnull CommentTypePK commentTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCommentType
-
getCommentTypePKHasBeenModified
-
getCommentedEntityInstancePK
-
getCommentedEntityInstance
-
getCommentedEntityInstance
-
getCommentedEntityInstanceForUpdate
-
setCommentedEntityInstancePK
public void setCommentedEntityInstancePK(@Nonnull EntityInstancePK commentedEntityInstancePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCommentedEntityInstance
-
getCommentedEntityInstancePKHasBeenModified
-
getCommentedByEntityInstancePK
-
getCommentedByEntityInstance
-
getCommentedByEntityInstance
-
getCommentedByEntityInstanceForUpdate
-
setCommentedByEntityInstancePK
public void setCommentedByEntityInstancePK(@Nonnull EntityInstancePK commentedByEntityInstancePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCommentedByEntityInstance
-
getCommentedByEntityInstancePKHasBeenModified
-
getLanguagePK
-
getLanguage
-
getLanguage
-
getLanguageForUpdate
-
setLanguagePK
public void setLanguagePK(@Nonnull LanguagePK languagePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLanguage
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
public void setDescription(@Nullable String description) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDescriptionHasBeenModified
-
getMimeTypePK
-
getMimeType
-
getMimeType
-
getMimeTypeForUpdate
-
setMimeTypePK
public void setMimeTypePK(@Nullable MimeTypePK mimeTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setMimeType
-
getMimeTypePKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-