org.kuali.student.lum.common.client.widgets
Class CluSetInformation
java.lang.Object
org.kuali.student.lum.common.client.widgets.CluSetInformation
- All Implemented Interfaces:
- Serializable
public class CluSetInformation
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
id
private String id
clus
private List<CluInformation> clus
cluSets
private List<CluSetInfo> cluSets
membershipQueryInfo
private MembershipQueryInfo membershipQueryInfo
clusInRange
private List<CluInformation> clusInRange
subCluSetInformations
private Map<String,CluSetInformation> subCluSetInformations
CluSetInformation
public CluSetInformation()
getId
public String getId()
setId
public void setId(String id)
getClus
public List<CluInformation> getClus()
setClus
public void setClus(List<CluInformation> clus)
getCluSets
public List<CluSetInfo> getCluSets()
setCluSets
public void setCluSets(List<CluSetInfo> cluSets)
getMembershipQueryInfo
public MembershipQueryInfo getMembershipQueryInfo()
setMembershipQueryInfo
public void setMembershipQueryInfo(MembershipQueryInfo membershipQueryInfo)
getClusInRange
public List<CluInformation> getClusInRange()
setClusInRange
public void setClusInRange(List<CluInformation> clusInRange)
getSubCluSetInformations
public Map<String,CluSetInformation> getSubCluSetInformations()
setSubCluSetInformations
public void setSubCluSetInformations(Map<String,CluSetInformation> subCluSetInformations)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.