org.broadleafcommerce.openadmin.client.dto
Class Section
java.lang.Object
org.broadleafcommerce.openadmin.client.dto.Section
public class Section
- extends Object
DTO object to represent the components of a Section (a Module has many of these)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Section
public Section(String sectionTitle,
String sectionViewKey,
String sectionViewClass,
String sectionPresenterKey,
String sectionPresenterClass,
List<String> sectionPermissions)
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)
Copyright © 2013. All Rights Reserved.