org.kuali.rice.krms.api.repository.term
Interface TermParameterDefinitionContract

All Superinterfaces:
Identifiable, Versioned
All Known Implementing Classes:
TermParameterBo, TermParameterDefinition, TermParameterDefinition.Builder

public interface TermParameterDefinitionContract
extends Identifiable, Versioned

This is a description of what this class does - gilesp don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 String getName()
           
 String getTermId()
           
 String getValue()
           
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable
getId
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
 

Method Detail

getTermId

String getTermId()

getName

String getName()

getValue

String getValue()


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