Class ConfigSectionMetadata

java.lang.Object
edu.internet2.middleware.grouper.cfg.dbConfig.ConfigSectionMetadata

public class ConfigSectionMetadata extends Object
metadata about a section in a config file
  • Constructor Details

    • ConfigSectionMetadata

      public ConfigSectionMetadata()
  • Method Details

    • getTitle

      public String getTitle()
      title of section
      Returns:
    • setTitle

      public void setTitle(String title1)
      title of section
      Parameters:
      title1 -
    • getComment

      public String getComment()
      comment for section
      Returns:
      the comment
    • setComment

      public void setComment(String comment1)
      comment for section
      Parameters:
      comment1 - the comment to set
    • getConfigItemMetadataList

      public List<ConfigItemMetadata> getConfigItemMetadataList()
      items in this section
      Returns:
      the configSectionMetadataList
    • setConfigItemMetadataList

      public void setConfigItemMetadataList(List<ConfigItemMetadata> configSectionMetadataList1)
      items in this section
      Parameters:
      configSectionMetadataList1 - the configSectionMetadataList to set