Class ProductConfigurationListChannel

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

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

    • actions

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

      protected Channel channel
    • channelExternalReferenceCode

      protected String channelExternalReferenceCode
    • channelId

      @NotNull protected @NotNull Long channelId
    • order

      protected Integer order
    • productConfigurationListChannelId

      protected Long productConfigurationListChannelId
    • productConfigurationListExternalReferenceCode

      protected String productConfigurationListExternalReferenceCode
    • productConfigurationListId

      @NotNull protected @NotNull Long productConfigurationListId
    • xClassName

      public String xClassName
  • Constructor Details

    • ProductConfigurationListChannel

      public ProductConfigurationListChannel()
  • Method Details

    • toDTO

      public static ProductConfigurationListChannel toDTO(String json)
    • unsafeToDTO

      public static ProductConfigurationListChannel unsafeToDTO(String json)
    • 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)
    • getChannel

      @Valid public @Valid Channel getChannel()
    • setChannel

      public void setChannel(Channel channel)
    • setChannel

      public void setChannel(com.liferay.petra.function.UnsafeSupplier<Channel,Exception> channelUnsafeSupplier)
    • getChannelExternalReferenceCode

      public String getChannelExternalReferenceCode()
    • setChannelExternalReferenceCode

      public void setChannelExternalReferenceCode(String channelExternalReferenceCode)
    • setChannelExternalReferenceCode

      public void setChannelExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<String,Exception> channelExternalReferenceCodeUnsafeSupplier)
    • getChannelId

      @DecimalMin("0") public @DecimalMin("0") Long getChannelId()
    • setChannelId

      public void setChannelId(Long channelId)
    • setChannelId

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

      @DecimalMin("0") public @DecimalMin("0") Long getProductConfigurationListChannelId()
    • setProductConfigurationListChannelId

      public void setProductConfigurationListChannelId(Long productConfigurationListChannelId)
    • setProductConfigurationListChannelId

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