Class EditorDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.core.server.entity.EditorDetail
- 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 EditorDetailEditorDetail(EditorDetailValue value, EntityPermission entityPermission) Creates a new instance of EditorDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleangetEditor(EntityPermission entityPermission) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidsetDefaultHeight(Integer defaultHeight) voidsetDefaultWidth(Integer defaultWidth) voidvoidvoidsetEditorName(String editorName) voidsetEditorPK(EditorPK editorPK) voidsetFromTime(Long fromTime) voidsetHasDimensions(Boolean hasDimensions) voidsetIsDefault(Boolean isDefault) voidsetMaximumHeight(Integer maximumHeight) voidsetMaximumWidth(Integer maximumWidth) voidsetMinimumHeight(Integer minimumHeight) voidsetMinimumWidth(Integer minimumWidth) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
EditorDetail
Creates a new instance of EditorDetail- Throws:
PersistenceException
-
EditorDetail
Creates a new instance of EditorDetail
-
-
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
-
getEditorDetailValue
-
setEditorDetailValue
public void setEditorDetailValue(@Nonnull EditorDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getEditorPK
-
getEditor
-
getEditor
-
getEditorForUpdate
-
setEditorPK
public void setEditorPK(@Nonnull EditorPK editorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEditor
-
getEditorPKHasBeenModified
-
getEditorName
-
setEditorName
public void setEditorName(@Nonnull String editorName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getEditorNameHasBeenModified
-
getHasDimensions
-
setHasDimensions
public void setHasDimensions(@Nonnull Boolean hasDimensions) throws PersistenceNotNullException, PersistenceReadOnlyException -
getHasDimensionsHasBeenModified
-
getMinimumHeight
-
setMinimumHeight
public void setMinimumHeight(@Nullable Integer minimumHeight) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMinimumHeightHasBeenModified
-
getMinimumWidth
-
setMinimumWidth
public void setMinimumWidth(@Nullable Integer minimumWidth) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMinimumWidthHasBeenModified
-
getMaximumHeight
-
setMaximumHeight
public void setMaximumHeight(@Nullable Integer maximumHeight) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMaximumHeightHasBeenModified
-
getMaximumWidth
-
setMaximumWidth
public void setMaximumWidth(@Nullable Integer maximumWidth) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMaximumWidthHasBeenModified
-
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
-