org.kuali.student.contract.model.test.source
Class HasAttributesInfo.Builder
java.lang.Object
   org.kuali.student.contract.model.test.source.HasAttributesInfo.Builder
org.kuali.student.contract.model.test.source.HasAttributesInfo.Builder
- All Implemented Interfaces: 
- HasAttributes
- Direct Known Subclasses: 
- ContextInfo.Builder, HasAttributesAndMetaInfo.Builder, StateInfo.Builder, TypeInfo.Builder
- Enclosing class:
- HasAttributesInfo
- public static class HasAttributesInfo.Builder 
- extends Object- implements HasAttributes
 
| Method Summary | 
|  List<? extends Attribute> | 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.
 | 
|  void | setAttributes(List<? extends Attribute> attributes)
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
HasAttributesInfo.Builder
public HasAttributesInfo.Builder()
HasAttributesInfo.Builder
public HasAttributesInfo.Builder(HasAttributes hasAtts)
getAttributes
public List<? extends Attribute> 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:
- getAttributesin interface- HasAttributes
 
- 
- Returns:
- a list of attributes
 
setAttributes
public void setAttributes(List<? extends Attribute> attributes)
- 
 
- 
 
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.