Class InventoryLayerDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.InventoryLayerDetail
- 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 InventoryLayerDetailInventoryLayerDetail(InventoryLayerDetailValue value, EntityPermission entityPermission) Creates a new instance of InventoryLayerDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleangetInventoryLayer(EntityPermission entityPermission) booleanbooleangetInventoryTransactionLine(EntityPermission entityPermission) booleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetInventoryLayer(InventoryLayer entity) voidvoidsetInventoryLayerPK(InventoryLayerPK inventoryLayerPK) voidsetInventoryLayerSequence(Integer inventoryLayerSequence) voidvoidsetInventoryTransactionLinePK(InventoryTransactionLinePK inventoryTransactionLinePK) voidsetReceiptQuantity(Long receiptQuantity) voidsetThruTime(Long thruTime) voidsetUnitAmount(Long unitAmount) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
InventoryLayerDetail
Creates a new instance of InventoryLayerDetail- Throws:
PersistenceException
-
InventoryLayerDetail
Creates a new instance of InventoryLayerDetail
-
-
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
-
getInventoryLayerDetailValue
-
setInventoryLayerDetailValue
public void setInventoryLayerDetailValue(@Nonnull InventoryLayerDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getInventoryLayerPK
-
getInventoryLayer
-
getInventoryLayer
-
getInventoryLayerForUpdate
-
setInventoryLayerPK
public void setInventoryLayerPK(@Nonnull InventoryLayerPK inventoryLayerPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryLayer
-
getInventoryLayerPKHasBeenModified
-
getInventoryLayerSequence
-
setInventoryLayerSequence
public void setInventoryLayerSequence(@Nonnull Integer inventoryLayerSequence) throws PersistenceNotNullException, PersistenceReadOnlyException -
getInventoryLayerSequenceHasBeenModified
-
getInventoryTransactionLinePK
-
getInventoryTransactionLine
@Nonnull public InventoryTransactionLine getInventoryTransactionLine(EntityPermission entityPermission) -
getInventoryTransactionLine
-
getInventoryTransactionLineForUpdate
-
setInventoryTransactionLinePK
public void setInventoryTransactionLinePK(@Nonnull InventoryTransactionLinePK inventoryTransactionLinePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryTransactionLine
-
getInventoryTransactionLinePKHasBeenModified
-
getReceiptQuantity
-
setReceiptQuantity
public void setReceiptQuantity(@Nonnull Long receiptQuantity) throws PersistenceNotNullException, PersistenceReadOnlyException -
getReceiptQuantityHasBeenModified
-
getUnitAmount
-
setUnitAmount
public void setUnitAmount(@Nullable Long unitAmount) throws PersistenceNotNullException, PersistenceReadOnlyException -
getUnitAmountHasBeenModified
-
getDescription
-
setDescription
public void setDescription(@Nullable String description) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-