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