org.apache.chemistry.opencmis.commons.impl.dataobjects
Class RepositoryInfoImpl
java.lang.Object
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
org.apache.chemistry.opencmis.commons.impl.dataobjects.RepositoryInfoImpl
- All Implemented Interfaces:
- Serializable, ExtensionsData, RepositoryInfo
- Direct Known Subclasses:
- RepositoryImpl
public class RepositoryInfoImpl
- extends AbstractExtensionData
- implements RepositoryInfo
Repository info data implementation.
- See Also:
- Serialized Form
RepositoryInfoImpl
public RepositoryInfoImpl()
- Constructor.
RepositoryInfoImpl
public RepositoryInfoImpl(RepositoryInfo data)
getId
public String getId()
- Specified by:
getId
in interface RepositoryInfo
setId
public void setId(String id)
getName
public String getName()
- Specified by:
getName
in interface RepositoryInfo
setName
public void setName(String name)
getDescription
public String getDescription()
- Specified by:
getDescription
in interface RepositoryInfo
setDescription
public void setDescription(String description)
getCmisVersionSupported
public String getCmisVersionSupported()
- Specified by:
getCmisVersionSupported
in interface RepositoryInfo
setCmisVersionSupported
public void setCmisVersionSupported(String versionSupported)
getCapabilities
public RepositoryCapabilities getCapabilities()
- Specified by:
getCapabilities
in interface RepositoryInfo
setCapabilities
public void setCapabilities(RepositoryCapabilities capabilities)
getRootFolderId
public String getRootFolderId()
- Specified by:
getRootFolderId
in interface RepositoryInfo
setRootFolder
public void setRootFolder(String rootFolderId)
getAclCapabilities
public AclCapabilities getAclCapabilities()
- Specified by:
getAclCapabilities
in interface RepositoryInfo
setAclCapabilities
public void setAclCapabilities(AclCapabilities aclCapabilities)
getPrincipalIdAnonymous
public String getPrincipalIdAnonymous()
- Specified by:
getPrincipalIdAnonymous
in interface RepositoryInfo
setPrincipalAnonymous
public void setPrincipalAnonymous(String principalAnonymous)
getPrincipalIdAnyone
public String getPrincipalIdAnyone()
- Specified by:
getPrincipalIdAnyone
in interface RepositoryInfo
setPrincipalAnyone
public void setPrincipalAnyone(String principalAnyone)
getThinClientUri
public String getThinClientUri()
- Specified by:
getThinClientUri
in interface RepositoryInfo
setThinClientUri
public void setThinClientUri(String thinClientUri)
getChangesIncomplete
public Boolean getChangesIncomplete()
- Specified by:
getChangesIncomplete
in interface RepositoryInfo
setChangesIncomplete
public void setChangesIncomplete(Boolean changesIncomplete)
getChangesOnType
public List<BaseTypeId> getChangesOnType()
- Specified by:
getChangesOnType
in interface RepositoryInfo
setChangesOnType
public void setChangesOnType(List<BaseTypeId> changesOnType)
getLatestChangeLogToken
public String getLatestChangeLogToken()
- Specified by:
getLatestChangeLogToken
in interface RepositoryInfo
setLatestChangeLogToken
public void setLatestChangeLogToken(String latestChangeLogToken)
getVendorName
public String getVendorName()
- Specified by:
getVendorName
in interface RepositoryInfo
setVendorName
public void setVendorName(String vendorName)
getProductName
public String getProductName()
- Specified by:
getProductName
in interface RepositoryInfo
setProductName
public void setProductName(String productName)
getProductVersion
public String getProductVersion()
- Specified by:
getProductVersion
in interface RepositoryInfo
setProductVersion
public void setProductVersion(String productVersion)
toString
public String toString()
- Overrides:
toString
in class AbstractExtensionData
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.