org.eaglei.datatools
Class Workspace
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Workspace
public Workspace(java.lang.String workspaceName,
org.eaglei.model.EIURI workspaceURI,
org.eaglei.model.EIURI typeURI,
boolean isWritable)
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.