public class ProgramCluSetInformation extends Object implements Serializable
Constructor and Description |
---|
ProgramCluSetInformation() |
Modifier and Type | Method and Description |
---|---|
String |
getCluDelimitedString() |
List<String> |
getCluIds() |
List<CluInformation> |
getClus() |
String |
getCluSetDelimitedString() |
CluSetInfo |
getCluSetInfo() |
List<CluSetRangeInformation> |
getCluSetRange() |
List<CluSetInfo> |
getCluSets() |
ProgramCluSetInformation |
getParent() |
int |
getProgCluListSize() |
int |
getProgCluSetListSize() |
Map<String,ProgramCluSetInformation> |
getSubCluSetInformations() |
boolean |
hasClus() |
void |
setClus(List<CluInformation> clus) |
void |
setCluSetInfo(CluSetInfo cluSetInfo) |
void |
setCluSetRange(List<CluSetRangeInformation> cluSetRange) |
void |
setCluSets(List<CluSetInfo> cluSets) |
void |
setParent(ProgramCluSetInformation parent) |
void |
setSubCluSetInformations(Map<String,ProgramCluSetInformation> subCluSetInformations) |
public ProgramCluSetInformation()
public CluSetInfo getCluSetInfo()
public void setCluSetInfo(CluSetInfo cluSetInfo)
public List<CluInformation> getClus()
public void setClus(List<CluInformation> clus)
public List<CluSetInfo> getCluSets()
public void setCluSets(List<CluSetInfo> cluSets)
public List<CluSetRangeInformation> getCluSetRange()
public void setCluSetRange(List<CluSetRangeInformation> cluSetRange)
public Map<String,ProgramCluSetInformation> getSubCluSetInformations()
public void setSubCluSetInformations(Map<String,ProgramCluSetInformation> subCluSetInformations)
public ProgramCluSetInformation getParent()
public void setParent(ProgramCluSetInformation parent)
public int getProgCluListSize()
public int getProgCluSetListSize()
public String getCluDelimitedString()
public String getCluSetDelimitedString()
public boolean hasClus()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.