Class ShipmentPackageLineDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.shipment.server.entity.ShipmentPackageLineDetail
- 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 ShipmentPackageLineDetailShipmentPackageLineDetail(ShipmentPackageLineDetailValue value, EntityPermission entityPermission) Creates a new instance of ShipmentPackageLineDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetInventoryCondition(EntityPermission entityPermission) booleangetItem()getItem(EntityPermission entityPermission) booleanbooleangetShipmentLine(EntityPermission entityPermission) booleangetShipmentPackage(EntityPermission entityPermission) getShipmentPackageLine(EntityPermission entityPermission) booleanbooleanbooleanbooleangetUnitOfMeasureType(EntityPermission entityPermission) booleanbooleaninthashCode()voidremove()voidsetFromTime(Long fromTime) voidvoidsetInventoryConditionPK(InventoryConditionPK inventoryConditionPK) voidvoidvoidsetQuantity(Long quantity) voidsetShipmentLine(ShipmentLine entity) voidsetShipmentLinePK(ShipmentLinePK shipmentLinePK) voidsetShipmentPackage(ShipmentPackage entity) voidvoidvoidsetShipmentPackageLinePK(ShipmentPackageLinePK shipmentPackageLinePK) voidsetShipmentPackageLineSequence(Integer shipmentPackageLineSequence) voidsetShipmentPackagePK(ShipmentPackagePK shipmentPackagePK) voidsetThruTime(Long thruTime) voidvoidsetUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
ShipmentPackageLineDetail
Creates a new instance of ShipmentPackageLineDetail- Throws:
PersistenceException
-
ShipmentPackageLineDetail
public ShipmentPackageLineDetail(ShipmentPackageLineDetailValue value, EntityPermission entityPermission) Creates a new instance of ShipmentPackageLineDetail
-
-
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
-
getShipmentPackageLineDetailValue
-
setShipmentPackageLineDetailValue
public void setShipmentPackageLineDetailValue(ShipmentPackageLineDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getShipmentPackageLinePK
-
getShipmentPackageLine
-
getShipmentPackageLine
-
getShipmentPackageLineForUpdate
-
setShipmentPackageLinePK
public void setShipmentPackageLinePK(ShipmentPackageLinePK shipmentPackageLinePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setShipmentPackageLine
-
getShipmentPackageLinePKHasBeenModified
-
getShipmentPackagePK
-
getShipmentPackage
-
getShipmentPackage
-
getShipmentPackageForUpdate
-
setShipmentPackagePK
public void setShipmentPackagePK(ShipmentPackagePK shipmentPackagePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setShipmentPackage
-
getShipmentPackagePKHasBeenModified
-
getShipmentPackageLineSequence
-
setShipmentPackageLineSequence
public void setShipmentPackageLineSequence(Integer shipmentPackageLineSequence) throws PersistenceNotNullException, PersistenceReadOnlyException -
getShipmentPackageLineSequenceHasBeenModified
-
getShipmentLinePK
-
getShipmentLine
-
getShipmentLine
-
getShipmentLineForUpdate
-
setShipmentLinePK
public void setShipmentLinePK(ShipmentLinePK shipmentLinePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setShipmentLine
-
getShipmentLinePKHasBeenModified
-
getItemPK
-
getItem
-
getItem
-
getItemForUpdate
-
setItemPK
public void setItemPK(ItemPK itemPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItem
-
getItemPKHasBeenModified
-
getInventoryConditionPK
-
getInventoryCondition
-
getInventoryCondition
-
getInventoryConditionForUpdate
-
setInventoryConditionPK
public void setInventoryConditionPK(InventoryConditionPK inventoryConditionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryCondition
-
getInventoryConditionPKHasBeenModified
-
getUnitOfMeasureTypePK
-
getUnitOfMeasureType
-
getUnitOfMeasureType
-
getUnitOfMeasureTypeForUpdate
-
setUnitOfMeasureTypePK
public void setUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setUnitOfMeasureType
-
getUnitOfMeasureTypePKHasBeenModified
-
getQuantity
-
setQuantity
public void setQuantity(Long quantity) throws PersistenceNotNullException, PersistenceReadOnlyException -
getQuantityHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-