public class CluGroup extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
List<CluGroup> |
getCluGroups() |
List<CluInformation> |
getClus() |
boolean |
getShowClus() |
boolean |
getShowTitle() |
String |
getTitle() |
void |
setCluGroups(List<CluGroup> cluGroups) |
void |
setClus(List<CluInformation> clus) |
void |
setShowClus(boolean showClus) |
void |
setShowTitle(boolean showTitle) |
void |
setTitle(String title) |
public List<CluInformation> getClus()
public void setClus(List<CluInformation> clus)
public List<CluGroup> getCluGroups()
public void setCluGroups(List<CluGroup> cluGroups)
public boolean getShowClus()
public void setShowClus(boolean showClus)
public boolean getShowTitle()
public void setShowTitle(boolean showTitle)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.