org.kuali.student.lum.common.client.widgets
Class CluInformation
java.lang.Object
org.kuali.student.lum.common.client.widgets.CluInformation
- All Implemented Interfaces:
- Serializable, Comparable<CluInformation>
public class CluInformation
- extends Object
- implements Serializable, Comparable<CluInformation>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CluInformation
public CluInformation()
getCode
public String getCode()
setCode
public void setCode(String code)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getCredits
public String getCredits()
setCredits
public void setCredits(String credits)
setVerIndependentId
public void setVerIndependentId(String verIndependentId)
getVerIndependentId
public String getVerIndependentId()
getType
public String getType()
setType
public void setType(String type)
getParentCluId
public String getParentCluId()
setParentCluId
public void setParentCluId(String parentCluId)
compareTo
public int compareTo(CluInformation clu)
- Specified by:
compareTo
in interface Comparable<CluInformation>
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.