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