org.opencrx.kernel.contract1.cci2
Interface ShippingDetail

All Known Subinterfaces:
AbstractContract, AbstractContract, AbstractInvoicePosition, AbstractInvoicePosition, AbstractOpportunityPosition, AbstractOpportunityPosition, AbstractQuotePosition, AbstractQuotePosition, AbstractRemovedPosition, AbstractRemovedPosition, AbstractSalesOrderPosition, AbstractSalesOrderPosition, ContractPosition, ContractPosition, Invoice, Invoice, InvoicePosition, InvoicePosition, Lead, Lead, Opportunity, Opportunity, OpportunityPosition, OpportunityPosition, Quote, Quote, QuotePosition, QuotePosition, RemovedPosition, RemovedPosition, SalesOrder, SalesOrder, SalesOrderPosition, SalesOrderPosition, ShippingDetail
All Known Implementing Classes:
AbstractContract, AbstractInvoicePosition, AbstractOpportunityPosition, AbstractQuotePosition, AbstractRemovedPosition, AbstractSalesOrderPosition, Invoice, InvoicePosition, Lead, Opportunity, OpportunityPosition, Quote, QuotePosition, RemovedPosition, SalesOrder, SalesOrderPosition

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

getCarrier

Account getCarrier()
Retrieves the value for the reference carrier.

Returns:
The – possibly null – value for this reference.

setCarrier

void setCarrier(Account carrier)
Sets a new value for the reference carrier.

Parameters:
carrier - The non-null new value for this reference.

getGiftMessage

String getGiftMessage()
Retrieves the possibly null value for the optional attribute giftMessage.

Returns:
The possibly null value for attribute giftMessage.

setGiftMessage

void setGiftMessage(String giftMessage)
Sets a new value for the attribute giftMessage.

Parameters:
giftMessage - The possibly null new value for attribute giftMessage.

isGift

boolean isGift()
Retrieves the value for the attribute isGift.

Returns:
The non-null value for attribute isGift.

setGift

void setGift(boolean isGift)
Sets a new value for the attribute isGift.

Parameters:
isGift - The non-null new value for attribute isGift.

getShippingInstructions

String getShippingInstructions()
Retrieves the possibly null value for the optional attribute shippingInstructions.

Returns:
The possibly null value for attribute shippingInstructions.

setShippingInstructions

void setShippingInstructions(String shippingInstructions)
Sets a new value for the attribute shippingInstructions.

Parameters:
shippingInstructions - The possibly null new value for attribute shippingInstructions.

getShippingMethod

short getShippingMethod()
Retrieves the value for the attribute shippingMethod.

Returns:
The non-null value for attribute shippingMethod.

setShippingMethod

void setShippingMethod(short shippingMethod)
Sets a new value for the attribute shippingMethod.

Parameters:
shippingMethod - The non-null new value for attribute shippingMethod.

getShippingTrackingNumber

String getShippingTrackingNumber()
Retrieves the possibly null value for the optional attribute shippingTrackingNumber.

Returns:
The possibly null value for attribute shippingTrackingNumber.

setShippingTrackingNumber

void setShippingTrackingNumber(String shippingTrackingNumber)
Sets a new value for the attribute shippingTrackingNumber.

Parameters:
shippingTrackingNumber - The possibly null new value for attribute shippingTrackingNumber.


This software is published under the BSD license. Copyright © 2003-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.