org.kuali.student.common.dto
Class HasAttributesInfo.Builder

java.lang.Object
  extended by org.kuali.student.common.dto.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


Field Summary
private  List<? extends Attribute> attributes
           
 
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
 

Field Detail

attributes

private List<? extends Attribute> attributes
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 © 2007-2011 The Kuali Foundation. All Rights Reserved.