Class OrderDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<OrderDetailPK>
com.echothree.model.data.order.server.value.OrderDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionOrderDetailValue
(OrderDetailPK orderDetailPK, OrderPK orderPK, OrderTypePK orderTypePK, String orderName, OrderPriorityPK orderPriorityPK, CurrencyPK currencyPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Boolean taxable, Long fromTime, Long thruTime) Creates a new instance of OrderDetailValueOrderDetailValue
(OrderPK orderPK, OrderTypePK orderTypePK, String orderName, OrderPriorityPK orderPriorityPK, CurrencyPK currencyPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Boolean taxable, Long fromTime, Long thruTime) Creates a new instance of OrderDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
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
setAllowBackorders
(Boolean allowBackorders) void
setAllowCombiningShipments
(Boolean allowCombiningShipments) void
setAllowSubstitutions
(Boolean allowSubstitutions) void
setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) void
setCurrencyPK
(CurrencyPK currencyPK) void
setDescription
(String description) void
setFreeOnBoardPK
(FreeOnBoardPK freeOnBoardPK) void
setFromTime
(Long fromTime) void
setHoldUntilComplete
(Boolean holdUntilComplete) void
setOrderName
(String orderName) void
setOrderPK
(OrderPK orderPK) void
setOrderPriorityPK
(OrderPriorityPK orderPriorityPK) void
setOrderTypePK
(OrderTypePK orderTypePK) void
setReference
(String reference) void
setReturnPolicyPK
(ReturnPolicyPK returnPolicyPK) void
setTaxable
(Boolean taxable) void
void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
OrderDetailValue
public OrderDetailValue(OrderDetailPK orderDetailPK, OrderPK orderPK, OrderTypePK orderTypePK, String orderName, OrderPriorityPK orderPriorityPK, CurrencyPK currencyPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Boolean taxable, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of OrderDetailValue- Throws:
PersistenceNotNullException
-
OrderDetailValue
public OrderDetailValue(OrderPK orderPK, OrderTypePK orderTypePK, String orderName, OrderPriorityPK orderPriorityPK, CurrencyPK currencyPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Boolean taxable, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of OrderDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<OrderDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<OrderDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<OrderDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<OrderDetailPK>
-
getOrderPK
-
setOrderPK
- Throws:
PersistenceNotNullException
-
getOrderPKHasBeenModified
-
getOrderTypePK
-
setOrderTypePK
- Throws:
PersistenceNotNullException
-
getOrderTypePKHasBeenModified
-
getOrderName
-
setOrderName
- Throws:
PersistenceNotNullException
-
getOrderNameHasBeenModified
-
getOrderPriorityPK
-
setOrderPriorityPK
-
getOrderPriorityPKHasBeenModified
-
getCurrencyPK
-
setCurrencyPK
- Throws:
PersistenceNotNullException
-
getCurrencyPKHasBeenModified
-
getHoldUntilComplete
-
setHoldUntilComplete
-
getHoldUntilCompleteHasBeenModified
-
getAllowBackorders
-
setAllowBackorders
-
getAllowBackordersHasBeenModified
-
getAllowSubstitutions
-
setAllowSubstitutions
-
getAllowSubstitutionsHasBeenModified
-
getAllowCombiningShipments
-
setAllowCombiningShipments
-
getAllowCombiningShipmentsHasBeenModified
-
getTermPK
-
setTermPK
-
getTermPKHasBeenModified
-
getFreeOnBoardPK
-
setFreeOnBoardPK
-
getFreeOnBoardPKHasBeenModified
-
getReference
-
setReference
-
getReferenceHasBeenModified
-
getDescription
-
setDescription
-
getDescriptionHasBeenModified
-
getCancellationPolicyPK
-
setCancellationPolicyPK
-
getCancellationPolicyPKHasBeenModified
-
getReturnPolicyPK
-
setReturnPolicyPK
-
getReturnPolicyPKHasBeenModified
-
getTaxable
-
setTaxable
-
getTaxableHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-