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)
address
- The AddressAccessBean.public void setAddressId(java.lang.Long addressId)
addressId
- The addressId.public void setDisplayOnly(boolean displayOnly)
displayOnly
- To indicate if it is for display use only. A
true value means for display. A false value (default) means not for
display.