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 canAdd, boolean canDelete)
           
 
Method Summary
 boolean canAdd()
           
 boolean canDelete()
           
 org.eaglei.model.EIURI getTypeURI()
           
 java.lang.String getWorkspaceName()
           
 org.eaglei.model.EIURI getWorkspaceURI()
           
 
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 canAdd,
                 boolean canDelete)
Method Detail

getWorkspaceName

public java.lang.String getWorkspaceName()

getWorkspaceURI

public org.eaglei.model.EIURI getWorkspaceURI()

canAdd

public boolean canAdd()

canDelete

public boolean canDelete()

getTypeURI

public org.eaglei.model.EIURI getTypeURI()


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