The ResolveTaxJurisdiction task commands are used to resolve the jurisdiction of an address. This is the common interface to those task commands.
Field Summary | |
static java.lang.String | COPYRIGHT |
static java.lang.String | defaultCommandClassName |
static java.lang.String | NAME |
Method Summary | |
JurisdictionAccessBean | getJurisdiction() Gets the resulting JurisdictionAccessBean. |
java.lang.Integer | getJurisdictionId() Gets the resulting jurisdictionId. |
void | setAddress(AddressAccessBean address) Sets the AddressAccessBean. |
void | setAddressId(java.lang.Long addressId) Sets the addressId. |
void | setDisplayOnly(boolean displayOnly) Sets the flag to indicate if the taxes are calculated for display purpose (Optional). |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
public JurisdictionAccessBean getJurisdiction()
public java.lang.Integer getJurisdictionId()
public void setAddress(AddressAccessBean address)
public void setAddressId(java.lang.Long addressId)
public void setDisplayOnly(boolean displayOnly)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.