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

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
 

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