public class CluInformation extends Object implements Serializable, Comparable<CluInformation>
Constructor and Description |
---|
CluInformation() |
Modifier and Type | Method and Description |
---|---|
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) |
public CluInformation()
public String getCredits()
public void setCredits(String credits)
public void setVerIndependentId(String verIndependentId)
public String getVerIndependentId()
public String getParentCluId()
public void setParentCluId(String parentCluId)
public int compareTo(CluInformation clu)
compareTo
in interface Comparable<CluInformation>
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.