Package gov.nasa.pds.registry.model
Class ClassificationScheme
- java.lang.Object
- 
- gov.nasa.pds.registry.model.Identifiable
- 
- gov.nasa.pds.registry.model.RegistryObject
- 
- gov.nasa.pds.registry.model.ClassificationScheme
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 @Entity public class ClassificationScheme extends RegistryObject A ClassificationScheme instance describes a taxonomy. The taxonomy hierarchy may be defined internally to the registry by instances of ClassificationNode, or it may be defined externally to the Registry, in which case the structure and values of the taxonomy elements are not known to the Registry.- Author:
- pramirez
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ClassificationScheme()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)BooleangetIsInternal()NodeTypegetNodeType()inthashCode()voidsetIsInternal(Boolean isInternal)voidsetNodeType(NodeType nodeType)- 
Methods inherited from class gov.nasa.pds.registry.model.RegistryObjectgetClassifications, getDescription, getExternalIdentifiers, getLid, getName, getObjectType, getStatus, getVersionName, setClassifications, setDescription, setExternalIdentifiers, setLid, setName, setObjectType, setStatus, setVersionName
 
- 
 
- 
- 
- 
Method Detail- 
getIsInternalpublic Boolean getIsInternal() 
 - 
setIsInternalpublic void setIsInternal(Boolean isInternal) 
 - 
getNodeTypepublic NodeType getNodeType() 
 - 
setNodeTypepublic void setNodeType(NodeType nodeType) 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- RegistryObject
 
 - 
equalspublic boolean equals(Object obj) - Overrides:
- equalsin class- RegistryObject
 
 
- 
 
-