public final class NaturalLanguageTemplateAttribute extends AbstractDataTransferObject implements NaturalLanguageTemplateAttributeContract
NaturalLanguageTemplateAttributeContract,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
NaturalLanguageTemplateAttribute.Builder
A builder which can be used to construct
NaturalLanguageTemplateAttribute instances. |
| Modifier and Type | Method and Description |
|---|---|
KrmsAttributeDefinition |
getAttributeDefinition()
Returns a
KrmsAttributeDefinitionContract. |
String |
getAttributeDefinitionId()
Returns the id of the attribute definition.
|
String |
getId() |
String |
getNaturalLanguageTemplateId()
This is the NaturalLanguageTemplateId of the NaturalLanguageTemplateAttribute
|
String |
getValue()
Returns the value of the attribute
|
Long |
getVersionNumber() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getNaturalLanguageTemplateId()
NaturalLanguageTemplateAttributeContractThe NaturalLanguageTemplateId of the NaturalLanguageTemplateAttribute
getNaturalLanguageTemplateId in interface NaturalLanguageTemplateAttributeContractpublic Long getVersionNumber()
getVersionNumber in interface Versionedpublic String getValue()
BaseAttributeContractgetValue in interface BaseAttributeContractpublic String getAttributeDefinitionId()
BaseAttributeContractThe attribute definition contains metadata about the attribute. This is a required field and may not be null or blank. Many attribute instances may share the same attribute definition.
getAttributeDefinitionId in interface BaseAttributeContractpublic KrmsAttributeDefinition getAttributeDefinition()
BaseAttributeContractKrmsAttributeDefinitionContract.
This is the object referred to by the attributeDefinitionId. The full object is also kept here for performance purposes. This is because the name of the attribute is referenced often for resolving name / value attribute pairs.
getAttributeDefinition in interface BaseAttributeContractpublic String getId()
getId in interface IdentifiableCopyright © 2005–2016 The Kuali Foundation. All rights reserved.