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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(EditorDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<EditorPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<EditorPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<EditorPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<EditorPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-