org.kuali.student.r2.lum.clu.infc
Interface Field

All Known Implementing Classes:
FieldInfo

public interface Field

Key/value pair, typically used for information which may vary from the common set of information provided about an object.


Method Summary
 String getId()
          The identifier for this field.
 String getValue()
          The value for this field.
 

Method Detail

getId

String getId()
The identifier for this field.


getValue

String getValue()
The value for this field.



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