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

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

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

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

Author:
hyunlee
See Also:
gov.nasa.pds.registry.model.ServiceBidning

Constructor Summary
ViewServiceBinding()
           
 
Method Summary
 String getAccessURI()
          Get
 String getService()
          Get
 List<ViewSpecificationLink> getSpecificationLinks()
           
 String getTargetBinding()
           
 void setAccessURI(String accessURI)
          Set the accessURI attribute.
 void setService(String service)
          Set the service attribute.
 void setSpecificationLinks(List<ViewSpecificationLink> specificationLinks)
           
 void setTargetBinding(String targetBinding)
           
 
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

ViewServiceBinding

public ViewServiceBinding()
Method Detail

getAccessURI

public String getAccessURI()
Get


setAccessURI

public void setAccessURI(String accessURI)
Set the accessURI attribute.


getService

public String getService()
Get


setService

public void setService(String service)
Set the service attribute.


getSpecificationLinks

public List<ViewSpecificationLink> getSpecificationLinks()

setSpecificationLinks

public void setSpecificationLinks(List<ViewSpecificationLink> specificationLinks)

getTargetBinding

public String getTargetBinding()

setTargetBinding

public void setTargetBinding(String targetBinding)


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