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) getEditor(Session session, EntityPermission entityPermission) getEditorForUpdate(Session session) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetDefaultHeight(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) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
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
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getEditorDetailValue
-
setEditorDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getEditorPK
-
getEditor
-
getEditor
-
getEditor
-
getEditor
-
getEditorForUpdate
-
getEditorForUpdate
-
setEditorPK
public void setEditorPK(EditorPK editorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEditor
-
getEditorPKHasBeenModified
-
getEditorName
-
setEditorName
public void setEditorName(String editorName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getEditorNameHasBeenModified
-
getHasDimensions
-
setHasDimensions
public void setHasDimensions(Boolean hasDimensions) throws PersistenceNotNullException, PersistenceReadOnlyException -
getHasDimensionsHasBeenModified
-
getMinimumHeight
-
setMinimumHeight
public void setMinimumHeight(Integer minimumHeight) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMinimumHeightHasBeenModified
-
getMinimumWidth
-
setMinimumWidth
public void setMinimumWidth(Integer minimumWidth) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMinimumWidthHasBeenModified
-
getMaximumHeight
-
setMaximumHeight
public void setMaximumHeight(Integer maximumHeight) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMaximumHeightHasBeenModified
-
getMaximumWidth
-
setMaximumWidth
public void setMaximumWidth(Integer maximumWidth) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMaximumWidthHasBeenModified
-
getDefaultHeight
-
setDefaultHeight
public void setDefaultHeight(Integer defaultHeight) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDefaultHeightHasBeenModified
-
getDefaultWidth
-
setDefaultWidth
public void setDefaultWidth(Integer defaultWidth) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDefaultWidthHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-