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

java.lang.Object
  extended by 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

Constructor Summary
ViewRegistryObject()
           
 
Method Summary
 String getDescription()
           
 String getGuid()
           
 String getHome()
           
 String getLid()
           
 String getName()
           
 String getObjectType()
           
 List<ViewSlot> getSlots()
          Get the arbitrary property name value pairs
 String getStatus()
           
 String getVersionName()
           
 void setDescription(String description)
           
 void setGuid(String guid)
           
 void setHome(String home)
           
 void setLid(String lid)
           
 void setName(String name)
           
 void setObjectType(String objectType)
           
 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.
 void setStatus(String status)
           
 void setVersionName(String versionName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewRegistryObject

public ViewRegistryObject()
Method Detail

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-2012 Planetary Data System. All Rights Reserved.