|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ShippingDetail
Abstract class ShippingDetail
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
Account getCarrier()
carrier.
null – value for this reference.void setCarrier(Account carrier)
carrier.
carrier - The non-null new 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||