com.jalios.jcms
Class QuotaManager.WorkspaceNode

java.lang.Object
  extended by com.jalios.jcms.QuotaManager.WorkspaceNode
Enclosing class:
QuotaManager

public static class QuotaManager.WorkspaceNode
extends Object

Inner class to save a workspace and it's level in hierarchy


Constructor Summary
QuotaManager.WorkspaceNode(Workspace wk, int level)
           
 
Method Summary
 int getLevel()
           
 Workspace getWorkspace()
           
 void setLevel(int level)
           
 void setWorkspace(Workspace wk)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuotaManager.WorkspaceNode

public QuotaManager.WorkspaceNode(Workspace wk,
                                  int level)
Method Detail

getWorkspace

public Workspace getWorkspace()

setWorkspace

public void setWorkspace(Workspace wk)

getLevel

public int getLevel()

setLevel

public void setLevel(int level)


Copyright © 2001-2010 Jalios SA. All Rights Reserved.