Class InventoryLocationBucket
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.InventoryLocationBucket
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of InventoryLocationBucketInventoryLocationBucket(InventoryLocationBucketValue value, EntityPermission entityPermission) Creates a new instance of InventoryLocationBucket -
Method Summary
Modifier and TypeMethodDescriptionbooleangetInventoryBucketType(EntityPermission entityPermission) booleangetInventoryLocation(EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetInventoryBucketTypePK(InventoryBucketTypePK inventoryBucketTypePK) voidvoidvoidsetInventoryLocationPK(InventoryLocationPK inventoryLocationPK) voidsetQuantity(Long quantity) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
InventoryLocationBucket
Creates a new instance of InventoryLocationBucket- Throws:
PersistenceException
-
InventoryLocationBucket
public InventoryLocationBucket(InventoryLocationBucketValue value, EntityPermission entityPermission) Creates a new instance of InventoryLocationBucket
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getInventoryLocationBucketValue
-
setInventoryLocationBucketValue
public void setInventoryLocationBucketValue(@Nonnull InventoryLocationBucketValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getInventoryLocationPK
-
getInventoryLocation
-
getInventoryLocation
-
getInventoryLocationForUpdate
-
setInventoryLocationPK
public void setInventoryLocationPK(@Nonnull InventoryLocationPK inventoryLocationPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryLocation
-
getInventoryLocationPKHasBeenModified
-
getInventoryBucketTypePK
-
getInventoryBucketType
-
getInventoryBucketType
-
getInventoryBucketTypeForUpdate
-
setInventoryBucketTypePK
public void setInventoryBucketTypePK(@Nonnull InventoryBucketTypePK inventoryBucketTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryBucketType
-
getInventoryBucketTypePKHasBeenModified
-
getQuantity
-
setQuantity
public void setQuantity(@Nonnull Long quantity) throws PersistenceNotNullException, PersistenceReadOnlyException -
getQuantityHasBeenModified
-