public final class AttributeInfo extends Object implements Attribute, Serializable
Constructor and Description |
---|
AttributeInfo()
Constructs a new AttributeInfo.
|
AttributeInfo(Attribute attribute)
Constructs a new AttributeInfo from another Attribute.
|
AttributeInfo(String key,
String value) |
Modifier and Type | Method and Description |
---|---|
String |
getId()
The internally assigned id to this key/value pair.
|
String |
getKey()
The key that identifies the name of the dynamic attribute.
|
String |
getValue()
The value of the dynamic attribute.
|
void |
setId(String id) |
void |
setKey(String key) |
void |
setValue(String value) |
public AttributeInfo()
public AttributeInfo(Attribute attribute)
attribute
- the attribute to copypublic AttributeInfo(String key, String value)
public String getId()
Attribute
public String getKey()
Attribute
public String getValue()
Attribute
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.