Class OrderDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.order.server.entity.OrderDetail
- 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 OrderDetailOrderDetail(OrderDetailValue value, EntityPermission entityPermission) Creates a new instance of OrderDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleangetCancellationPolicy(EntityPermission entityPermission) getCancellationPolicy(Session session) getCancellationPolicy(Session session, EntityPermission entityPermission) getCancellationPolicyForUpdate(Session session) booleangetCurrency(EntityPermission entityPermission) getCurrency(Session session) getCurrency(Session session, EntityPermission entityPermission) getCurrencyForUpdate(Session session) booleanbooleangetFreeOnBoard(EntityPermission entityPermission) getFreeOnBoard(Session session) getFreeOnBoard(Session session, EntityPermission entityPermission) getFreeOnBoardForUpdate(Session session) booleanbooleanbooleangetOrder()getOrder(EntityPermission entityPermission) getOrder(Session session, EntityPermission entityPermission) getOrderForUpdate(Session session) booleanbooleangetOrderPriority(EntityPermission entityPermission) getOrderPriority(Session session) getOrderPriority(Session session, EntityPermission entityPermission) getOrderPriorityForUpdate(Session session) booleangetOrderType(EntityPermission entityPermission) getOrderType(Session session) getOrderType(Session session, EntityPermission entityPermission) getOrderTypeForUpdate(Session session) booleanbooleangetReturnPolicy(EntityPermission entityPermission) getReturnPolicy(Session session) getReturnPolicy(Session session, EntityPermission entityPermission) getReturnPolicyForUpdate(Session session) booleanbooleangetTerm()getTerm(EntityPermission entityPermission) getTerm(Session session, EntityPermission entityPermission) getTermForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetAllowBackorders(Boolean allowBackorders) voidsetAllowCombiningShipments(Boolean allowCombiningShipments) voidsetAllowSubstitutions(Boolean allowSubstitutions) voidvoidsetCancellationPolicyPK(CancellationPolicyPK cancellationPolicyPK) voidsetCurrency(Currency entity) voidsetCurrencyPK(CurrencyPK currencyPK) voidsetDescription(String description) voidsetFreeOnBoard(FreeOnBoard entity) voidsetFreeOnBoardPK(FreeOnBoardPK freeOnBoardPK) voidsetFromTime(Long fromTime) voidsetHoldUntilComplete(Boolean holdUntilComplete) voidvoidvoidsetOrderName(String orderName) voidsetOrderPK(OrderPK orderPK) voidsetOrderPriority(OrderPriority entity) voidsetOrderPriorityPK(OrderPriorityPK orderPriorityPK) voidsetOrderType(OrderType entity) voidsetOrderTypePK(OrderTypePK orderTypePK) voidsetReference(String reference) voidsetReturnPolicy(ReturnPolicy entity) voidsetReturnPolicyPK(ReturnPolicyPK returnPolicyPK) voidsetTaxable(Boolean taxable) voidvoidvoidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
OrderDetail
Creates a new instance of OrderDetail- Throws:
PersistenceException
-
OrderDetail
Creates a new instance of OrderDetail
-
-
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
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getOrderDetailValue
-
setOrderDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getOrderPK
-
getOrder
-
getOrder
-
getOrder
-
getOrder
-
getOrderForUpdate
-
getOrderForUpdate
-
setOrderPK
public void setOrderPK(OrderPK orderPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrder
-
getOrderPKHasBeenModified
-
getOrderTypePK
-
getOrderType
-
getOrderType
-
getOrderType
-
getOrderType
-
getOrderTypeForUpdate
-
getOrderTypeForUpdate
-
setOrderTypePK
public void setOrderTypePK(OrderTypePK orderTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrderType
-
getOrderTypePKHasBeenModified
-
getOrderName
-
setOrderName
public void setOrderName(String orderName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getOrderNameHasBeenModified
-
getOrderPriorityPK
-
getOrderPriority
-
getOrderPriority
-
getOrderPriority
-
getOrderPriority
-
getOrderPriorityForUpdate
-
getOrderPriorityForUpdate
-
setOrderPriorityPK
public void setOrderPriorityPK(OrderPriorityPK orderPriorityPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrderPriority
-
getOrderPriorityPKHasBeenModified
-
getCurrencyPK
-
getCurrency
-
getCurrency
-
getCurrency
-
getCurrency
-
getCurrencyForUpdate
-
getCurrencyForUpdate
-
setCurrencyPK
public void setCurrencyPK(CurrencyPK currencyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCurrency
-
getCurrencyPKHasBeenModified
-
getHoldUntilComplete
-
setHoldUntilComplete
public void setHoldUntilComplete(Boolean holdUntilComplete) throws PersistenceNotNullException, PersistenceReadOnlyException -
getHoldUntilCompleteHasBeenModified
-
getAllowBackorders
-
setAllowBackorders
public void setAllowBackorders(Boolean allowBackorders) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAllowBackordersHasBeenModified
-
getAllowSubstitutions
-
setAllowSubstitutions
public void setAllowSubstitutions(Boolean allowSubstitutions) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAllowSubstitutionsHasBeenModified
-
getAllowCombiningShipments
-
setAllowCombiningShipments
public void setAllowCombiningShipments(Boolean allowCombiningShipments) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAllowCombiningShipmentsHasBeenModified
-
getTermPK
-
getTerm
-
getTerm
-
getTerm
-
getTerm
-
getTermForUpdate
-
getTermForUpdate
-
setTermPK
public void setTermPK(TermPK termPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setTerm
-
getTermPKHasBeenModified
-
getFreeOnBoardPK
-
getFreeOnBoard
-
getFreeOnBoard
-
getFreeOnBoard
-
getFreeOnBoard
-
getFreeOnBoardForUpdate
-
getFreeOnBoardForUpdate
-
setFreeOnBoardPK
public void setFreeOnBoardPK(FreeOnBoardPK freeOnBoardPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setFreeOnBoard
-
getFreeOnBoardPKHasBeenModified
-
getReference
-
setReference
public void setReference(String reference) throws PersistenceNotNullException, PersistenceReadOnlyException -
getReferenceHasBeenModified
-
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
-