gov.nasa.pds.registry.ui.shared
Class ViewRegistryObject
java.lang.Object
gov.nasa.pds.registry.ui.shared.ViewRegistryObject
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
- Direct Known Subclasses:
- ViewAssociation, ViewAuditableEvent, ViewClassificationNode, ViewProduct, ViewRegistryPackage, ViewScheme, ViewService, ViewServiceBinding, ViewSpecificationLink
public class ViewRegistryObject
- extends Object
- implements com.google.gwt.user.client.rpc.IsSerializable
The display container for a registry object. Necessary to be able to use an object
representation of RegistryObject on the client side of GWT (with a minimum of
overhead).
- Author:
- hyunlee
- See Also:
RegistryObject
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewRegistryObject
public ViewRegistryObject()
getLid
public String getLid()
setLid
public void setLid(String lid)
getGuid
public String getGuid()
setGuid
public void setGuid(String guid)
getHome
public String getHome()
setHome
public void setHome(String home)
getName
public String getName()
setName
public void setName(String name)
getObjectType
public String getObjectType()
setObjectType
public void setObjectType(String objectType)
getStatus
public String getStatus()
setStatus
public void setStatus(String status)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getVersionName
public String getVersionName()
setVersionName
public void setVersionName(String versionName)
getSlots
public List<ViewSlot> getSlots()
- Get the arbitrary property name value pairs
setSlots
public void setSlots(List<ViewSlot> slots)
- Set the arbitrary property name value pairs, should only be used when
transforming an actual Product instance into a ViewProduct or in tests.
Copyright © 2010–2015 Planetary Data System. All rights reserved.