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

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

    • account

      protected Account account
    • accountExternalReferenceCode

      protected String accountExternalReferenceCode
    • accountId

      @NotNull protected @NotNull Long accountId
    • actions

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

      protected Integer order
    • priceListAccountId

      protected Long priceListAccountId
    • priceListExternalReferenceCode

      protected String priceListExternalReferenceCode
    • priceListId

      @NotNull protected @NotNull Long priceListId
    • xClassName

      public String xClassName
  • Constructor Details

    • PriceListAccount

      public PriceListAccount()
  • Method Details

    • toDTO

      public static PriceListAccount toDTO(String json)
    • unsafeToDTO

      public static PriceListAccount unsafeToDTO(String json)
    • getAccount

      @Valid public @Valid Account getAccount()
    • setAccount

      public void setAccount(Account account)
    • setAccount

      public void setAccount(com.liferay.petra.function.UnsafeSupplier<Account,Exception> accountUnsafeSupplier)
    • getAccountExternalReferenceCode

      public String getAccountExternalReferenceCode()
    • setAccountExternalReferenceCode

      public void setAccountExternalReferenceCode(String accountExternalReferenceCode)
    • setAccountExternalReferenceCode

      public void setAccountExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<String,Exception> accountExternalReferenceCodeUnsafeSupplier)
    • getAccountId

      @DecimalMin("0") public @DecimalMin("0") Long getAccountId()
    • setAccountId

      public void setAccountId(Long accountId)
    • setAccountId

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

      @DecimalMin("0") public @DecimalMin("0") Long getPriceListAccountId()
    • setPriceListAccountId

      public void setPriceListAccountId(Long priceListAccountId)
    • setPriceListAccountId

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