|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.krms.api.repository.language.NaturalLanguageTemplateAttribute
public final class NaturalLanguageTemplateAttribute
Generated using JVM arguments -DNOT_BLANK=name Concrete model object implementation, immutable. Instances can be (un)marshalled to and from XML.
NaturalLanguageTemplateAttributeContract,
Serialized Form| Nested Class Summary | |
|---|---|
static class |
NaturalLanguageTemplateAttribute.Builder
A builder which can be used to construct NaturalLanguageTemplateAttribute instances. |
| Method Summary | |
|---|---|
KrmsAttributeDefinition |
getAttributeDefinition()
Returns a KrmsAttributeDefinitionContract. |
String |
getAttributeDefinitionId()
Returns the id of the attribute definition. |
String |
getId()
The unique identifier for an object. |
String |
getNaturalLanguageTemplateId()
This is the NaturalLanguageTemplateId of the NaturalLanguageTemplateAttribute |
String |
getValue()
Returns the value of the attribute |
Long |
getVersionNumber()
Returns the version number for this object. |
| Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
|---|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getNaturalLanguageTemplateId()
NaturalLanguageTemplateAttributeContractThe NaturalLanguageTemplateId of the NaturalLanguageTemplateAttribute
getNaturalLanguageTemplateId in interface NaturalLanguageTemplateAttributeContractpublic Long getVersionNumber()
Versioned
getVersionNumber in interface Versionedpublic String getValue()
BaseAttributeContract
getValue 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()
Identifiable
getId in interface Identifiable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||