org.kuali.student.core.statement.dto
Class ReqCompFieldInfo

java.lang.Object
  extended by org.kuali.student.core.statement.dto.ReqCompFieldInfo
All Implemented Interfaces:
Serializable, Idable

public class ReqCompFieldInfo
extends Object
implements Serializable, Idable

Detailed information about a requirement component field value.

See Also:
Serialized Form

Field Summary
private  String id
           
private static long serialVersionUID
           
private  String type
           
private  String value
           
 
Constructor Summary
ReqCompFieldInfo()
           
 
Method Summary
 String getId()
          Unique identifier for a requirement component field type.
 String getType()
           
 String getValue()
          Value for this requirement component field.
 void setId(String id)
           
 void setType(String type)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

id

private String id

type

private String type

value

private String value
Constructor Detail

ReqCompFieldInfo

public ReqCompFieldInfo()
Method Detail

getId

public String getId()
Unique identifier for a requirement component field type.

Specified by:
getId in interface Idable

setId

public void setId(String id)
Specified by:
setId in interface Idable

getType

public String getType()

setType

public void setType(String type)

getValue

public String getValue()
Value for this requirement component field.


setValue

public void setValue(String value)

toString

public String toString()
Overrides:
toString in class Object


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