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

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

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

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

Author:
jagander
See Also:
Product

Constructor Summary
ViewProduct()
           
 
Method Summary
 String getGuid()
          Get the globally unique identifier
 String getHome()
          Get source url for product
 List<ViewSlot> getSlots()
          Get the arbitrary property name value pairs
 void setGuid(String guid)
          Set the globally unique identifier, should only be used when transforming an actual Product instance into a ViewProduct or in tests.
 void setHome(String home)
          Set the home attribute, should only be used when transforming an actual Product instance into a ViewProduct or in tests.
 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.
 
Methods inherited from class gov.nasa.pds.registry.ui.shared.ViewRegistryObject
getDescription, getLid, getName, getObjectType, getStatus, getVersionId, getVersionName, setDescription, setLid, setName, setObjectType, setStatus, setVersionId, setVersionName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewProduct

public ViewProduct()
Method Detail

getHome

public String getHome()
Get source url for product


setHome

public void setHome(String home)
Set the home attribute, should only be used when transforming an actual Product instance into a ViewProduct or in tests.


getGuid

public String getGuid()
Get the globally unique identifier


setGuid

public void setGuid(String guid)
Set the globally unique identifier, should only be used when transforming an actual Product instance into a ViewProduct or in tests.


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 © 2005-2010 Planetary Data System. All Rights Reserved.