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

java.lang.Object
  extended by org.kuali.student.contract.model.test.source.HasAttributesInfo
All Implemented Interfaces:
Serializable, HasAttributes
Direct Known Subclasses:
ContextInfo, HasAttributesAndMetaInfo, StateInfo, TypeInfo

public abstract class HasAttributesInfo
extends Object
implements HasAttributes, Serializable

See Also:
Serialized Form

Nested Class Summary
static class HasAttributesInfo.Builder
           
 
Field Summary
protected  List<AttributeInfo> attributes
           
 
Constructor Summary
protected HasAttributesInfo()
           
protected HasAttributesInfo(HasAttributes builder)
           
 
Method Summary
 List<AttributeInfo> getAttributes()
          Name: Dynamic Attributes List of dynamic attributes, each holding a key-value pair that can be configured to hold additional information for an implementing institution.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributes

protected final List<AttributeInfo> attributes
Constructor Detail

HasAttributesInfo

protected HasAttributesInfo()

HasAttributesInfo

protected HasAttributesInfo(HasAttributes builder)
Method Detail

getAttributes

public List<AttributeInfo> getAttributes()
Description copied from interface: HasAttributes
Name: Dynamic Attributes List of dynamic attributes, each holding a key-value pair that can be configured to hold additional information for an implementing institution. Note: the key may be repeated more than once to simulate a list of values.

Specified by:
getAttributes in interface HasAttributes
Returns:
the attributes


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