public class Section extends Object
Modifier and Type | Field and Description |
---|---|
protected List<String> |
sectionPermissions |
protected String |
sectionPresenterClass |
protected String |
sectionPresenterKey |
protected String |
sectionTitle |
protected String |
sectionViewClass |
protected String |
sectionViewKey |
Constructor and Description |
---|
Section(String sectionTitle,
String sectionViewKey,
String sectionViewClass,
String sectionPresenterKey,
String sectionPresenterClass,
List<String> sectionPermissions) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getSectionPermissions() |
String |
getSectionPresenterClass() |
String |
getSectionPresenterKey() |
String |
getSectionTitle() |
String |
getSectionViewClass() |
String |
getSectionViewKey() |
void |
setSectionPermissions(List<String> sectionPermissions) |
void |
setSectionPresenterClass(String sectionPresenterClass) |
void |
setSectionPresenterKey(String sectionPresenterKey) |
void |
setSectionTitle(String sectionTitle) |
void |
setSectionViewClass(String sectionViewClass) |
void |
setSectionViewKey(String sectionViewKey) |
protected String sectionTitle
protected String sectionViewKey
protected String sectionViewClass
protected String sectionPresenterKey
protected String sectionPresenterClass
public String getSectionTitle()
public void setSectionTitle(String sectionTitle)
public String getSectionViewKey()
public void setSectionViewKey(String sectionViewKey)
public String getSectionViewClass()
public void setSectionViewClass(String sectionViewClass)
public String getSectionPresenterKey()
public void setSectionPresenterKey(String sectionPresenterKey)
public String getSectionPresenterClass()
public void setSectionPresenterClass(String sectionPresenterClass)
Copyright © 2022. All rights reserved.