Class TaxDefinition
java.lang.Object
de.hybris.platform.partytmfwebservices.v1.dto.TaxDefinition
@Validated
@Generated(value="de.hybris.platform.partytmfwebservices.swagger.PartyCodegen",
date="2022-10-21T20:35:34.875Z")
public class TaxDefinition
extends Object
Reference of a tax definition. A tax is levied by an authorized tax jurisdiction. There are many different types of tax (Federal Tax levied by the US Government, State Tax levied by the State of California,…).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatbaseType(String atbaseType) atreferredType(String atreferredType) atschemaLocation(String atschemaLocation) booleanWhen sub-classing, this defines the super-classThe actual type of the target instance when needed for disambiguation.A URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity namegetId()Unique identifier of the tax.getName()Tax name.Type of the tax.inthashCode()voidsetAtbaseType(String atbaseType) voidsetAtreferredType(String atreferredType) voidsetAtschemaLocation(String atschemaLocation) voidvoidvoidvoidsetTaxType(String taxType) toString()
-
Constructor Details
-
TaxDefinition
public TaxDefinition()
-
-
Method Details
-
id
-
getId
Unique identifier of the tax.- Returns:
- id
-
setId
-
name
-
getName
Tax name.- Returns:
- name
-
setName
-
taxType
-
getTaxType
Type of the tax.- Returns:
- taxType
-
setTaxType
-
atbaseType
-
getAtbaseType
When sub-classing, this defines the super-class- Returns:
- atbaseType
-
setAtbaseType
-
atschemaLocation
-
getAtschemaLocation
A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atschemaLocation
-
setAtschemaLocation
-
attype
-
getAttype
When sub-classing, this defines the sub-class entity name- Returns:
- attype
-
setAttype
-
atreferredType
-
getAtreferredType
The actual type of the target instance when needed for disambiguation.- Returns:
- atreferredType
-
setAtreferredType
-
equals
-
hashCode
public int hashCode() -
toString
-