Package gov.nasa.pds.registry.model
Class ClassificationNode
- java.lang.Object
- 
- gov.nasa.pds.registry.model.Identifiable
- 
- gov.nasa.pds.registry.model.RegistryObject
- 
- gov.nasa.pds.registry.model.ClassificationNode
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 @Entity public class ClassificationNode extends RegistryObject ClassificationNode instances are used to define tree structures where each node in the tree is a ClassificationNode. Such ClassificationScheme trees are constructed with ClassificationNode instances under a ClassificationScheme instance, and are used to define Classification schemes or ontologies.- Author:
- pramirez
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ClassificationNode()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetCode()StringgetParent()StringgetPath()inthashCode()voidsetCode(String code)voidsetParent(String parent)voidsetPath(String path)- 
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- 
getParentpublic String getParent() 
 - 
setParentpublic void setParent(String parent) 
 - 
getCodepublic String getCode() 
 - 
setCodepublic void setCode(String code) 
 - 
getPathpublic String getPath() 
 - 
setPathpublic void setPath(String path) 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- RegistryObject
 
 - 
equalspublic boolean equals(Object obj) - Overrides:
- equalsin class- RegistryObject
 
 
- 
 
-