com.vasoftware.sf.soap44.webservices.sfmain
Class GenericFolderSoapDO

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.sfmain.GenericFolderSoapDO

public class GenericFolderSoapDO
extends FolderSoapDO

This is a generic folder soap do. It provides nothing on top of the FolderSoapDO abstract class but allows the GenericFolderSoapDOMarshaler to marshal a FolderDO into a concrete soap data structure.

Version:
$Revision: 1.2 $ $Date: 2007/05/24 00:53:59 $
Author:
Ariel Garza

Constructor Summary
GenericFolderSoapDO()
           
 
Method Summary
 
Methods inherited from class com.vasoftware.sf.soap44.webservices.sfmain.FolderSoapDO
getDescription, getParentFolderId, getPath, getProjectId, getTitle, registerTypeMappings, 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

GenericFolderSoapDO

public GenericFolderSoapDO()