org.kuali.student.contract.model.test.source
Class HasAttributesInfo
java.lang.Object
  
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
 
 
 
 
| 
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 | 
 
attributes
protected final List<AttributeInfo> attributes
HasAttributesInfo
protected HasAttributesInfo()
HasAttributesInfo
protected HasAttributesInfo(HasAttributes builder)
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 © 2004-2013 The Kuali Foundation. All Rights Reserved.