Class Section

java.lang.Object
org.broadleafcommerce.openadmin.dto.Section

public class Section extends Object
DTO object to represent the components of a Section (a Module has many of these)
  • Field Details

    • sectionTitle

      protected String sectionTitle
    • sectionViewKey

      protected String sectionViewKey
    • sectionViewClass

      protected String sectionViewClass
    • sectionPresenterKey

      protected String sectionPresenterKey
    • sectionPresenterClass

      protected String sectionPresenterClass
    • sectionPermissions

      protected List<String> sectionPermissions
  • Constructor Details

  • Method Details

    • getSectionTitle

      public String getSectionTitle()
    • setSectionTitle

      public void setSectionTitle(String sectionTitle)
    • getSectionViewKey

      public String getSectionViewKey()
    • setSectionViewKey

      public void setSectionViewKey(String sectionViewKey)
    • getSectionViewClass

      public String getSectionViewClass()
    • setSectionViewClass

      public void setSectionViewClass(String sectionViewClass)
    • getSectionPresenterKey

      public String getSectionPresenterKey()
    • setSectionPresenterKey

      public void setSectionPresenterKey(String sectionPresenterKey)
    • getSectionPresenterClass

      public String getSectionPresenterClass()
    • setSectionPresenterClass

      public void setSectionPresenterClass(String sectionPresenterClass)
    • getSectionPermissions

      public List<String> getSectionPermissions()
    • setSectionPermissions

      public void setSectionPermissions(List<String> sectionPermissions)