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) booleangetCurrency(EntityPermission entityPermission) booleanbooleangetFreeOnBoard(EntityPermission entityPermission) booleanbooleanbooleangetOrder()getOrder(EntityPermission entityPermission) booleanbooleangetOrderPriority(EntityPermission entityPermission) booleangetOrderType(EntityPermission entityPermission) booleanbooleangetReturnPolicy(EntityPermission entityPermission) booleanbooleangetTerm()getTerm(EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidsetAllowBackorders(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) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
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
-
getOrderDetailValue
-
setOrderDetailValue
public void setOrderDetailValue(@Nonnull OrderDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getOrderPK
-
getOrder
-
getOrder
-
getOrderForUpdate
-
setOrderPK
public void setOrderPK(@Nonnull OrderPK orderPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrder
-
getOrderPKHasBeenModified
-
getOrderTypePK
-
getOrderType
-
getOrderType
-
getOrderTypeForUpdate
-
setOrderTypePK
public void setOrderTypePK(@Nonnull OrderTypePK orderTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrderType
-
getOrderTypePKHasBeenModified
-
getOrderName
-
setOrderName
public void setOrderName(@Nonnull String orderName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getOrderNameHasBeenModified
-
getOrderPriorityPK
-
getOrderPriority
-
getOrderPriority
-
getOrderPriorityForUpdate
-
setOrderPriorityPK
public void setOrderPriorityPK(@Nullable OrderPriorityPK orderPriorityPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrderPriority
-
getOrderPriorityPKHasBeenModified
-
getCurrencyPK
-
getCurrency
-
getCurrency
-
getCurrencyForUpdate
-
setCurrencyPK
public void setCurrencyPK(@Nonnull CurrencyPK currencyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCurrency
-
getCurrencyPKHasBeenModified
-
getHoldUntilComplete
-
setHoldUntilComplete
public void setHoldUntilComplete(@Nullable Boolean holdUntilComplete) throws PersistenceNotNullException, PersistenceReadOnlyException -
getHoldUntilCompleteHasBeenModified
-
getAllowBackorders
-
setAllowBackorders
public void setAllowBackorders(@Nullable Boolean allowBackorders) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAllowBackordersHasBeenModified
-
getAllowSubstitutions
-
setAllowSubstitutions
public void setAllowSubstitutions(@Nullable Boolean allowSubstitutions) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAllowSubstitutionsHasBeenModified
-
getAllowCombiningShipments
-
setAllowCombiningShipments
public void setAllowCombiningShipments(@Nullable Boolean allowCombiningShipments) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAllowCombiningShipmentsHasBeenModified
-
getTermPK
-
getTerm
-
getTerm
-
getTermForUpdate
-
setTermPK
public void setTermPK(@Nullable TermPK termPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setTerm
-
getTermPKHasBeenModified
-
getFreeOnBoardPK
-
getFreeOnBoard
-
getFreeOnBoard
-
getFreeOnBoardForUpdate
-
setFreeOnBoardPK
public void setFreeOnBoardPK(@Nullable FreeOnBoardPK freeOnBoardPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setFreeOnBoard
-
getFreeOnBoardPKHasBeenModified
-
getReference
-
setReference
public void setReference(@Nullable String reference) throws PersistenceNotNullException, PersistenceReadOnlyException -
getReferenceHasBeenModified
-
getDescription
-
setDescription
public void setDescription(@Nullable String description) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDescriptionHasBeenModified
-
getCancellationPolicyPK
-
getCancellationPolicy
-
getCancellationPolicy
-
getCancellationPolicyForUpdate
-
setCancellationPolicyPK
public void setCancellationPolicyPK(@Nullable CancellationPolicyPK cancellationPolicyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCancellationPolicy
-
getCancellationPolicyPKHasBeenModified
-
getReturnPolicyPK
-
getReturnPolicy
-
getReturnPolicy
-
getReturnPolicyForUpdate
-
setReturnPolicyPK
public void setReturnPolicyPK(@Nullable ReturnPolicyPK returnPolicyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setReturnPolicy
-
getReturnPolicyPKHasBeenModified
-
getTaxable
-
setTaxable
public void setTaxable(@Nullable Boolean taxable) throws PersistenceNotNullException, PersistenceReadOnlyException -
getTaxableHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-