@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, setVersionNumbertoStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetObjectId, getVersionNumberrefreshtoStringpublic NamespaceBo()
public String getApplicationId()
NamespaceEboIt is a way of assigning the Namespace to a specific rice application or rice ecosystem.
getApplicationId in interface NamespaceContractgetApplicationId in interface NamespaceEbopublic void setApplicationId(String applicationId)
public String getCode()
NamespaceEbogetCode in interface CodedgetCode in interface NamespaceEbopublic String getName()
NamespaceEbogetName in interface NamespaceContractgetName in interface NamespaceEbopublic boolean isActive()
NamespaceEboisActive in interface InactivatableisActive in interface NamespaceEbopublic void setActive(boolean active)
NamespaceEbosetActive in interface MutableInactivatablesetActive in interface NamespaceEbopublic static Namespace to(NamespaceBo bo)
bo - the mutable business objectpublic static NamespaceBo from(Namespace im)
im - immutable objectCopyright © 2005–2016 The Kuali Foundation. All rights reserved.