Class InventoryLocationBucketValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InventoryLocationBucketPK>
com.echothree.model.data.inventory.server.value.InventoryLocationBucketValue
- All Implemented Interfaces:
Serializable,Cloneable
public class InventoryLocationBucketValue
extends BaseValue<InventoryLocationBucketPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionInventoryLocationBucketValue(InventoryLocationBucketPK inventoryLocationBucketPK, InventoryLocationPK inventoryLocationPK, InventoryBucketTypePK inventoryBucketTypePK, Long quantity) Creates a new instance of InventoryLocationBucketValueInventoryLocationBucketValue(InventoryLocationPK inventoryLocationPK, InventoryBucketTypePK inventoryBucketTypePK, Long quantity) Creates a new instance of InventoryLocationBucketValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetInventoryBucketTypePK(InventoryBucketTypePK inventoryBucketTypePK) voidsetInventoryLocationPK(InventoryLocationPK inventoryLocationPK) voidsetQuantity(Long quantity) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InventoryLocationBucketValue
public InventoryLocationBucketValue(InventoryLocationBucketPK inventoryLocationBucketPK, InventoryLocationPK inventoryLocationPK, InventoryBucketTypePK inventoryBucketTypePK, Long quantity) throws PersistenceNotNullException Creates a new instance of InventoryLocationBucketValue- Throws:
PersistenceNotNullException
-
InventoryLocationBucketValue
public InventoryLocationBucketValue(InventoryLocationPK inventoryLocationPK, InventoryBucketTypePK inventoryBucketTypePK, Long quantity) throws PersistenceNotNullException Creates a new instance of InventoryLocationBucketValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<InventoryLocationBucketPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<InventoryLocationBucketPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<InventoryLocationBucketPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<InventoryLocationBucketPK>
-
getInventoryLocationPK
-
setInventoryLocationPK
public void setInventoryLocationPK(@Nonnull InventoryLocationPK inventoryLocationPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryLocationPKHasBeenModified
-
getInventoryBucketTypePK
-
setInventoryBucketTypePK
public void setInventoryBucketTypePK(@Nonnull InventoryBucketTypePK inventoryBucketTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryBucketTypePKHasBeenModified
-
getQuantity
-
setQuantity
- Throws:
PersistenceNotNullException
-
getQuantityHasBeenModified
-