Class AllocationPriorityValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<AllocationPriorityPK>
com.echothree.model.data.inventory.server.value.AllocationPriorityValue
- All Implemented Interfaces:
- Serializable,- Cloneable
public class AllocationPriorityValue
extends BaseValue<AllocationPriorityPK>
implements Cloneable, Serializable
- See Also:
- 
Field SummaryFields inherited from class com.echothree.util.server.persistence.BaseValue_primaryKey, entityId
- 
Constructor SummaryConstructorsConstructorDescriptionAllocationPriorityValue(AllocationPriorityDetailPK activeDetailPK, AllocationPriorityDetailPK lastDetailPK) Creates a new instance of AllocationPriorityValueAllocationPriorityValue(AllocationPriorityPK allocationPriorityPK, AllocationPriorityDetailPK activeDetailPK, AllocationPriorityDetailPK lastDetailPK) Creates a new instance of AllocationPriorityValue
- 
Method SummaryModifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(AllocationPriorityDetailPK activeDetailPK) voidsetLastDetailPK(AllocationPriorityDetailPK lastDetailPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValuecheckForNull, getEntityId, hasIdentity, setEntityId
- 
Constructor Details- 
AllocationPriorityValuepublic AllocationPriorityValue(AllocationPriorityPK allocationPriorityPK, AllocationPriorityDetailPK activeDetailPK, AllocationPriorityDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of AllocationPriorityValue- Throws:
- PersistenceNotNullException
 
- 
AllocationPriorityValuepublic AllocationPriorityValue(AllocationPriorityDetailPK activeDetailPK, AllocationPriorityDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of AllocationPriorityValue- Throws:
- PersistenceNotNullException
 
 
- 
- 
Method Details- 
getBaseFactoryInstance- Specified by:
- getBaseFactoryInstancein class- BaseValue<AllocationPriorityPK>
 
- 
clone
- 
getPrimaryKey- Specified by:
- getPrimaryKeyin class- BaseValue<AllocationPriorityPK>
 
- 
hashCode
- 
toString
- 
equals
- 
isIdentical
- 
hasBeenModified- Specified by:
- hasBeenModifiedin class- BaseValue<AllocationPriorityPK>
 
- 
clearHasBeenModified- Specified by:
- clearHasBeenModifiedin class- BaseValue<AllocationPriorityPK>
 
- 
getActiveDetailPK
- 
setActiveDetailPK
- 
getActiveDetailPKHasBeenModified
- 
getLastDetailPK
- 
setLastDetailPK
- 
getLastDetailPKHasBeenModified
 
-