Class OrderShipmentGroupTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.order.common.transfer.OrderShipmentGroupTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOrderShipmentGroupTransfer(Integer orderShipmentGroupSequence, ItemDeliveryTypeTransfer itemDeliveryType, Boolean isDefault, PartyContactMechanismTransfer partyContactMechanism, ShippingMethodTransfer shippingMethod, Boolean holdUntilComplete) Creates a new instance of OrderShipmentGroupTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the holdUntilComplete.Returns the isDefault.Returns the itemDeliveryType.Returns the orderShipmentGroupSequence.Returns the partyContactMechanism.Returns the shippingMethod.voidsetHoldUntilComplete(Boolean holdUntilComplete) Sets the holdUntilComplete.voidsetIsDefault(Boolean isDefault) Sets the isDefault.voidsetItemDeliveryType(ItemDeliveryTypeTransfer itemDeliveryType) Sets the itemDeliveryType.voidsetOrderShipmentGroupSequence(Integer orderShipmentGroupSequence) Sets the orderShipmentGroupSequence.voidsetPartyContactMechanism(PartyContactMechanismTransfer partyContactMechanism) Sets the partyContactMechanism.voidsetShippingMethod(ShippingMethodTransfer shippingMethod) Sets the shippingMethod.Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
OrderShipmentGroupTransfer
public OrderShipmentGroupTransfer(Integer orderShipmentGroupSequence, ItemDeliveryTypeTransfer itemDeliveryType, Boolean isDefault, PartyContactMechanismTransfer partyContactMechanism, ShippingMethodTransfer shippingMethod, Boolean holdUntilComplete) Creates a new instance of OrderShipmentGroupTransfer
-
-
Method Details
-
getOrderShipmentGroupSequence
Returns the orderShipmentGroupSequence.- Returns:
- the orderShipmentGroupSequence
-
setOrderShipmentGroupSequence
Sets the orderShipmentGroupSequence.- Parameters:
orderShipmentGroupSequence- the orderShipmentGroupSequence to set
-
getItemDeliveryType
Returns the itemDeliveryType.- Returns:
- the itemDeliveryType
-
setItemDeliveryType
Sets the itemDeliveryType.- Parameters:
itemDeliveryType- the itemDeliveryType to set
-
getIsDefault
Returns the isDefault.- Returns:
- the isDefault
-
setIsDefault
Sets the isDefault.- Parameters:
isDefault- the isDefault to set
-
getPartyContactMechanism
Returns the partyContactMechanism.- Returns:
- the partyContactMechanism
-
setPartyContactMechanism
Sets the partyContactMechanism.- Parameters:
partyContactMechanism- the partyContactMechanism to set
-
getShippingMethod
Returns the shippingMethod.- Returns:
- the shippingMethod
-
setShippingMethod
Sets the shippingMethod.- Parameters:
shippingMethod- the shippingMethod to set
-
getHoldUntilComplete
Returns the holdUntilComplete.- Returns:
- the holdUntilComplete
-
setHoldUntilComplete
Sets the holdUntilComplete.- Parameters:
holdUntilComplete- the holdUntilComplete to set
-