org.kuali.student.contract.model.test.source
Class AttributeInfo

java.lang.Object
  extended by org.kuali.student.contract.model.test.source.AttributeInfo
All Implemented Interfaces:
Serializable, Attribute

public final class AttributeInfo
extends Object
implements Attribute, Serializable

See Also:
Serialized Form

Nested Class Summary
static class AttributeInfo.Builder
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getId

public String getId()
Description copied from interface: Attribute
Name: Id The internally assigned id to this key/value pair

Specified by:
getId in interface Attribute

getKey

public String getKey()
Description copied from interface: Attribute
Name: Attribute Type Key The key that identifies the name of the dynamic attribute

Specified by:
getKey in interface Attribute

getValue

public String getValue()
Description copied from interface: Attribute
Name: Attribute Value The value of the dynamic attribute

Specified by:
getValue in interface Attribute


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