org.kuali.rice.kns.bo
Class Namespace
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.rice.kns.bo.KualiCodeBase
org.kuali.rice.kns.bo.Namespace
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, BusinessObject, Inactivateable, KualiCode, PersistableBusinessObject
public class Namespace
- extends KualiCodeBase
- See Also:
- Serialized Form
Methods inherited from class org.kuali.rice.kns.bo.KualiCodeBase |
equals, getCode, getCodeAndDescription, getCodeAndDescription, getName, hashCode, isActive, setActive, setCode, setName, toStringMapper |
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
applicationNamespaceCode
private String applicationNamespaceCode
Namespace
public Namespace()
getNamespaceCode
public String getNamespaceCode()
setNamespaceCode
public void setNamespaceCode(String namespaceCode)
getNamespaceName
public String getNamespaceName()
setNamespaceName
public void setNamespaceName(String namespaceName)
getApplicationNamespaceCode
public String getApplicationNamespaceCode()
- Returns:
- the applicationNamespaceCode
setApplicationNamespaceCode
public void setApplicationNamespaceCode(String applicationNamespaceCode)
- Parameters:
applicationNamespaceCode
- the applicationNamespaceCode to set
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.