Class ProductConfigurationListAccountGroup

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

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

    • accountGroup

      protected AccountGroup accountGroup
    • accountGroupExternalReferenceCode

      protected String accountGroupExternalReferenceCode
    • accountGroupId

      @NotNull protected @NotNull Long accountGroupId
    • actions

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

      protected Long productConfigurationListAccountGroupId
    • productConfigurationListExternalReferenceCode

      protected String productConfigurationListExternalReferenceCode
    • productConfigurationListId

      @NotNull protected @NotNull Long productConfigurationListId
    • xClassName

      public String xClassName
  • Constructor Details

    • ProductConfigurationListAccountGroup

      public ProductConfigurationListAccountGroup()
  • Method Details

    • toDTO

      public static ProductConfigurationListAccountGroup toDTO(String json)
    • unsafeToDTO

      public static ProductConfigurationListAccountGroup unsafeToDTO(String json)
    • getAccountGroup

      @Valid public @Valid AccountGroup getAccountGroup()
    • setAccountGroup

      public void setAccountGroup(AccountGroup accountGroup)
    • setAccountGroup

      public void setAccountGroup(com.liferay.petra.function.UnsafeSupplier<AccountGroup,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)
    • getProductConfigurationListAccountGroupId

      @DecimalMin("0") public @DecimalMin("0") Long getProductConfigurationListAccountGroupId()
    • setProductConfigurationListAccountGroupId

      public void setProductConfigurationListAccountGroupId(Long productConfigurationListAccountGroupId)
    • setProductConfigurationListAccountGroupId

      public void setProductConfigurationListAccountGroupId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> productConfigurationListAccountGroupIdUnsafeSupplier)
    • getProductConfigurationListExternalReferenceCode

      public String getProductConfigurationListExternalReferenceCode()
    • setProductConfigurationListExternalReferenceCode

      public void setProductConfigurationListExternalReferenceCode(String productConfigurationListExternalReferenceCode)
    • setProductConfigurationListExternalReferenceCode

      public void setProductConfigurationListExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<String,Exception> productConfigurationListExternalReferenceCodeUnsafeSupplier)
    • getProductConfigurationListId

      @DecimalMin("0") public @DecimalMin("0") Long getProductConfigurationListId()
    • setProductConfigurationListId

      public void setProductConfigurationListId(Long productConfigurationListId)
    • setProductConfigurationListId

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