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, hyunlee
See Also:
gov.nasa.pds.registry.model.Product

Constructor Summary
ViewProduct()
           
 
Method Summary
 String getContentVersion()
           
 String getMimeType()
           
 void setContentVersion(String contentVersion)
           
 void setMimeType(String mimeType)
           
 
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
 

Constructor Detail

ViewProduct

public ViewProduct()
Method Detail

getContentVersion

public String getContentVersion()

setContentVersion

public void setContentVersion(String contentVersion)

getMimeType

public String getMimeType()

setMimeType

public void setMimeType(String mimeType)


Copyright © 2010-2011 Planetary Data System. All Rights Reserved.