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

java.lang.Object
  extended by com.vasoftware.sf.soap44.webservices.sfmain.ObjectSoapDO
      extended by com.vasoftware.sf.soap44.webservices.sfmain.ItemSoapDO
Direct Known Subclasses:
ArtifactSoapDO, CommitSoapDO, DocumentSoapDO, FrsFileSoapDO, NewsPostSoapDO, PostSoapDO, TaskSoapDO, WikiPageSoapDO

public class ItemSoapDO
extends ObjectSoapDO

ItemSoapDO is the base class for all data objects within the hierarchy.

Since:
4.1
Version:
$Revision: 1.2 $
Author:
Chary Aasuri

Constructor Summary
ItemSoapDO()
          Default constructor.
 
Method Summary
 java.lang.String getFolderId()
          Returns the container (folder) ID of the item.
 java.lang.String getPath()
          Get the path
 java.lang.String getTitle()
          Get the title
static void registerTypeMappings(org.apache.axis.client.Call call)
          Registers SOAP type mappings.
 void setFolderId(java.lang.String folderId)
          Sets the container (folder) ID of the item.
 void setPath(java.lang.String path)
          Set the path
 void setTitle(java.lang.String title)
          Set the title
 
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

ItemSoapDO

public ItemSoapDO()
Default constructor.

Method Detail

getPath

public java.lang.String getPath()
Get the path

Returns:
the path

setPath

public void setPath(java.lang.String path)
Set the path

Parameters:
path - the path

getTitle

public java.lang.String getTitle()
Get the title

Returns:
the title

setTitle

public void setTitle(java.lang.String title)
Set the title

Parameters:
title - the title

getFolderId

public java.lang.String getFolderId()
Returns the container (folder) ID of the item. A container (folder) refers to a tracker, task folder, document folder, repository, etc.

Returns:
Item's container (folder) id.

setFolderId

public void setFolderId(java.lang.String folderId)
Sets the container (folder) ID of the item. A container (folder) refers to a tracker, task folder, document folder, repository, etc.

Parameters:
folderId - Item's container (folder) id.

registerTypeMappings

public static void registerTypeMappings(org.apache.axis.client.Call call)
Registers SOAP type mappings.

Parameters:
call - Soap call.