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

java.lang.Object
  extended by 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


Constructor Summary
HasAttributesInfo.Builder()
           
HasAttributesInfo.Builder(HasAttributes hasAtts)
           
 
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
 

Constructor Detail

HasAttributesInfo.Builder

public HasAttributesInfo.Builder()

HasAttributesInfo.Builder

public HasAttributesInfo.Builder(HasAttributes hasAtts)
Method Detail

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:
getAttributes in interface HasAttributes
Returns:
a list of attributes

setAttributes

public void setAttributes(List<? extends Attribute> attributes)


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