Class InventoryTransactionLineDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.InventoryTransactionLineDetail
- 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 InventoryTransactionLineDetailInventoryTransactionLineDetail(InventoryTransactionLineDetailValue value, EntityPermission entityPermission) Creates a new instance of InventoryTransactionLineDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleangetInventoryAdjustmentType(EntityPermission entityPermission) booleangetInventoryTransaction(EntityPermission entityPermission) getInventoryTransactionLine(EntityPermission entityPermission) booleanbooleanbooleangetInventoryTransactionReason(EntityPermission entityPermission) booleangetItem()getItem(EntityPermission entityPermission) booleangetLot()getLot(EntityPermission entityPermission) getLotPK()booleanbooleanbooleanbooleaninthashCode()voidremove()voidsetDescription(String description) voidsetFromTime(Long fromTime) voidvoidsetInventoryAdjustmentTypePK(InventoryAdjustmentTypePK inventoryAdjustmentTypePK) voidvoidvoidvoidsetInventoryTransactionLinePK(InventoryTransactionLinePK inventoryTransactionLinePK) voidsetInventoryTransactionLineSequence(Integer inventoryTransactionLineSequence) voidsetInventoryTransactionPK(InventoryTransactionPK inventoryTransactionPK) voidvoidsetInventoryTransactionReasonPK(InventoryTransactionReasonPK inventoryTransactionReasonPK) voidvoidvoidvoidvoidsetThruTime(Long thruTime) voidsetUnitAmount(Long unitAmount) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
InventoryTransactionLineDetail
Creates a new instance of InventoryTransactionLineDetail- Throws:
PersistenceException
-
InventoryTransactionLineDetail
public InventoryTransactionLineDetail(InventoryTransactionLineDetailValue value, EntityPermission entityPermission) Creates a new instance of InventoryTransactionLineDetail
-
-
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
-
getInventoryTransactionLineDetailValue
-
setInventoryTransactionLineDetailValue
public void setInventoryTransactionLineDetailValue(@Nonnull InventoryTransactionLineDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getInventoryTransactionLinePK
-
getInventoryTransactionLine
@Nonnull public InventoryTransactionLine getInventoryTransactionLine(EntityPermission entityPermission) -
getInventoryTransactionLine
-
getInventoryTransactionLineForUpdate
-
setInventoryTransactionLinePK
public void setInventoryTransactionLinePK(@Nonnull InventoryTransactionLinePK inventoryTransactionLinePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryTransactionLine
-
getInventoryTransactionLinePKHasBeenModified
-
getInventoryTransactionPK
-
getInventoryTransaction
-
getInventoryTransaction
-
getInventoryTransactionForUpdate
-
setInventoryTransactionPK
public void setInventoryTransactionPK(@Nonnull InventoryTransactionPK inventoryTransactionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryTransaction
-
getInventoryTransactionPKHasBeenModified
-
getInventoryTransactionLineSequence
-
setInventoryTransactionLineSequence
public void setInventoryTransactionLineSequence(@Nonnull Integer inventoryTransactionLineSequence) throws PersistenceNotNullException, PersistenceReadOnlyException -
getInventoryTransactionLineSequenceHasBeenModified
-
getInventoryTransactionReasonPK
-
getInventoryTransactionReason
@Nullable public InventoryTransactionReason getInventoryTransactionReason(EntityPermission entityPermission) -
getInventoryTransactionReason
-
getInventoryTransactionReasonForUpdate
-
setInventoryTransactionReasonPK
public void setInventoryTransactionReasonPK(@Nullable InventoryTransactionReasonPK inventoryTransactionReasonPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryTransactionReason
-
getInventoryTransactionReasonPKHasBeenModified
-
getItemPK
-
getItem
-
getItem
-
getItemForUpdate
-
setItemPK
public void setItemPK(@Nonnull ItemPK itemPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItem
-
getItemPKHasBeenModified
-
getLotPK
-
getLot
-
getLot
-
getLotForUpdate
-
setLotPK
public void setLotPK(@Nullable LotPK lotPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLot
-
getLotPKHasBeenModified
-
getInventoryAdjustmentTypePK
-
getInventoryAdjustmentType
@Nonnull public InventoryAdjustmentType getInventoryAdjustmentType(EntityPermission entityPermission) -
getInventoryAdjustmentType
-
getInventoryAdjustmentTypeForUpdate
-
setInventoryAdjustmentTypePK
public void setInventoryAdjustmentTypePK(@Nonnull InventoryAdjustmentTypePK inventoryAdjustmentTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryAdjustmentType
-
getInventoryAdjustmentTypePKHasBeenModified
-
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
-