gov.nasa.pds.registry.ui.shared
Class ViewClassificationNode
java.lang.Object
gov.nasa.pds.registry.ui.shared.ViewRegistryObject
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
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 |
ViewClassificationNode
public ViewClassificationNode()
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-2011 Planetary Data System. All Rights Reserved.