Class ShipmentLineDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ShipmentLineDetailPK>
com.echothree.model.data.shipment.server.value.ShipmentLineDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ShipmentLineDetailValue
extends BaseValue<ShipmentLineDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionShipmentLineDetailValue(ShipmentLineDetailPK shipmentLineDetailPK, ShipmentLinePK shipmentLinePK, ShipmentPK shipmentPK, Integer shipmentLineSequence, ShipmentLinePK parentShipmentLinePK, OrderLinePK orderLinePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long fromTime, Long thruTime) Creates a new instance of ShipmentLineDetailValueShipmentLineDetailValue(ShipmentLinePK shipmentLinePK, ShipmentPK shipmentPK, Integer shipmentLineSequence, ShipmentLinePK parentShipmentLinePK, OrderLinePK orderLinePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long fromTime, Long thruTime) Creates a new instance of ShipmentLineDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetInventoryConditionPK(InventoryConditionPK inventoryConditionPK) voidvoidsetOrderLinePK(OrderLinePK orderLinePK) voidsetParentShipmentLinePK(ShipmentLinePK parentShipmentLinePK) voidsetQuantity(Long quantity) voidsetShipmentLinePK(ShipmentLinePK shipmentLinePK) voidsetShipmentLineSequence(Integer shipmentLineSequence) voidsetShipmentPK(ShipmentPK shipmentPK) voidsetThruTime(Long thruTime) voidsetUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ShipmentLineDetailValue
public ShipmentLineDetailValue(ShipmentLineDetailPK shipmentLineDetailPK, ShipmentLinePK shipmentLinePK, ShipmentPK shipmentPK, Integer shipmentLineSequence, ShipmentLinePK parentShipmentLinePK, OrderLinePK orderLinePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ShipmentLineDetailValue- Throws:
PersistenceNotNullException
-
ShipmentLineDetailValue
public ShipmentLineDetailValue(ShipmentLinePK shipmentLinePK, ShipmentPK shipmentPK, Integer shipmentLineSequence, ShipmentLinePK parentShipmentLinePK, OrderLinePK orderLinePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ShipmentLineDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ShipmentLineDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ShipmentLineDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ShipmentLineDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ShipmentLineDetailPK>
-
getShipmentLinePK
-
setShipmentLinePK
- Throws:
PersistenceNotNullException
-
getShipmentLinePKHasBeenModified
-
getShipmentPK
-
setShipmentPK
- Throws:
PersistenceNotNullException
-
getShipmentPKHasBeenModified
-
getShipmentLineSequence
-
setShipmentLineSequence
public void setShipmentLineSequence(Integer shipmentLineSequence) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getShipmentLineSequenceHasBeenModified
-
getParentShipmentLinePK
-
setParentShipmentLinePK
-
getParentShipmentLinePKHasBeenModified
-
getOrderLinePK
-
setOrderLinePK
-
getOrderLinePKHasBeenModified
-
getItemPK
-
setItemPK
- Throws:
PersistenceNotNullException
-
getItemPKHasBeenModified
-
getInventoryConditionPK
-
setInventoryConditionPK
public void setInventoryConditionPK(InventoryConditionPK inventoryConditionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryConditionPKHasBeenModified
-
getUnitOfMeasureTypePK
-
setUnitOfMeasureTypePK
public void setUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getUnitOfMeasureTypePKHasBeenModified
-
getQuantity
-
setQuantity
- Throws:
PersistenceNotNullException
-
getQuantityHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-