org.xcmis.spi.model
Class RepositoryShortInfo

java.lang.Object
  extended by org.xcmis.spi.model.RepositoryShortInfo
All Implemented Interfaces:
Comparable<RepositoryShortInfo>

public class RepositoryShortInfo
extends Object
implements Comparable<RepositoryShortInfo>


Field Summary
protected  String repositoryId
           
protected  String repositoryName
           
protected  String rootFolderId
           
 
Constructor Summary
RepositoryShortInfo(String repositoryId)
           
RepositoryShortInfo(String storageId, String storageName)
           
 
Method Summary
 int compareTo(RepositoryShortInfo o)
          
 String getRepositoryId()
           
 String getRepositoryName()
           
 String getRootFolderId()
           
 void setRootFolderId(String rootFolderId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

repositoryId

protected String repositoryId

repositoryName

protected String repositoryName

rootFolderId

protected String rootFolderId
Constructor Detail

RepositoryShortInfo

public RepositoryShortInfo(String repositoryId)

RepositoryShortInfo

public RepositoryShortInfo(String storageId,
                           String storageName)
Method Detail

getRepositoryId

public String getRepositoryId()

getRepositoryName

public String getRepositoryName()

getRootFolderId

public String getRootFolderId()

setRootFolderId

public void setRootFolderId(String rootFolderId)

compareTo

public int compareTo(RepositoryShortInfo o)

Specified by:
compareTo in interface Comparable<RepositoryShortInfo>


Copyright © 2010 eXo Platform SAS. All Rights Reserved.