public class RepositoryInfoImpl extends AbstractExtensionData implements RepositoryInfo
| Constructor and Description |
|---|
RepositoryInfoImpl()
Constructor.
|
RepositoryInfoImpl(RepositoryInfo data) |
getExtensions, setExtensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExtensions, setExtensionspublic RepositoryInfoImpl()
public RepositoryInfoImpl(RepositoryInfo data)
public String getId()
getId in interface RepositoryInfopublic void setId(String id)
public String getName()
getName in interface RepositoryInfopublic void setName(String name)
public String getDescription()
getDescription in interface RepositoryInfopublic void setDescription(String description)
public String getCmisVersionSupported()
getCmisVersionSupported in interface RepositoryInfopublic void setCmisVersionSupported(String versionSupported)
public RepositoryCapabilities getCapabilities()
getCapabilities in interface RepositoryInfopublic void setCapabilities(RepositoryCapabilities capabilities)
public String getRootFolderId()
getRootFolderId in interface RepositoryInfopublic void setRootFolder(String rootFolderId)
public AclCapabilities getAclCapabilities()
getAclCapabilities in interface RepositoryInfopublic void setAclCapabilities(AclCapabilities aclCapabilities)
public String getPrincipalIdAnonymous()
getPrincipalIdAnonymous in interface RepositoryInfopublic void setPrincipalAnonymous(String principalAnonymous)
public String getPrincipalIdAnyone()
getPrincipalIdAnyone in interface RepositoryInfopublic void setPrincipalAnyone(String principalAnyone)
public String getThinClientUri()
getThinClientUri in interface RepositoryInfopublic void setThinClientUri(String thinClientUri)
public Boolean getChangesIncomplete()
getChangesIncomplete in interface RepositoryInfopublic void setChangesIncomplete(Boolean changesIncomplete)
public List<BaseTypeId> getChangesOnType()
getChangesOnType in interface RepositoryInfopublic void setChangesOnType(List<BaseTypeId> changesOnType)
public String getLatestChangeLogToken()
getLatestChangeLogToken in interface RepositoryInfopublic void setLatestChangeLogToken(String latestChangeLogToken)
public String getVendorName()
getVendorName in interface RepositoryInfopublic void setVendorName(String vendorName)
public String getProductName()
getProductName in interface RepositoryInfopublic void setProductName(String productName)
public String getProductVersion()
getProductVersion in interface RepositoryInfopublic void setProductVersion(String productVersion)
public String toString()
toString in class AbstractExtensionDataCopyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.