public final class NaturalLanguageTemplate extends AbstractDataTransferObject implements NaturalLanguageTemplateContract
NaturalLanguageTemplateContract
,
Serialized FormModifier 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, toString
public Map<String,String> getAttributes()
NaturalLanguageTemplateContract
The attributes of the NaturalLanguageUsage
getAttributes
in interface NaturalLanguageTemplateContract
public String getLanguageCode()
NaturalLanguageTemplateContract
The Language Code of the NaturalLanguageTemplate
getLanguageCode
in interface NaturalLanguageTemplateContract
public String getNaturalLanguageUsageId()
NaturalLanguageTemplateContract
The NaturalLanguageUsageId of the NaturalLanguageTemplate
getNaturalLanguageUsageId
in interface NaturalLanguageTemplateContract
public String getTypeId()
NaturalLanguageTemplateContract
The TypeId of the NaturalLanguageTemplate
getTypeId
in interface NaturalLanguageTemplateContract
public String getTemplate()
NaturalLanguageTemplateContract
The Template of the NaturalLanguageTemplate
getTemplate
in interface NaturalLanguageTemplateContract
public String getId()
Identifiable
getId
in interface Identifiable
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.