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 |
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-2013 The Kuali Foundation. All Rights Reserved.