Class ApplicationEditorUseDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.core.server.entity.ApplicationEditorUseDetail
- 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 ApplicationEditorUseDetailApplicationEditorUseDetail(ApplicationEditorUseDetailValue value, EntityPermission entityPermission) Creates a new instance of ApplicationEditorUseDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetApplication(EntityPermission entityPermission) getApplicationEditorUse(EntityPermission entityPermission) booleanbooleanbooleangetDefaultApplicationEditor(EntityPermission entityPermission) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidsetApplication(Application entity) voidvoidvoidsetApplicationEditorUseName(String applicationEditorUseName) voidsetApplicationEditorUsePK(ApplicationEditorUsePK applicationEditorUsePK) voidsetApplicationPK(ApplicationPK applicationPK) voidvoidsetDefaultApplicationEditorPK(ApplicationEditorPK defaultApplicationEditorPK) voidsetDefaultHeight(Integer defaultHeight) voidsetDefaultWidth(Integer defaultWidth) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
ApplicationEditorUseDetail
Creates a new instance of ApplicationEditorUseDetail- Throws:
PersistenceException
-
ApplicationEditorUseDetail
public ApplicationEditorUseDetail(ApplicationEditorUseDetailValue value, EntityPermission entityPermission) Creates a new instance of ApplicationEditorUseDetail
-
-
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
-
getApplicationEditorUseDetailValue
-
setApplicationEditorUseDetailValue
public void setApplicationEditorUseDetailValue(@Nonnull ApplicationEditorUseDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getApplicationEditorUsePK
-
getApplicationEditorUse
-
getApplicationEditorUse
-
getApplicationEditorUseForUpdate
-
setApplicationEditorUsePK
public void setApplicationEditorUsePK(@Nonnull ApplicationEditorUsePK applicationEditorUsePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setApplicationEditorUse
-
getApplicationEditorUsePKHasBeenModified
-
getApplicationPK
-
getApplication
-
getApplication
-
getApplicationForUpdate
-
setApplicationPK
public void setApplicationPK(@Nonnull ApplicationPK applicationPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setApplication
-
getApplicationPKHasBeenModified
-
getApplicationEditorUseName
-
setApplicationEditorUseName
public void setApplicationEditorUseName(@Nonnull String applicationEditorUseName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getApplicationEditorUseNameHasBeenModified
-
getDefaultApplicationEditorPK
-
getDefaultApplicationEditor
-
getDefaultApplicationEditor
-
getDefaultApplicationEditorForUpdate
-
setDefaultApplicationEditorPK
public void setDefaultApplicationEditorPK(@Nullable ApplicationEditorPK defaultApplicationEditorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setDefaultApplicationEditor
-
getDefaultApplicationEditorPKHasBeenModified
-
getDefaultHeight
-
setDefaultHeight
public void setDefaultHeight(@Nullable Integer defaultHeight) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDefaultHeightHasBeenModified
-
getDefaultWidth
-
setDefaultWidth
public void setDefaultWidth(@Nullable Integer defaultWidth) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDefaultWidthHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(@Nonnull Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(@Nonnull Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-