Class ListTypeDefinition

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

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

    • actions

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

      protected Date dateCreated
    • dateModified

      protected Date dateModified
    • externalReferenceCode

      protected String externalReferenceCode
    • id

      protected Long id
    • name

      protected String name
    • name_i18n

      protected Map<String,String> name_i18n
    • system

      protected Boolean system
    • xClassName

      public String xClassName
  • Constructor Details

    • ListTypeDefinition

      public ListTypeDefinition()
  • Method Details

    • toDTO

      public static ListTypeDefinition toDTO(String json)
    • unsafeToDTO

      public static ListTypeDefinition 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)
    • getDateCreated

      public Date getDateCreated()
    • setDateCreated

      public void setDateCreated(Date dateCreated)
    • setDateCreated

      public void setDateCreated(com.liferay.petra.function.UnsafeSupplier<Date,Exception> dateCreatedUnsafeSupplier)
    • getDateModified

      public Date getDateModified()
    • setDateModified

      public void setDateModified(Date dateModified)
    • setDateModified

      public void setDateModified(com.liferay.petra.function.UnsafeSupplier<Date,Exception> dateModifiedUnsafeSupplier)
    • getExternalReferenceCode

      public String getExternalReferenceCode()
    • setExternalReferenceCode

      public void setExternalReferenceCode(String externalReferenceCode)
    • setExternalReferenceCode

      public void setExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<String,Exception> externalReferenceCodeUnsafeSupplier)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • setId

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

      public String getName()
    • setName

      public void setName(String name)
    • setName

      public void setName(com.liferay.petra.function.UnsafeSupplier<String,Exception> nameUnsafeSupplier)
    • getName_i18n

      @Valid public @Valid Map<String,String> getName_i18n()
    • setName_i18n

      public void setName_i18n(Map<String,String> name_i18n)
    • setName_i18n

      public void setName_i18n(com.liferay.petra.function.UnsafeSupplier<Map<String,String>,Exception> name_i18nUnsafeSupplier)
    • getSystem

      public Boolean getSystem()
    • setSystem

      public void setSystem(Boolean system)
    • setSystem

      public void setSystem(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> systemUnsafeSupplier)
    • 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