org.kuali.rice.kns.bo
Class Namespace

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.kns.bo.KualiCodeBase
              extended by 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

Field Summary
private  String applicationNamespaceCode
           
 
Fields inherited from class org.kuali.rice.kns.bo.KualiCodeBase
active, code, name
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
Namespace()
           
 
Method Summary
 String getApplicationNamespaceCode()
           
 String getNamespaceCode()
           
 String getNamespaceName()
           
 void setApplicationNamespaceCode(String applicationNamespaceCode)
           
 void setNamespaceCode(String namespaceCode)
           
 void setNamespaceName(String namespaceName)
           
 
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
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Field Detail

applicationNamespaceCode

private String applicationNamespaceCode
Constructor Detail

Namespace

public Namespace()
Method Detail

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.