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
Methods inherited from class gov.nasa.pds.registry.model.RegistryObject |
getClassifications, getDescription, getExternalIdentifiers, getLid, getName, getObjectType, getStatus, getVersionName, setClassifications, setDescription, setExternalIdentifiers, setLid, setName, setObjectType, setStatus, setVersionName |
ClassificationNode
public ClassificationNode()
getParent
public String getParent()
setParent
public void setParent(String parent)
getCode
public String getCode()
setCode
public void setCode(String code)
getPath
public String getPath()
setPath
public void setPath(String path)
hashCode
public int hashCode()
- Overrides:
hashCode
in class RegistryObject
equals
public boolean equals(Object obj)
- Overrides:
equals
in class RegistryObject
Copyright © 2010-2012 Planetary Data System. All Rights Reserved.