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 Details

    • TaxDefinition

      public TaxDefinition()
  • Method Details

    • id

      public TaxDefinition id(String id)
    • getId

      public String getId()
      Unique identifier of the tax.
      Returns:
      id
    • setId

      public void setId(String id)
    • name

      public TaxDefinition name(String name)
    • getName

      public String getName()
      Tax name.
      Returns:
      name
    • setName

      public void setName(String name)
    • taxType

      public TaxDefinition taxType(String taxType)
    • getTaxType

      public String getTaxType()
      Type of the tax.
      Returns:
      taxType
    • setTaxType

      public void setTaxType(String taxType)
    • atbaseType

      public TaxDefinition atbaseType(String atbaseType)
    • getAtbaseType

      public String getAtbaseType()
      When sub-classing, this defines the super-class
      Returns:
      atbaseType
    • setAtbaseType

      public void setAtbaseType(String atbaseType)
    • atschemaLocation

      public TaxDefinition atschemaLocation(String atschemaLocation)
    • getAtschemaLocation

      public String getAtschemaLocation()
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atschemaLocation
    • setAtschemaLocation

      public void setAtschemaLocation(String atschemaLocation)
    • attype

      public TaxDefinition attype(String attype)
    • getAttype

      public String getAttype()
      When sub-classing, this defines the sub-class entity name
      Returns:
      attype
    • setAttype

      public void setAttype(String attype)
    • atreferredType

      public TaxDefinition atreferredType(String atreferredType)
    • getAtreferredType

      public String getAtreferredType()
      The actual type of the target instance when needed for disambiguation.
      Returns:
      atreferredType
    • setAtreferredType

      public void setAtreferredType(String atreferredType)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object