gov.nasa.pds.registry.ui.shared
Class ViewClassificationNode

java.lang.Object
  extended by gov.nasa.pds.registry.ui.shared.ViewRegistryObject
      extended by gov.nasa.pds.registry.ui.shared.ViewClassificationNode
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class ViewClassificationNode
extends ViewRegistryObject
implements com.google.gwt.user.client.rpc.IsSerializable

The display container for a node service. Necessary to be able to use an object representation of ClassificationNode on the client side of GWT (with a minimum of overhead).

Author:
hyunlee
See Also:
ClassificationNode

Constructor Summary
ViewClassificationNode()
           
 
Method Summary
 String getCode()
           
 String getParent()
           
 String getPath()
           
 void setCode(String code)
           
 void setParent(String parent)
           
 void setPath(String path)
           
 
Methods inherited from class gov.nasa.pds.registry.ui.shared.ViewRegistryObject
getDescription, getGuid, getHome, getLid, getName, getObjectType, getSlots, getStatus, getVersionName, setDescription, setGuid, setHome, setLid, setName, setObjectType, setSlots, setStatus, setVersionName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewClassificationNode

public ViewClassificationNode()
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)


Copyright © 2010-2013 Planetary Data System. All Rights Reserved.