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