org.kuali.student.contract.model.test.source
Interface HasAttributes

All Known Subinterfaces:
Context, Entity, Exemption, ExemptionRequest, HasAttributesAndMeta, IdEntity, KeyEntity, Lpr, Relationship, State, Type, TypeTypeRelation
All Known Implementing Classes:
AtpInfo, ContextInfo, ContextInfo.Builder, EntityInfo, EntityInfo.Builder, ExemptionInfo, ExemptionRequestInfo, HasAttributesAndMetaInfo, HasAttributesAndMetaInfo.Builder, HasAttributesInfo, HasAttributesInfo.Builder, IdEntityInfo, IdEntityInfo.Builder, KeyEntityInfo, KeyEntityInfo.Builder, LprInfo, LprInfo.Builder, RelationshipInfo, RelationshipInfo.Builder, StateInfo, StateInfo.Builder, TypeInfo, TypeInfo.Builder, TypeTypeRelationInfo, TypeTypeRelationInfo.Builder

public interface 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.
 

Method Detail

getAttributes

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. Note: the key may be repeated more than once to simulate a list of values.

Returns:
a list of attributes


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