org.kuali.student.contract.model.test.source
Interface Attribute

All Known Implementing Classes:
AttributeInfo, AttributeInfo.Builder

public interface Attribute

Dynamic Attributes info structure. A structure that holds a key value pair as a way of extending the data structure for implementing institutions

Author:
nwright

Method Summary
 String getId()
          Name: Id The internally assigned id to this key/value pair
 String getKey()
          Name: Attribute Type Key The key that identifies the name of the dynamic attribute
 String getValue()
          Name: Attribute Value The value of the dynamic attribute
 

Method Detail

getId

String getId()
Name: Id The internally assigned id to this key/value pair


getKey

String getKey()
Name: Attribute Type Key The key that identifies the name of the dynamic attribute


getValue

String getValue()
Name: Attribute Value The value of the dynamic attribute



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