org.kuali.student.r2.lum.clu.dto
Class FieldInfo

java.lang.Object
  extended by org.kuali.student.r2.lum.clu.dto.FieldInfo
All Implemented Interfaces:
Serializable, Field

public class FieldInfo
extends Object
implements Serializable, Field

See Also:
Serialized Form

Constructor Summary
FieldInfo()
           
FieldInfo(Field field)
           
 
Method Summary
 String getId()
          The identifier for this field.
 String getValue()
          The value for this field.
 void setId(String id)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldInfo

public FieldInfo()

FieldInfo

public FieldInfo(Field field)
Method Detail

getId

public String getId()
Description copied from interface: Field
The identifier for this field.

Specified by:
getId in interface Field

setId

public void setId(String id)

getValue

public String getValue()
Description copied from interface: Field
The value for this field.

Specified by:
getValue in interface Field

setValue

public void setValue(String value)


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