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 Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionAllocationPriorityValue
(AllocationPriorityDetailPK activeDetailPK, AllocationPriorityDetailPK lastDetailPK) Creates a new instance of AllocationPriorityValueAllocationPriorityValue
(AllocationPriorityPK allocationPriorityPK, AllocationPriorityDetailPK activeDetailPK, AllocationPriorityDetailPK lastDetailPK) Creates a new instance of AllocationPriorityValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(AllocationPriorityDetailPK activeDetailPK) void
setLastDetailPK
(AllocationPriorityDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
AllocationPriorityValue
public AllocationPriorityValue(AllocationPriorityPK allocationPriorityPK, AllocationPriorityDetailPK activeDetailPK, AllocationPriorityDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of AllocationPriorityValue- Throws:
PersistenceNotNullException
-
AllocationPriorityValue
public AllocationPriorityValue(AllocationPriorityDetailPK activeDetailPK, AllocationPriorityDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of AllocationPriorityValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<AllocationPriorityPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<AllocationPriorityPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<AllocationPriorityPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<AllocationPriorityPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-