Class SchSection

java.lang.Object
com.smeup.kokos.sdk.model.data.DynamicAttributeMap
com.smeup.kokos.sdk.model.data.SchSection

public class SchSection extends DynamicAttributeMap
Author:
mattia.bonardi This model refers to a Section in Scheda
  • Constructor Details

    • SchSection

      public SchSection()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getDim

      public String getDim()
    • setDim

      public void setDim(String dim)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getComponents

      public List<SectionComponent> getComponents()
    • setComponents

      public void setComponents(List<SectionComponent> components)
    • getSections

      public List<SchSection> getSections()
    • setSections

      public void setSections(List<SchSection> sections)
    • getLayout

      public String getLayout()
    • setLayout

      public void setLayout(String layout)
    • getExpanded

      public Boolean getExpanded()
    • setExpanded

      public void setExpanded(Boolean expanded)