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 TypeMethodDescriptionboolean
boolean
boolean
getEditor
(EntityPermission entityPermission) getEditor
(Session session, EntityPermission entityPermission) getEditorForUpdate
(Session session) boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setDefaultHeight
(Integer defaultHeight) void
setDefaultWidth
(Integer defaultWidth) void
void
void
setEditorName
(String editorName) void
setEditorPK
(EditorPK editorPK) void
setFromTime
(Long fromTime) void
setHasDimensions
(Boolean hasDimensions) void
setIsDefault
(Boolean isDefault) void
setMaximumHeight
(Integer maximumHeight) void
setMaximumWidth
(Integer maximumWidth) void
setMinimumHeight
(Integer minimumHeight) void
setMinimumWidth
(Integer minimumWidth) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getEditorDetailValue
-
setEditorDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-