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

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

public class ViewService
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 Service on the client side of GWT (with a minimum of overhead).

Author:
hyunlee
See Also:
Service

Constructor Summary
ViewService()
           
 
Method Summary
 List<ViewServiceBinding> getServiceBindings()
           
 void setServiceBindings(List<ViewServiceBinding> serviceBindings)
           
 
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

ViewService

public ViewService()
Method Detail

setServiceBindings

public void setServiceBindings(List<ViewServiceBinding> serviceBindings)

getServiceBindings

public List<ViewServiceBinding> getServiceBindings()


Copyright © 2010–2014 Planetary Data System. All rights reserved.