|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.core.api.mo.AbstractDataTransferObject org.kuali.rice.coreservice.api.namespace.Namespace
public final class Namespace
An immutable representation of a NamespaceContract
.
To construct an instance of a Namespace, use the Namespace.Builder
class.
NamespaceContract
,
Serialized FormNested Class Summary | |
---|---|
static class |
Namespace.Builder
This builder is used to construct instances of Namespace. |
static class |
Namespace.Cache
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
---|
afterUnmarshal, beforeUnmarshal, equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getCode()
Coded
getCode
in interface 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |