Class ProductTaxConfiguration

java.lang.Object
com.liferay.headless.commerce.admin.catalog.dto.v1_0.ProductTaxConfiguration
All Implemented Interfaces:
Serializable

@Generated("") public class ProductTaxConfiguration extends Object implements Serializable
See Also:
Generated:
  • Field Details

    • id

      protected Long id
    • taxCategory

      protected String taxCategory
    • taxable

      protected Boolean taxable
    • xClassName

      public String xClassName
  • Constructor Details

    • ProductTaxConfiguration

      public ProductTaxConfiguration()
  • Method Details

    • toDTO

      public static ProductTaxConfiguration toDTO(String json)
    • unsafeToDTO

      public static ProductTaxConfiguration unsafeToDTO(String json)
    • getId

      @DecimalMin("0") public @DecimalMin("0") Long getId()
    • setId

      public void setId(Long id)
    • setId

      public void setId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> idUnsafeSupplier)
    • getTaxCategory

      public String getTaxCategory()
    • setTaxCategory

      public void setTaxCategory(String taxCategory)
    • setTaxCategory

      public void setTaxCategory(com.liferay.petra.function.UnsafeSupplier<String,Exception> taxCategoryUnsafeSupplier)
    • getTaxable

      public Boolean getTaxable()
    • setTaxable

      public void setTaxable(Boolean taxable)
    • setTaxable

      public void setTaxable(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> taxableUnsafeSupplier)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object