org.kuali.student.lum.common.client.widgets
Class CluInformation

java.lang.Object
  extended by 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

Constructor Summary
CluInformation()
           
 
Method Summary
 int compareTo(CluInformation clu)
           
 String getCode()
           
 String getCredits()
           
 String getParentCluId()
           
 String getTitle()
           
 String getType()
           
 String getVerIndependentId()
           
 void setCode(String code)
           
 void setCredits(String credits)
           
 void setParentCluId(String parentCluId)
           
 void setTitle(String title)
           
 void setType(String type)
           
 void setVerIndependentId(String verIndependentId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CluInformation

public CluInformation()
Method Detail

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