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

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

    • customValue

      protected CustomValue customValue
    • dataType

      protected String dataType
    • name

      protected String name
    • xClassName

      public String xClassName
  • Constructor Details

    • CustomField

      public CustomField()
  • Method Details

    • toDTO

      public static CustomField toDTO(String json)
    • unsafeToDTO

      public static CustomField unsafeToDTO(String json)
    • getCustomValue

      @Valid public @Valid CustomValue getCustomValue()
    • setCustomValue

      public void setCustomValue(CustomValue customValue)
    • setCustomValue

      public void setCustomValue(com.liferay.petra.function.UnsafeSupplier<CustomValue,Exception> customValueUnsafeSupplier)
    • getDataType

      public String getDataType()
    • setDataType

      public void setDataType(String dataType)
    • setDataType

      public void setDataType(com.liferay.petra.function.UnsafeSupplier<String,Exception> dataTypeUnsafeSupplier)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • setName

      public void setName(com.liferay.petra.function.UnsafeSupplier<String,Exception> nameUnsafeSupplier)
    • 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