public final class NaturalLanguageUsage extends AbstractDataTransferObject implements NaturalLanguageUsageContract
NaturalLanguageUsageContract,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
NaturalLanguageUsage.Builder
A builder which can be used to construct
NaturalLanguageUsage instances. |
static class |
NaturalLanguageUsage.Cache |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
This is the Description of the NaturalLanguageUsage
|
String |
getId()
The unique identifier for an object.
|
String |
getName()
This is the name of the NaturalLanguageUsage
|
String |
getNamespace()
This is the namespace of the NaturalLanguageUsage
|
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 String getName()
NaturalLanguageUsageContractThe name of the NaturalLanguageUsage
getName in interface NaturalLanguageUsageContractpublic String getDescription()
NaturalLanguageUsageContractThe Description of the NaturalLanguageUsage
getDescription in interface NaturalLanguageUsageContractpublic String getNamespace()
NaturalLanguageUsageContractThe namespace of the NaturalLanguageUsage
getNamespace in interface NaturalLanguageUsageContractpublic String getId()
IdentifiablegetId in interface Identifiablepublic boolean isActive()
InactivatableisActive in interface Inactivatablepublic Long getVersionNumber()
VersionedgetVersionNumber in interface VersionedCopyright © 2005–2014 The Kuali Foundation. All rights reserved.