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
           
 
Field Summary
private  List<Element> _futureElements
           
private  String id
           
private  String key
           
private static long serialVersionUID
           
private  String value
           
 
Constructor Summary
private AttributeInfo()
           
private AttributeInfo(Attribute 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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

id

private final String id

key

private final String key

value

private final String value

_futureElements

private final List<Element> _futureElements
Constructor Detail

AttributeInfo

private AttributeInfo()

AttributeInfo

private AttributeInfo(Attribute builder)
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 © 2007-2012 The Kuali Foundation. All Rights Reserved.