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

public class CluInformation
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  String code
           
private  String credits
           
private static long serialVersionUID
           
private  String title
           
private  String verIndependentId
           
 
Constructor Summary
CluInformation()
           
 
Method Summary
 String getCode()
           
 String getCredits()
           
 String getTitle()
           
 String getVerIndependentId()
           
 void setCode(String code)
           
 void setCredits(String credits)
           
 void setTitle(String title)
           
 void setVerIndependentId(String verIndependentId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

verIndependentId

private String verIndependentId

code

private String code

title

private String title

credits

private String credits
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()


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.