public final class Namespace extends AbstractDataTransferObject implements NamespaceContract
NamespaceContract
.
To construct an instance of a Namespace, use the Namespace.Builder
class.
NamespaceContract
,
Serialized FormModifier 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, toString
public String getCode()
Coded
public String getApplicationId()
NamespaceContract
It is a way of assigning the Namespace to a specific rice application or rice ecosystem.
getApplicationId
in interface NamespaceContract
public String getName()
NamespaceContract
getName
in interface NamespaceContract
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.