org.jboss.dna.web.jcr.rest.model
Class WorkspaceEntry

java.lang.Object
  extended by org.jboss.dna.web.jcr.rest.model.WorkspaceEntry

public class WorkspaceEntry
extends Object


Constructor Summary
WorkspaceEntry()
           
WorkspaceEntry(String contextName, String repositoryName, String workspaceName)
           
 
Method Summary
 String getName()
           
 WorkspaceResources getResources()
           
 void setName(String name)
           
 void setResources(WorkspaceResources resources)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkspaceEntry

public WorkspaceEntry()

WorkspaceEntry

public WorkspaceEntry(String contextName,
                      String repositoryName,
                      String workspaceName)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getResources

public WorkspaceResources getResources()

setResources

public void setResources(WorkspaceResources resources)


Copyright © 2008-2009 JBoss, a division of Red Hat. All Rights Reserved.