Class OrderLineDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.order.server.entity.OrderLineDetail
- 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 OrderLineDetailOrderLineDetail
(OrderLineDetailValue value, EntityPermission entityPermission) Creates a new instance of OrderLineDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
getCancellationPolicy
(EntityPermission entityPermission) getCancellationPolicy
(Session session) getCancellationPolicy
(Session session, EntityPermission entityPermission) getCancellationPolicyForUpdate
(Session session) boolean
boolean
boolean
getInventoryCondition
(EntityPermission entityPermission) getInventoryCondition
(Session session) getInventoryCondition
(Session session, EntityPermission entityPermission) getInventoryConditionForUpdate
(Session session) boolean
getItem()
getItem
(EntityPermission entityPermission) getItem
(Session session, EntityPermission entityPermission) getItemForUpdate
(Session session) boolean
getOrder()
getOrder
(EntityPermission entityPermission) getOrder
(Session session, EntityPermission entityPermission) getOrderForUpdate
(Session session) getOrderLine
(EntityPermission entityPermission) getOrderLine
(Session session) getOrderLine
(Session session, EntityPermission entityPermission) getOrderLineForUpdate
(Session session) boolean
boolean
boolean
getOrderShipmentGroup
(EntityPermission entityPermission) getOrderShipmentGroup
(Session session) getOrderShipmentGroup
(Session session, EntityPermission entityPermission) getOrderShipmentGroupForUpdate
(Session session) boolean
getParentOrderLine
(EntityPermission entityPermission) getParentOrderLine
(Session session) getParentOrderLine
(Session session, EntityPermission entityPermission) getParentOrderLineForUpdate
(Session session) boolean
boolean
getReturnPolicy
(EntityPermission entityPermission) getReturnPolicy
(Session session) getReturnPolicy
(Session session, EntityPermission entityPermission) getReturnPolicyForUpdate
(Session session) boolean
boolean
boolean
boolean
getUnitOfMeasureType
(EntityPermission entityPermission) getUnitOfMeasureType
(Session session) getUnitOfMeasureType
(Session session, EntityPermission entityPermission) getUnitOfMeasureTypeForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
void
setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) void
setDescription
(String description) void
setFromTime
(Long fromTime) void
void
setInventoryConditionPK
(InventoryConditionPK inventoryConditionPK) void
void
void
void
setOrderLine
(OrderLine entity) void
void
setOrderLinePK
(OrderLinePK orderLinePK) void
setOrderLineSequence
(Integer orderLineSequence) void
setOrderPK
(OrderPK orderPK) void
void
setOrderShipmentGroupPK
(OrderShipmentGroupPK orderShipmentGroupPK) void
setParentOrderLine
(OrderLine entity) void
setParentOrderLinePK
(OrderLinePK parentOrderLinePK) void
setQuantity
(Long quantity) void
setReturnPolicy
(ReturnPolicy entity) void
setReturnPolicyPK
(ReturnPolicyPK returnPolicyPK) void
setTaxable
(Boolean taxable) void
setThruTime
(Long thruTime) void
setUnitAmount
(Long unitAmount) void
void
setUnitOfMeasureTypePK
(UnitOfMeasureTypePK unitOfMeasureTypePK) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
OrderLineDetail
Creates a new instance of OrderLineDetail- Throws:
PersistenceException
-
OrderLineDetail
Creates a new instance of OrderLineDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getOrderLineDetailValue
-
setOrderLineDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getOrderLinePK
-
getOrderLine
-
getOrderLine
-
getOrderLine
-
getOrderLine
-
getOrderLineForUpdate
-
getOrderLineForUpdate
-
setOrderLinePK
public void setOrderLinePK(OrderLinePK orderLinePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrderLine
-
getOrderLinePKHasBeenModified
-
getOrderPK
-
getOrder
-
getOrder
-
getOrder
-
getOrder
-
getOrderForUpdate
-
getOrderForUpdate
-
setOrderPK
public void setOrderPK(OrderPK orderPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrder
-
getOrderPKHasBeenModified
-
getOrderLineSequence
-
setOrderLineSequence
public void setOrderLineSequence(Integer orderLineSequence) throws PersistenceNotNullException, PersistenceReadOnlyException -
getOrderLineSequenceHasBeenModified
-
getParentOrderLinePK
-
getParentOrderLine
-
getParentOrderLine
-
getParentOrderLine
-
getParentOrderLine
-
getParentOrderLineForUpdate
-
getParentOrderLineForUpdate
-
setParentOrderLinePK
public void setParentOrderLinePK(OrderLinePK parentOrderLinePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParentOrderLine
-
getParentOrderLinePKHasBeenModified
-
getOrderShipmentGroupPK
-
getOrderShipmentGroup
-
getOrderShipmentGroup
-
getOrderShipmentGroup
-
getOrderShipmentGroup
-
getOrderShipmentGroupForUpdate
-
getOrderShipmentGroupForUpdate
-
setOrderShipmentGroupPK
public void setOrderShipmentGroupPK(OrderShipmentGroupPK orderShipmentGroupPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrderShipmentGroup
-
getOrderShipmentGroupPKHasBeenModified
-
getItemPK
-
getItem
-
getItem
-
getItem
-
getItem
-
getItemForUpdate
-
getItemForUpdate
-
setItemPK
public void setItemPK(ItemPK itemPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItem
-
getItemPKHasBeenModified
-
getInventoryConditionPK
-
getInventoryCondition
-
getInventoryCondition
-
getInventoryCondition
-
getInventoryCondition
-
getInventoryConditionForUpdate
-
getInventoryConditionForUpdate
-
setInventoryConditionPK
public void setInventoryConditionPK(InventoryConditionPK inventoryConditionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryCondition
-
getInventoryConditionPKHasBeenModified
-
getUnitOfMeasureTypePK
-
getUnitOfMeasureType
-
getUnitOfMeasureType
-
getUnitOfMeasureType
-
getUnitOfMeasureType
-
getUnitOfMeasureTypeForUpdate
-
getUnitOfMeasureTypeForUpdate
-
setUnitOfMeasureTypePK
public void setUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setUnitOfMeasureType
-
getUnitOfMeasureTypePKHasBeenModified
-
getQuantity
-
setQuantity
public void setQuantity(Long quantity) throws PersistenceNotNullException, PersistenceReadOnlyException -
getQuantityHasBeenModified
-
getUnitAmount
-
setUnitAmount
public void setUnitAmount(Long unitAmount) throws PersistenceNotNullException, PersistenceReadOnlyException -
getUnitAmountHasBeenModified
-
getDescription
-
setDescription
public void setDescription(String description) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDescriptionHasBeenModified
-
getCancellationPolicyPK
-
getCancellationPolicy
-
getCancellationPolicy
-
getCancellationPolicy
-
getCancellationPolicy
-
getCancellationPolicyForUpdate
-
getCancellationPolicyForUpdate
-
setCancellationPolicyPK
public void setCancellationPolicyPK(CancellationPolicyPK cancellationPolicyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCancellationPolicy
-
getCancellationPolicyPKHasBeenModified
-
getReturnPolicyPK
-
getReturnPolicy
-
getReturnPolicy
-
getReturnPolicy
-
getReturnPolicy
-
getReturnPolicyForUpdate
-
getReturnPolicyForUpdate
-
setReturnPolicyPK
public void setReturnPolicyPK(ReturnPolicyPK returnPolicyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setReturnPolicy
-
getReturnPolicyPKHasBeenModified
-
getTaxable
-
setTaxable
public void setTaxable(Boolean taxable) throws PersistenceNotNullException, PersistenceReadOnlyException -
getTaxableHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-