public interface ShippingDetail
ShippingDetail| Modifier and Type | Method and Description |
|---|---|
Account |
getCarrier()
Retrieves the value for the reference
carrier. |
String |
getGiftMessage()
Retrieves the possibly null value for the optional attribute
giftMessage. |
String |
getShippingInstructions()
Retrieves the possibly null value for the optional attribute
shippingInstructions. |
short |
getShippingMethod()
Retrieves the value for the attribute
shippingMethod. |
String |
getShippingTrackingNumber()
Retrieves the possibly null value for the optional attribute
shippingTrackingNumber. |
boolean |
isGift()
Retrieves the value for the attribute
isGift. |
void |
setCarrier(Account carrier)
Sets a new value for the reference
carrier. |
void |
setGift(boolean isGift)
Sets a new value for the attribute
isGift. |
void |
setGiftMessage(String giftMessage)
Sets a new value for the attribute
giftMessage. |
void |
setShippingInstructions(String shippingInstructions)
Sets a new value for the attribute
shippingInstructions. |
void |
setShippingMethod(short shippingMethod)
Sets a new value for the attribute
shippingMethod. |
void |
setShippingTrackingNumber(String shippingTrackingNumber)
Sets a new value for the attribute
shippingTrackingNumber. |
Account getCarrier()
carrier.null – value for this reference.void setCarrier(Account carrier)
carrier.carrier - The new – possibly null – value for this reference.String getGiftMessage()
giftMessage.giftMessage.void setGiftMessage(String giftMessage)
giftMessage.giftMessage - The possibly null new value for attribute giftMessage.boolean isGift()
isGift.isGift.void setGift(boolean isGift)
isGift.isGift - The non-null new value for attribute isGift.String getShippingInstructions()
shippingInstructions.shippingInstructions.void setShippingInstructions(String shippingInstructions)
shippingInstructions.shippingInstructions - The possibly null new value for attribute shippingInstructions.short getShippingMethod()
shippingMethod.shippingMethod.void setShippingMethod(short shippingMethod)
shippingMethod.shippingMethod - The non-null new value for attribute shippingMethod.String getShippingTrackingNumber()
shippingTrackingNumber.shippingTrackingNumber.void setShippingTrackingNumber(String shippingTrackingNumber)
shippingTrackingNumber.shippingTrackingNumber - The possibly null new value for attribute shippingTrackingNumber.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.