gov.nasa.pds.registry.ui.shared
Class ViewScheme
java.lang.Object
gov.nasa.pds.registry.ui.shared.ViewRegistryObject
gov.nasa.pds.registry.ui.shared.ViewScheme
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class ViewScheme
- extends ViewRegistryObject
- implements com.google.gwt.user.client.rpc.IsSerializable
The display container for a scheme service. Necessary to be able to use an object
representation of ClassificationScheme on the client side of GWT (with a minimum of
overhead).
- Author:
- hyunlee
- See Also:
ClassificationScheme
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 |
ViewScheme
public ViewScheme()
getIsInternal
public Boolean getIsInternal()
setIsInternal
public void setIsInternal(Boolean isInternal)
getNodeType
public String getNodeType()
setNodeType
public void setNodeType(String nodeType)
Copyright © 2010-2013 Planetary Data System. All Rights Reserved.