Class ShipmentLineDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.shipment.server.entity.ShipmentLineDetail
- 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 ShipmentLineDetailShipmentLineDetail(ShipmentLineDetailValue value, EntityPermission entityPermission) Creates a new instance of ShipmentLineDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetInventoryCondition(EntityPermission entityPermission) booleangetItem()getItem(EntityPermission entityPermission) booleangetOrderLine(EntityPermission entityPermission) booleangetParentShipmentLine(EntityPermission entityPermission) booleanbooleangetShipment(EntityPermission entityPermission) getShipmentLine(EntityPermission entityPermission) booleanbooleanbooleanbooleangetUnitOfMeasureType(EntityPermission entityPermission) booleanbooleaninthashCode()voidremove()voidsetFromTime(Long fromTime) voidvoidsetInventoryConditionPK(InventoryConditionPK inventoryConditionPK) voidvoidvoidsetOrderLine(OrderLine entity) voidsetOrderLinePK(OrderLinePK orderLinePK) voidsetParentShipmentLine(ShipmentLine entity) voidsetParentShipmentLinePK(ShipmentLinePK parentShipmentLinePK) voidsetQuantity(Long quantity) voidsetShipment(Shipment entity) voidsetShipmentLine(ShipmentLine entity) voidvoidsetShipmentLinePK(ShipmentLinePK shipmentLinePK) voidsetShipmentLineSequence(Integer shipmentLineSequence) voidsetShipmentPK(ShipmentPK shipmentPK) voidsetThruTime(Long thruTime) voidvoidsetUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
ShipmentLineDetail
Creates a new instance of ShipmentLineDetail- Throws:
PersistenceException
-
ShipmentLineDetail
Creates a new instance of ShipmentLineDetail
-
-
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
-
getShipmentLineDetailValue
-
setShipmentLineDetailValue
public void setShipmentLineDetailValue(@Nonnull ShipmentLineDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getShipmentLinePK
-
getShipmentLine
-
getShipmentLine
-
getShipmentLineForUpdate
-
setShipmentLinePK
public void setShipmentLinePK(@Nonnull ShipmentLinePK shipmentLinePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setShipmentLine
-
getShipmentLinePKHasBeenModified
-
getShipmentPK
-
getShipment
-
getShipment
-
getShipmentForUpdate
-
setShipmentPK
public void setShipmentPK(@Nonnull ShipmentPK shipmentPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setShipment
-
getShipmentPKHasBeenModified
-
getShipmentLineSequence
-
setShipmentLineSequence
public void setShipmentLineSequence(@Nonnull Integer shipmentLineSequence) throws PersistenceNotNullException, PersistenceReadOnlyException -
getShipmentLineSequenceHasBeenModified
-
getParentShipmentLinePK
-
getParentShipmentLine
-
getParentShipmentLine
-
getParentShipmentLineForUpdate
-
setParentShipmentLinePK
public void setParentShipmentLinePK(@Nullable ShipmentLinePK parentShipmentLinePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParentShipmentLine
-
getParentShipmentLinePKHasBeenModified
-
getOrderLinePK
-
getOrderLine
-
getOrderLine
-
getOrderLineForUpdate
-
setOrderLinePK
public void setOrderLinePK(@Nullable OrderLinePK orderLinePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrderLine
-
getOrderLinePKHasBeenModified
-
getItemPK
-
getItem
-
getItem
-
getItemForUpdate
-
setItemPK
public void setItemPK(@Nonnull ItemPK itemPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItem
-
getItemPKHasBeenModified
-
getInventoryConditionPK
-
getInventoryCondition
-
getInventoryCondition
-
getInventoryConditionForUpdate
-
setInventoryConditionPK
public void setInventoryConditionPK(@Nonnull InventoryConditionPK inventoryConditionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryCondition
-
getInventoryConditionPKHasBeenModified
-
getUnitOfMeasureTypePK
-
getUnitOfMeasureType
-
getUnitOfMeasureType
-
getUnitOfMeasureTypeForUpdate
-
setUnitOfMeasureTypePK
public void setUnitOfMeasureTypePK(@Nonnull UnitOfMeasureTypePK unitOfMeasureTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setUnitOfMeasureType
-
getUnitOfMeasureTypePKHasBeenModified
-
getQuantity
-
setQuantity
public void setQuantity(@Nonnull Long quantity) throws PersistenceNotNullException, PersistenceReadOnlyException -
getQuantityHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-