public abstract class HasAttributesInfo extends Object implements HasAttributes, Serializable
Constructor and Description |
---|
HasAttributesInfo()
Constructs a new HasAttributesInfo.
|
HasAttributesInfo(HasAttributes hasAttrs)
Constructs a new HasAttributesInfo from another HasAttributes.
|
Modifier and Type | Method and Description |
---|---|
List<AttributeInfo> |
getAttributes()
List of dynamic attributes, each holding a key-value pair that
can be configured to hold additional information for an
implementing institution.
|
String |
getAttributeValue(String key) |
List<String> |
getAttributeValueList(String key) |
void |
setAttributes(List<AttributeInfo> attributes) |
public HasAttributesInfo()
public HasAttributesInfo(HasAttributes hasAttrs)
hasAttrs
- the HasAttributes to copypublic List<AttributeInfo> getAttributes()
HasAttributes
getAttributes
in interface HasAttributes
public void setAttributes(List<AttributeInfo> attributes)
public String getAttributeValue(String key)
public List<String> getAttributeValueList(String key)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.