org.xcmis.spi.model
Class RepositoryShortInfo
java.lang.Object
org.xcmis.spi.model.RepositoryShortInfo
- All Implemented Interfaces:
- Comparable<RepositoryShortInfo>
public class RepositoryShortInfo
- extends Object
- implements Comparable<RepositoryShortInfo>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
repositoryId
protected String repositoryId
repositoryName
protected String repositoryName
rootFolderId
protected String rootFolderId
RepositoryShortInfo
public RepositoryShortInfo(String repositoryId)
RepositoryShortInfo
public RepositoryShortInfo(String storageId,
String storageName)
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 © 2011 eXo Platform SAS. All Rights Reserved.