Class TaxIdentifier
- java.lang.Object
-
- com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common.TaxIdentifier
-
public class TaxIdentifier extends Object
-
-
Constructor Summary
Constructors Constructor Description TaxIdentifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetIdentifierType()StringgetIssuingAuthority()StringgetTaxableEntityType()StringgetValue()inthashCode()voidsetIdentifierType(String identifierType)voidsetIssuingAuthority(String issuingAuthority)voidsetTaxableEntityType(String taxableEntityType)voidsetValue(String value)StringtoString()
-
-
-
Method Detail
-
getTaxableEntityType
public String getTaxableEntityType()
-
getIdentifierType
public String getIdentifierType()
-
getIssuingAuthority
public String getIssuingAuthority()
-
getValue
public String getValue()
-
setTaxableEntityType
public void setTaxableEntityType(String taxableEntityType)
-
setIdentifierType
public void setIdentifierType(String identifierType)
-
setIssuingAuthority
public void setIssuingAuthority(String issuingAuthority)
-
setValue
public void setValue(String value)
-
canEqual
protected boolean canEqual(Object other)
-
-