Class ConfigSectionMetadata
java.lang.Object
edu.internet2.middleware.grouper.cfg.dbConfig.ConfigSectionMetadata
metadata about a section in a config file
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomment for sectionitems in this sectiongetTitle()
title of sectionvoid
setComment
(String comment1) comment for sectionvoid
setConfigItemMetadataList
(List<ConfigItemMetadata> configSectionMetadataList1) items in this sectionvoid
title of section
-
Constructor Details
-
ConfigSectionMetadata
public ConfigSectionMetadata()
-
-
Method Details
-
getTitle
title of section- Returns:
-
setTitle
title of section- Parameters:
title1
-
-
getComment
comment for section- Returns:
- the comment
-
setComment
comment for section- Parameters:
comment1
- the comment to set
-
getConfigItemMetadataList
items in this section- Returns:
- the configSectionMetadataList
-
setConfigItemMetadataList
items in this section- Parameters:
configSectionMetadataList1
- the configSectionMetadataList to set
-