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