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