ca.sqlpower.wabit.enterprise.client
Class WorkspaceLocation

java.lang.Object
  extended by ca.sqlpower.wabit.enterprise.client.WorkspaceLocation

@Immutable
public class WorkspaceLocation
extends java.lang.Object

Describes the location of a remote workspace.


Constructor Summary
WorkspaceLocation(java.lang.String name, java.lang.String uuid, ca.sqlpower.enterprise.client.SPServerInfo serviceInfo)
           
 
Method Summary
 java.lang.String getName()
           
 ca.sqlpower.enterprise.client.SPServerInfo getServiceInfo()
           
 java.lang.String getUuid()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkspaceLocation

public WorkspaceLocation(@Nonnull
                         java.lang.String name,
                         @Nonnull
                         java.lang.String uuid,
                         @Nonnull
                         ca.sqlpower.enterprise.client.SPServerInfo serviceInfo)
Method Detail

getName

@Nonnull
public java.lang.String getName()

getUuid

@Nonnull
public java.lang.String getUuid()

getServiceInfo

@Nonnull
public ca.sqlpower.enterprise.client.SPServerInfo getServiceInfo()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2009. All Rights Reserved.