Class PriceListAccountGroup

java.lang.Object
com.liferay.headless.commerce.admin.pricing.dto.v2_0.PriceListAccountGroup
All Implemented Interfaces:
Serializable

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

    • accountGroup

      protected PricingAccountGroup accountGroup
    • accountGroupExternalReferenceCode

      protected String accountGroupExternalReferenceCode
    • accountGroupId

      @NotNull protected @NotNull Long accountGroupId
    • actions

      protected Map<String,Map<String,String>> actions
    • order

      protected Integer order
    • priceListAccountGroupId

      protected Long priceListAccountGroupId
    • priceListExternalReferenceCode

      protected String priceListExternalReferenceCode
    • priceListId

      @NotNull protected @NotNull Long priceListId
    • xClassName

      public String xClassName
  • Constructor Details

    • PriceListAccountGroup

      public PriceListAccountGroup()
  • Method Details

    • toDTO

      public static PriceListAccountGroup toDTO(String json)
    • unsafeToDTO

      public static PriceListAccountGroup unsafeToDTO(String json)
    • getAccountGroup

      @Valid public @Valid PricingAccountGroup getAccountGroup()
    • setAccountGroup

      public void setAccountGroup(PricingAccountGroup accountGroup)
    • setAccountGroup

      public void setAccountGroup(com.liferay.petra.function.UnsafeSupplier<PricingAccountGroup,Exception> accountGroupUnsafeSupplier)
    • getAccountGroupExternalReferenceCode

      public String getAccountGroupExternalReferenceCode()
    • setAccountGroupExternalReferenceCode

      public void setAccountGroupExternalReferenceCode(String accountGroupExternalReferenceCode)
    • setAccountGroupExternalReferenceCode

      public void setAccountGroupExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<String,Exception> accountGroupExternalReferenceCodeUnsafeSupplier)
    • getAccountGroupId

      @DecimalMin("0") public @DecimalMin("0") Long getAccountGroupId()
    • setAccountGroupId

      public void setAccountGroupId(Long accountGroupId)
    • setAccountGroupId

      public void setAccountGroupId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> accountGroupIdUnsafeSupplier)
    • getActions

      @Valid public @Valid Map<String,Map<String,String>> getActions()
    • setActions

      public void setActions(Map<String,Map<String,String>> actions)
    • setActions

      public void setActions(com.liferay.petra.function.UnsafeSupplier<Map<String,Map<String,String>>,Exception> actionsUnsafeSupplier)
    • getOrder

      @DecimalMin("0") public @DecimalMin("0") Integer getOrder()
    • setOrder

      public void setOrder(Integer order)
    • setOrder

      public void setOrder(com.liferay.petra.function.UnsafeSupplier<Integer,Exception> orderUnsafeSupplier)
    • getPriceListAccountGroupId

      @DecimalMin("0") public @DecimalMin("0") Long getPriceListAccountGroupId()
    • setPriceListAccountGroupId

      public void setPriceListAccountGroupId(Long priceListAccountGroupId)
    • setPriceListAccountGroupId

      public void setPriceListAccountGroupId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> priceListAccountGroupIdUnsafeSupplier)
    • getPriceListExternalReferenceCode

      public String getPriceListExternalReferenceCode()
    • setPriceListExternalReferenceCode

      public void setPriceListExternalReferenceCode(String priceListExternalReferenceCode)
    • setPriceListExternalReferenceCode

      public void setPriceListExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<String,Exception> priceListExternalReferenceCodeUnsafeSupplier)
    • getPriceListId

      @DecimalMin("0") public @DecimalMin("0") Long getPriceListId()
    • setPriceListId

      public void setPriceListId(Long priceListId)
    • setPriceListId

      public void setPriceListId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> priceListIdUnsafeSupplier)
    • 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