public final class NaturalLanguageUsage extends AbstractDataTransferObject implements NaturalLanguageUsageContract
NaturalLanguageUsageContract
,
Serialized FormModifier 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, toString
public String getName()
NaturalLanguageUsageContract
The name of the NaturalLanguageUsage
getName
in interface NaturalLanguageUsageContract
public String getDescription()
NaturalLanguageUsageContract
The Description of the NaturalLanguageUsage
getDescription
in interface NaturalLanguageUsageContract
public String getNamespace()
NaturalLanguageUsageContract
The namespace of the NaturalLanguageUsage
getNamespace
in interface NaturalLanguageUsageContract
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.