com.softwareag.centrasite.appl.framework.fixed
Class CSAppTaxonomy

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.fixed.CSAppFixedRegistryObject
      extended by com.softwareag.centrasite.appl.framework.fixed.CSAppTaxonomy
All Implemented Interfaces:
RegistryBean
Direct Known Subclasses:
CSAppClassificationScheme

public abstract class CSAppTaxonomy
extends CSAppFixedRegistryObject

Abstract base class for all taxonomies, in particular CSAppClassificationScheme. An instance of this class provides a representation of a fixed taxonomy. Instances of this class are thread safe and may be held in static variables or singleton objects. However, the CSAppTaxonomy itself is no singleton.


Constructor Summary
CSAppTaxonomy(javax.xml.registry.infomodel.RegistryObject pRegistryObject)
          Creates a new instance, which represents the given classification scheme.
 
Method Summary
 
Methods inherited from class com.softwareag.centrasite.appl.framework.fixed.CSAppFixedRegistryObject
equals, getDescription, getIntDescription, getIntName, getKey, getName, hashCode, setDescription, setName
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSAppTaxonomy

public CSAppTaxonomy(javax.xml.registry.infomodel.RegistryObject pRegistryObject)
              throws javax.xml.registry.JAXRException
Creates a new instance, which represents the given classification scheme.

Throws:
javax.xml.registry.JAXRException