com.vasoftware.sf.soap44.webservices.docman
Class DocumentFolderSoapDO

java.lang.Object
  extended by com.vasoftware.sf.soap44.webservices.sfmain.ObjectSoapDO
      extended by com.vasoftware.sf.soap44.webservices.sfmain.FolderSoapDO
          extended by com.vasoftware.sf.soap44.webservices.docman.DocumentFolderSoapDO

public class DocumentFolderSoapDO
extends FolderSoapDO

A document folder is a collection of one or more documents. Document folders can also contain other document folders.

Since:
4.2

Constructor Summary
DocumentFolderSoapDO()
           
 
Method Summary
static void registerTypeMappings(org.apache.axis.client.Call call)
           
 
Methods inherited from class com.vasoftware.sf.soap44.webservices.sfmain.FolderSoapDO
getDescription, getParentFolderId, getPath, getProjectId, getTitle, setDescription, setParentFolderId, setPath, setProjectId, setTitle
 
Methods inherited from class com.vasoftware.sf.soap44.webservices.sfmain.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentFolderSoapDO

public DocumentFolderSoapDO()
Method Detail

registerTypeMappings

public static void registerTypeMappings(org.apache.axis.client.Call call)