|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ShippingGroup
This interface represents all the information which designates a shipment. This could include traditional shipping by a carrier, or electronic shipping.
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
Method Summary | |
---|---|
java.util.Date |
getActualShipDate()
Returns the actualShipDate. |
java.lang.String |
getDescription()
Returns the description |
ShippingPriceInfo |
getPriceInfo()
returns the ShippingPriceInfo object. |
java.util.Date |
getShipOnDate()
Returns the shipOnDate. |
java.lang.String |
getShippingGroupClassType()
Returns the ShippingGroupClassType |
java.lang.String |
getShippingMethod()
Returns the shippingMethod |
java.util.Map |
getSpecialInstructions()
Returns the specialInstructions |
int |
getState()
returns the ShippingGroup state. |
java.lang.String |
getStateDetail()
returns the ShippingGroup state details. |
java.util.Date |
getSubmittedDate()
Returns the submittedDate. |
void |
setActualShipDate(java.util.Date pActualShipDate)
Sets the actualShipDate |
void |
setDescription(java.lang.String pDescription)
Sets the description |
void |
setPriceInfo(ShippingPriceInfo pInfo)
sets the ShippingPriceInfo object. |
void |
setShipOnDate(java.util.Date pShipOnDate)
Sets the shipOnDate |
void |
setShippingGroupClassType(java.lang.String pShippingGroupClassType)
Sets the ShippingGroupClassType |
void |
setShippingMethod(java.lang.String pShippingMethod)
Sets the shippingMethod |
void |
setState(int pState)
sets the ShippingGroup state. |
void |
setStateDetail(java.lang.String pStateDetail)
sets the ShippingGroup state details. |
void |
setSubmittedDate(java.util.Date pSubmittedDate)
Sets the submittedDate. |
Methods inherited from interface atg.commerce.order.HandlingInstructionContainer |
---|
addHandlingInstruction, addHandlingInstruction, getHandlingInstruction, getHandlingInstructionCount, getHandlingInstructions, removeAllHandlingInstructions, removeHandlingInstruction |
Methods inherited from interface atg.commerce.order.CommerceItemRelationshipContainer |
---|
addCommerceItemRelationship, addCommerceItemRelationship, getCommerceItemRelationship, getCommerceItemRelationshipCount, getCommerceItemRelationships, removeAllCommerceItemRelationships, removeCommerceItemRelationship |
Methods inherited from interface atg.commerce.order.PaymentGroupRelationshipContainer |
---|
addPaymentGroupRelationship, addPaymentGroupRelationship, getPaymentGroupRelationship, getPaymentGroupRelationshipCount, getPaymentGroupRelationships, removeAllPaymentGroupRelationships, removePaymentGroupRelationship |
Methods inherited from interface atg.commerce.order.CommerceIdentifier |
---|
getId |
Field Detail |
---|
static final java.lang.String CLASS_VERSION
Method Detail |
---|
java.lang.String getShippingGroupClassType()
void setShippingGroupClassType(java.lang.String pShippingGroupClassType)
java.lang.String getShippingMethod()
void setShippingMethod(java.lang.String pShippingMethod)
java.lang.String getDescription()
void setDescription(java.lang.String pDescription)
java.util.Date getShipOnDate()
void setShipOnDate(java.util.Date pShipOnDate)
java.util.Date getActualShipDate()
void setActualShipDate(java.util.Date pActualShipDate)
int getState()
void setState(int pState)
pState
- the state to setjava.lang.String getStateDetail()
void setStateDetail(java.lang.String pStateDetail)
pStateDetail
- the state detail to set.ShippingPriceInfo getPriceInfo()
void setPriceInfo(ShippingPriceInfo pInfo)
pInfo
- the ShippingPriceInfo to setjava.util.Date getSubmittedDate()
void setSubmittedDate(java.util.Date pSubmittedDate)
java.util.Map getSpecialInstructions()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |