|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.payment.tax.TaxRequestInfoImpl
public class TaxRequestInfoImpl
Impelemetaion of atg.payment.tax.TaxRequestInfo. For use with all TaxProcessors.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
TaxRequestInfoImpl()
|
|
| Method Summary | |
|---|---|
Address |
getBillingAddress()
Get property BillingAddress |
Order |
getOrder()
Return an Order object |
java.lang.String |
getOrderId()
Get property OrderId |
ShippingDestination |
getShippingDestination(int i)
Return a single shipping destination |
ShippingDestination[] |
getShippingDestinations()
Returns the array of shipping destinations for the order |
java.lang.Object |
getUserData()
Return a userData object |
void |
setBillingAddress(Address pBillingAddress)
Set property BillingAddress |
void |
setOrder(Order pOrder)
Set an Order object |
void |
setOrderId(java.lang.String pOrderId)
Set property OrderId |
void |
setShippingDestinations(ShippingDestination[] pShippingDestinations)
Sets property ShippingDestinations |
void |
setUserData(java.lang.Object pUserData)
Set a userData object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public TaxRequestInfoImpl()
| Method Detail |
|---|
public void setOrderId(java.lang.String pOrderId)
pOrderId - new value to setpublic java.lang.String getOrderId()
getOrderId in interface TaxRequestInfopublic void setBillingAddress(Address pBillingAddress)
pBillingAddress - new value to setpublic Address getBillingAddress()
getBillingAddress in interface TaxRequestInfopublic void setShippingDestinations(ShippingDestination[] pShippingDestinations)
public ShippingDestination[] getShippingDestinations()
getShippingDestinations in interface TaxRequestInfopublic ShippingDestination getShippingDestination(int i)
getShippingDestination in interface TaxRequestInfopublic void setOrder(Order pOrder)
public Order getOrder()
getOrder in interface TaxRequestInfopublic void setUserData(java.lang.Object pUserData)
public java.lang.Object getUserData()
getUserData in interface TaxRequestInfo
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||