Class EditorDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EditorDetailPK>
com.echothree.model.data.core.server.value.EditorDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionEditorDetailValue
(EditorDetailPK editorDetailPK, EditorPK editorPK, String editorName, Boolean hasDimensions, Integer minimumHeight, Integer minimumWidth, Integer maximumHeight, Integer maximumWidth, Integer defaultHeight, Integer defaultWidth, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of EditorDetailValueEditorDetailValue
(EditorPK editorPK, String editorName, Boolean hasDimensions, Integer minimumHeight, Integer minimumWidth, Integer maximumHeight, Integer maximumWidth, Integer defaultHeight, Integer defaultWidth, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of EditorDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setDefaultHeight
(Integer defaultHeight) void
setDefaultWidth
(Integer defaultWidth) 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) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EditorDetailValue
public EditorDetailValue(EditorDetailPK editorDetailPK, EditorPK editorPK, String editorName, Boolean hasDimensions, Integer minimumHeight, Integer minimumWidth, Integer maximumHeight, Integer maximumWidth, Integer defaultHeight, Integer defaultWidth, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EditorDetailValue- Throws:
PersistenceNotNullException
-
EditorDetailValue
public EditorDetailValue(EditorPK editorPK, String editorName, Boolean hasDimensions, Integer minimumHeight, Integer minimumWidth, Integer maximumHeight, Integer maximumWidth, Integer defaultHeight, Integer defaultWidth, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EditorDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<EditorDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<EditorDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<EditorDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<EditorDetailPK>
-
getEditorPK
-
setEditorPK
- Throws:
PersistenceNotNullException
-
getEditorPKHasBeenModified
-
getEditorName
-
setEditorName
- Throws:
PersistenceNotNullException
-
getEditorNameHasBeenModified
-
getHasDimensions
-
setHasDimensions
- Throws:
PersistenceNotNullException
-
getHasDimensionsHasBeenModified
-
getMinimumHeight
-
setMinimumHeight
-
getMinimumHeightHasBeenModified
-
getMinimumWidth
-
setMinimumWidth
-
getMinimumWidthHasBeenModified
-
getMaximumHeight
-
setMaximumHeight
-
getMaximumHeightHasBeenModified
-
getMaximumWidth
-
setMaximumWidth
-
getMaximumWidthHasBeenModified
-
getDefaultHeight
-
setDefaultHeight
-
getDefaultHeightHasBeenModified
-
getDefaultWidth
-
setDefaultWidth
-
getDefaultWidthHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-