org.kuali.rice.krms.api.repository
Interface TermResolverAttributeContract

All Superinterfaces:
BaseAttributeContract
All Known Implementing Classes:
TermResolverAttribute, TermResolverAttribute.Builder

public interface TermResolverAttributeContract
extends BaseAttributeContract


Method Summary
 String getTermResolverId()
          This is the id of the TermResolver to which the attribute applies
 
Methods inherited from interface org.kuali.rice.krms.api.repository.BaseAttributeContract
getAttributeDefinition, getAttributeDefinitionId, getId, getValue
 

Method Detail

getTermResolverId

String getTermResolverId()
This is the id of the TermResolver to which the attribute applies

It is a id of a TermResolver related to the attribute.

Returns:
id for TermResolver related to the attribute.


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