org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects
Class RepositoryWorkspace

java.lang.Object
  extended by org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects.AtomBase
      extended by org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects.RepositoryWorkspace
All Implemented Interfaces:
Serializable

public class RepositoryWorkspace
extends AtomBase

Author:
Florian Müller
See Also:
Serialized Form

Constructor Summary
RepositoryWorkspace()
           
 
Method Summary
 String getId()
           
 String getType()
           
 void setId(String id)
           
 String toString()
           
 
Methods inherited from class org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects.AtomBase
addElement, getElements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepositoryWorkspace

public RepositoryWorkspace()
Method Detail

getType

public String getType()
Specified by:
getType in class AtomBase

getId

public String getId()

setId

public void setId(String id)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.