Class EditorValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EditorPK>
com.echothree.model.data.core.server.value.EditorValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionEditorValue
(EditorDetailPK activeDetailPK, EditorDetailPK lastDetailPK) Creates a new instance of EditorValueEditorValue
(EditorPK editorPK, EditorDetailPK activeDetailPK, EditorDetailPK lastDetailPK) Creates a new instance of EditorValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(EditorDetailPK activeDetailPK) void
setLastDetailPK
(EditorDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EditorValue
public EditorValue(EditorPK editorPK, EditorDetailPK activeDetailPK, EditorDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of EditorValue- Throws:
PersistenceNotNullException
-
EditorValue
public EditorValue(EditorDetailPK activeDetailPK, EditorDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of EditorValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<EditorPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<EditorPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<EditorPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<EditorPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-