org.kuali.student.contract.model.test.source
Class AttributeInfo
java.lang.Object
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
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 |
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
AttributeInfo
private AttributeInfo()
AttributeInfo
private AttributeInfo(Attribute builder)
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.