Class ObjectLayoutBox

java.lang.Object
com.liferay.object.admin.rest.dto.v1_0.ObjectLayoutBox
All Implemented Interfaces:
Serializable

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

  • Constructor Details

    • ObjectLayoutBox

      public ObjectLayoutBox()
  • Method Details

    • toDTO

      public static ObjectLayoutBox toDTO(String json)
    • unsafeToDTO

      public static ObjectLayoutBox unsafeToDTO(String json)
    • getCollapsable

      public Boolean getCollapsable()
    • setCollapsable

      public void setCollapsable(Boolean collapsable)
    • setCollapsable

      public void setCollapsable(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> collapsableUnsafeSupplier)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • setId

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

      @Valid public @Valid Map<String,String> getName()
    • setName

      public void setName(Map<String,String> name)
    • setName

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

      @Valid public @Valid ObjectLayoutRow[] getObjectLayoutRows()
    • setObjectLayoutRows

      public void setObjectLayoutRows(ObjectLayoutRow[] objectLayoutRows)
    • setObjectLayoutRows

      public void setObjectLayoutRows(com.liferay.petra.function.UnsafeSupplier<ObjectLayoutRow[],Exception> objectLayoutRowsUnsafeSupplier)
    • getPriority

      public Integer getPriority()
    • setPriority

      public void setPriority(Integer priority)
    • setPriority

      public void setPriority(com.liferay.petra.function.UnsafeSupplier<Integer,Exception> priorityUnsafeSupplier)
    • getType

      @Valid public @Valid ObjectLayoutBox.Type getType()
    • getTypeAsString

      public String getTypeAsString()
    • setType

      public void setType(ObjectLayoutBox.Type type)
    • setType

      public void setType(com.liferay.petra.function.UnsafeSupplier<ObjectLayoutBox.Type,Exception> typeUnsafeSupplier)
    • 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