Class InventoryLocationAssignmentStatusValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InventoryLocationAssignmentStatusPK>
com.echothree.model.data.inventory.server.value.InventoryLocationAssignmentStatusValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class InventoryLocationAssignmentStatusValue
extends BaseValue<InventoryLocationAssignmentStatusPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionInventoryLocationAssignmentStatusValue
(InventoryLocationAssignmentPK inventoryLocationAssignmentPK, Long quantityOnHand, Long availableToPromise) Creates a new instance of InventoryLocationAssignmentStatusValueInventoryLocationAssignmentStatusValue
(InventoryLocationAssignmentStatusPK inventoryLocationAssignmentStatusPK, InventoryLocationAssignmentPK inventoryLocationAssignmentPK, Long quantityOnHand, Long availableToPromise) Creates a new instance of InventoryLocationAssignmentStatusValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setAvailableToPromise
(Long availableToPromise) void
setInventoryLocationAssignmentPK
(InventoryLocationAssignmentPK inventoryLocationAssignmentPK) void
setQuantityOnHand
(Long quantityOnHand) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InventoryLocationAssignmentStatusValue
public InventoryLocationAssignmentStatusValue(InventoryLocationAssignmentStatusPK inventoryLocationAssignmentStatusPK, InventoryLocationAssignmentPK inventoryLocationAssignmentPK, Long quantityOnHand, Long availableToPromise) throws PersistenceNotNullException Creates a new instance of InventoryLocationAssignmentStatusValue- Throws:
PersistenceNotNullException
-
InventoryLocationAssignmentStatusValue
public InventoryLocationAssignmentStatusValue(InventoryLocationAssignmentPK inventoryLocationAssignmentPK, Long quantityOnHand, Long availableToPromise) throws PersistenceNotNullException Creates a new instance of InventoryLocationAssignmentStatusValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<InventoryLocationAssignmentStatusPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<InventoryLocationAssignmentStatusPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<InventoryLocationAssignmentStatusPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<InventoryLocationAssignmentStatusPK>
-
getInventoryLocationAssignmentPK
-
setInventoryLocationAssignmentPK
public void setInventoryLocationAssignmentPK(InventoryLocationAssignmentPK inventoryLocationAssignmentPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryLocationAssignmentPKHasBeenModified
-
getQuantityOnHand
-
setQuantityOnHand
- Throws:
PersistenceNotNullException
-
getQuantityOnHandHasBeenModified
-
getAvailableToPromise
-
setAvailableToPromise
- Throws:
PersistenceNotNullException
-
getAvailableToPromiseHasBeenModified
-