org.broadleafcommerce.openadmin.client.dto
Class Section

java.lang.Object
  extended by 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)


Field Summary
protected  List<String> sectionPermissions
           
protected  String sectionPresenterClass
           
protected  String sectionPresenterKey
           
protected  String sectionTitle
           
protected  String sectionViewClass
           
protected  String sectionViewKey
           
 
Constructor Summary
Section(String sectionTitle, String sectionViewKey, String sectionViewClass, String sectionPresenterKey, String sectionPresenterClass, List<String> sectionPermissions)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Section

public Section(String sectionTitle,
               String sectionViewKey,
               String sectionViewClass,
               String sectionPresenterKey,
               String sectionPresenterClass,
               List<String> sectionPermissions)
Method Detail

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.