gov.nasa.pds.registry.model
Class ClassificationNode

java.lang.Object
  extended by gov.nasa.pds.registry.model.Identifiable
      extended by gov.nasa.pds.registry.model.RegistryObject
          extended by 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 Summary
ClassificationNode()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCode()
           
 String getParent()
           
 String getPath()
           
 int hashCode()
           
 void setCode(String code)
           
 void setParent(String parent)
           
 void setPath(String path)
           
 
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
 
Methods inherited from class gov.nasa.pds.registry.model.Identifiable
addSlot, getGuid, getHome, getSlot, getSlots, setGuid, setHome, setSlots
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassificationNode

public ClassificationNode()
Method Detail

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–2014 Planetary Data System. All rights reserved.