Class OrderLineDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<OrderLineDetailPK>
com.echothree.model.data.order.server.value.OrderLineDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class OrderLineDetailValue
extends BaseValue<OrderLineDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionOrderLineDetailValue
(OrderLineDetailPK orderLineDetailPK, OrderLinePK orderLinePK, OrderPK orderPK, Integer orderLineSequence, OrderLinePK parentOrderLinePK, OrderShipmentGroupPK orderShipmentGroupPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long unitAmount, String description, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Boolean taxable, Long fromTime, Long thruTime) Creates a new instance of OrderLineDetailValueOrderLineDetailValue
(OrderLinePK orderLinePK, OrderPK orderPK, Integer orderLineSequence, OrderLinePK parentOrderLinePK, OrderShipmentGroupPK orderShipmentGroupPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long unitAmount, String description, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Boolean taxable, Long fromTime, Long thruTime) Creates a new instance of OrderLineDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) void
setDescription
(String description) void
setFromTime
(Long fromTime) void
setInventoryConditionPK
(InventoryConditionPK inventoryConditionPK) void
void
setOrderLinePK
(OrderLinePK orderLinePK) void
setOrderLineSequence
(Integer orderLineSequence) void
setOrderPK
(OrderPK orderPK) void
setOrderShipmentGroupPK
(OrderShipmentGroupPK orderShipmentGroupPK) void
setParentOrderLinePK
(OrderLinePK parentOrderLinePK) void
setQuantity
(Long quantity) void
setReturnPolicyPK
(ReturnPolicyPK returnPolicyPK) void
setTaxable
(Boolean taxable) void
setThruTime
(Long thruTime) void
setUnitAmount
(Long unitAmount) void
setUnitOfMeasureTypePK
(UnitOfMeasureTypePK unitOfMeasureTypePK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
OrderLineDetailValue
public OrderLineDetailValue(OrderLineDetailPK orderLineDetailPK, OrderLinePK orderLinePK, OrderPK orderPK, Integer orderLineSequence, OrderLinePK parentOrderLinePK, OrderShipmentGroupPK orderShipmentGroupPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long unitAmount, String description, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Boolean taxable, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of OrderLineDetailValue- Throws:
PersistenceNotNullException
-
OrderLineDetailValue
public OrderLineDetailValue(OrderLinePK orderLinePK, OrderPK orderPK, Integer orderLineSequence, OrderLinePK parentOrderLinePK, OrderShipmentGroupPK orderShipmentGroupPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long unitAmount, String description, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Boolean taxable, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of OrderLineDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<OrderLineDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<OrderLineDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<OrderLineDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<OrderLineDetailPK>
-
getOrderLinePK
-
setOrderLinePK
- Throws:
PersistenceNotNullException
-
getOrderLinePKHasBeenModified
-
getOrderPK
-
setOrderPK
- Throws:
PersistenceNotNullException
-
getOrderPKHasBeenModified
-
getOrderLineSequence
-
setOrderLineSequence
- Throws:
PersistenceNotNullException
-
getOrderLineSequenceHasBeenModified
-
getParentOrderLinePK
-
setParentOrderLinePK
-
getParentOrderLinePKHasBeenModified
-
getOrderShipmentGroupPK
-
setOrderShipmentGroupPK
-
getOrderShipmentGroupPKHasBeenModified
-
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
-
getQuantityHasBeenModified
-
getUnitAmount
-
setUnitAmount
-
getUnitAmountHasBeenModified
-
getDescription
-
setDescription
-
getDescriptionHasBeenModified
-
getCancellationPolicyPK
-
setCancellationPolicyPK
-
getCancellationPolicyPKHasBeenModified
-
getReturnPolicyPK
-
setReturnPolicyPK
-
getReturnPolicyPKHasBeenModified
-
getTaxable
-
setTaxable
-
getTaxableHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-