@Entity public class NamespaceBo extends PersistableBusinessObjectBase implements NamespaceEbo
extension, newCollectionRecord, objectId, versionNumber
Constructor and Description |
---|
NamespaceBo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static NamespaceBo |
from(Namespace im)
Converts a immutable object to its mutable counterpart
|
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.
|
int |
hashCode() |
boolean |
isActive()
The active indicator for an object.
|
void |
setActive(boolean active)
Sets the record to active or inactive.
|
void |
setApplicationId(String applicationId) |
void |
setCode(String code) |
void |
setName(String name) |
static Namespace |
to(NamespaceBo bo)
Converts a mutable bo to its immutable counterpart
|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getObjectId, getVersionNumber
refresh
toString
public NamespaceBo()
public String getApplicationId()
NamespaceEbo
It is a way of assigning the Namespace to a specific rice application or rice ecosystem.
getApplicationId
in interface NamespaceContract
getApplicationId
in interface NamespaceEbo
public void setApplicationId(String applicationId)
public String getCode()
NamespaceEbo
getCode
in interface Coded
getCode
in interface NamespaceEbo
public String getName()
NamespaceEbo
getName
in interface NamespaceContract
getName
in interface NamespaceEbo
public boolean isActive()
NamespaceEbo
isActive
in interface Inactivatable
isActive
in interface NamespaceEbo
public void setActive(boolean active)
NamespaceEbo
setActive
in interface MutableInactivatable
setActive
in interface NamespaceEbo
public static Namespace to(NamespaceBo bo)
bo
- the mutable business objectpublic static NamespaceBo from(Namespace im)
im
- immutable objectCopyright © 2005–2014 The Kuali Foundation. All rights reserved.