Package knf.hydra.core.models
Class ProfileTab.Info
-
- All Implemented Interfaces:
public final class ProfileTab.Info extends ProfileTab
Info tab with several sections
-
-
Field Summary
Fields Modifier and Type Field Description private final List<ExtraSection>dataSections
-
Constructor Summary
Constructors Constructor Description ProfileTab.Info(String name, List<ExtraSection> dataSections)
-
Method Summary
Modifier and Type Method Description final List<ExtraSection>getDataSections()-
-
Constructor Detail
-
ProfileTab.Info
ProfileTab.Info(String name, List<ExtraSection> dataSections)
-
-
Method Detail
-
getDataSections
final List<ExtraSection> getDataSections()
-
-
-
-