public final class NaturalLanguageTemplate extends AbstractDataTransferObject implements NaturalLanguageTemplateContract
NaturalLanguageTemplateContract,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
NaturalLanguageTemplate.Builder
A builder which can be used to construct
NaturalLanguageTemplate instances. |
static class |
NaturalLanguageTemplate.Cache |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttributes()
This method returns a list of custom/remote attributes associated with the
agenda.
|
String |
getId()
The unique identifier for an object.
|
String |
getLanguageCode()
This is the Language Code of the NaturalLanguageTemplate
|
String |
getNaturalLanguageUsageId()
This is the NaturalLanguageUsageId of the NaturalLanguageTemplate
|
String |
getTemplate()
This is the Template of the NaturalLanguageTemplate
|
String |
getTypeId()
This is the TypeId of the NaturalLanguageTemplate
|
Long |
getVersionNumber()
Returns the version number for this object.
|
boolean |
isActive()
The active indicator for an object.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic Map<String,String> getAttributes()
NaturalLanguageTemplateContractThe attributes of the NaturalLanguageUsage
getAttributes in interface NaturalLanguageTemplateContractpublic String getLanguageCode()
NaturalLanguageTemplateContractThe Language Code of the NaturalLanguageTemplate
getLanguageCode in interface NaturalLanguageTemplateContractpublic String getNaturalLanguageUsageId()
NaturalLanguageTemplateContractThe NaturalLanguageUsageId of the NaturalLanguageTemplate
getNaturalLanguageUsageId in interface NaturalLanguageTemplateContractpublic String getTypeId()
NaturalLanguageTemplateContractThe TypeId of the NaturalLanguageTemplate
getTypeId in interface NaturalLanguageTemplateContractpublic String getTemplate()
NaturalLanguageTemplateContractThe Template of the NaturalLanguageTemplate
getTemplate in interface NaturalLanguageTemplateContractpublic String getId()
IdentifiablegetId in interface Identifiablepublic boolean isActive()
InactivatableisActive in interface Inactivatablepublic Long getVersionNumber()
VersionedgetVersionNumber in interface VersionedCopyright © 2005–2016 The Kuali Foundation. All rights reserved.