public interface TermParameterDefinitionContract extends Identifiable, Versioned
The contract for a TermParameterDefinition
which defines a term parameter. This is simply
a name and a value that is associated with a term by an identifier.
TermParameterDefinition
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name of this parameter.
|
String |
getTermId()
Gets the identifier for the term that this parameter belongs to.
|
String |
getValue()
Gets the value of this parameter.
|
getId
getVersionNumber
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.