Class ContentPageAreaDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.content.server.entity.ContentPageAreaDetail
- 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 ContentPageAreaDetailContentPageAreaDetail(ContentPageAreaDetailValue value, EntityPermission entityPermission) Creates a new instance of ContentPageAreaDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetContentPage(EntityPermission entityPermission) getContentPageArea(EntityPermission entityPermission) booleangetContentPageLayoutArea(EntityPermission entityPermission) booleanbooleanbooleangetLanguage(EntityPermission entityPermission) booleangetMimeType(EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidsetContentPage(ContentPage entity) voidsetContentPageArea(ContentPageArea entity) voidvoidsetContentPageAreaPK(ContentPageAreaPK contentPageAreaPK) voidvoidsetContentPageLayoutAreaPK(ContentPageLayoutAreaPK contentPageLayoutAreaPK) voidsetContentPagePK(ContentPagePK contentPagePK) 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
-
ContentPageAreaDetail
Creates a new instance of ContentPageAreaDetail- Throws:
PersistenceException
-
ContentPageAreaDetail
Creates a new instance of ContentPageAreaDetail
-
-
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
-
getContentPageAreaDetailValue
-
setContentPageAreaDetailValue
public void setContentPageAreaDetailValue(ContentPageAreaDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getContentPageAreaPK
-
getContentPageArea
-
getContentPageArea
-
getContentPageAreaForUpdate
-
setContentPageAreaPK
public void setContentPageAreaPK(ContentPageAreaPK contentPageAreaPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContentPageArea
-
getContentPageAreaPKHasBeenModified
-
getContentPagePK
-
getContentPage
-
getContentPage
-
getContentPageForUpdate
-
setContentPagePK
public void setContentPagePK(ContentPagePK contentPagePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContentPage
-
getContentPagePKHasBeenModified
-
getContentPageLayoutAreaPK
-
getContentPageLayoutArea
-
getContentPageLayoutArea
-
getContentPageLayoutAreaForUpdate
-
setContentPageLayoutAreaPK
public void setContentPageLayoutAreaPK(ContentPageLayoutAreaPK contentPageLayoutAreaPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContentPageLayoutArea
-
getContentPageLayoutAreaPKHasBeenModified
-
getLanguagePK
-
getLanguage
-
getLanguage
-
getLanguageForUpdate
-
setLanguagePK
public void setLanguagePK(LanguagePK languagePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLanguage
-
getLanguagePKHasBeenModified
-
getMimeTypePK
-
getMimeType
-
getMimeType
-
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
-