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