public final class Namespace extends AbstractDataTransferObject implements NamespaceContract
NamespaceContract.
To construct an instance of a Namespace, use the Namespace.Builder class.
NamespaceContract,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
Namespace.Builder
This builder is used to construct instances of Namespace.
|
static class |
Namespace.Cache |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationId()
This the id of the application which owns this Namespace.
|
String |
getCode()
The code value for this object.
|
String |
getName()
This the name for the Namespace.
|
String |
getObjectId()
Return the globally unique object id of this object.
|
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 getCode()
Codedpublic String getApplicationId()
NamespaceContractIt is a way of assigning the Namespace to a specific rice application or rice ecosystem.
getApplicationId in interface NamespaceContractpublic String getName()
NamespaceContractgetName in interface NamespaceContractpublic boolean isActive()
InactivatableisActive in interface Inactivatablepublic Long getVersionNumber()
VersionedgetVersionNumber in interface Versionedpublic String getObjectId()
GloballyUniquegetObjectId in interface GloballyUniqueCopyright © 2005–2015 The Kuali Foundation. All rights reserved.