java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.TaxDefinition

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