org.eaglei.datatools
Class Workspace

java.lang.Object
  extended by org.eaglei.datatools.Workspace
All Implemented Interfaces:
java.io.Serializable

public class Workspace
extends java.lang.Object
implements java.io.Serializable

User Workspace representation. User class hold collections of these classes .

See Also:
Serialized Form

Constructor Summary
Workspace(java.lang.String workspaceName, org.eaglei.model.EIURI workspaceURI, org.eaglei.model.EIURI typeURI, boolean isWritable)
           
 
Method Summary
 org.eaglei.model.EIURI getTypeURI()
           
 java.lang.String getWorkspaceName()
           
 org.eaglei.model.EIURI getWorkspaceURI()
           
 boolean isWritable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Workspace

public Workspace(java.lang.String workspaceName,
                 org.eaglei.model.EIURI workspaceURI,
                 org.eaglei.model.EIURI typeURI,
                 boolean isWritable)
Method Detail

getWorkspaceName

public java.lang.String getWorkspaceName()

getWorkspaceURI

public org.eaglei.model.EIURI getWorkspaceURI()

isWritable

public boolean isWritable()

getTypeURI

public org.eaglei.model.EIURI getTypeURI()


Copyright © 2009-2010 Eagle-I. All Rights Reserved.