org.apache.cxf.management.web.browser.client.service.settings
Class RemoteStorageProxyImpl.RemoteSubscription

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by org.apache.cxf.management.web.browser.client.service.settings.RemoteStorageProxyImpl.RemoteSubscription
Enclosing class:
RemoteStorageProxyImpl

protected static class RemoteStorageProxyImpl.RemoteSubscription
extends com.google.gwt.core.client.JavaScriptObject


Constructor Summary
protected RemoteStorageProxyImpl.RemoteSubscription()
           
 
Method Summary
 String getId()
           
 String getName()
           
 String getUrl()
           
 void setId(String id)
           
 void setName(String name)
           
 void setUrl(String url)
           
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteStorageProxyImpl.RemoteSubscription

protected RemoteStorageProxyImpl.RemoteSubscription()
Method Detail

setId

public final void setId(@Nullable
                        String id)

getId

@Nullable
public final String getId()

setUrl

public final void setUrl(@Nullable
                         String url)

getUrl

@Nullable
public final String getUrl()

setName

public final void setName(@Nullable
                          String name)

getName

@Nullable
public final String getName()


Apache CXF