Class ItemSoapDO
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
-
- com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
-
- Direct Known Subclasses:
Artifact2SoapDO,Artifact3SoapDO,ArtifactSoapDO,Commit2SoapDO,CommitSoapDO,Document2SoapDO,Document3SoapDO,DocumentReviewSoapDO,DocumentSoapDO,FrsFileSoapDO,LinkedApplication2SoapDO,LinkedApplicationSoapDO,NewsPostSoapDO,PageComponent2SoapDO,PageComponentSoapDO,PostSoapDO,ReplicaDataSoapDO,WikiPageSoapDO
public class ItemSoapDO extends com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDOItemSoapDOis the base class for all data objects within the hierarchy.- Since:
- 4.1
-
-
Constructor Summary
Constructors Constructor Description ItemSoapDO()Default constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFolderId()Returns the container (folder) ID of the item.StringgetPath()Get the pathStringgetTitle()Get the titlestatic voidregisterTypeMappings(org.apache.axis.client.Call call)Registers SOAP type mappings.voidsetFolderId(String folderId)Sets the container (folder) ID of the item.voidsetPath(String path)Set the pathvoidsetTitle(String title)Set the title
-
-
-
Method Detail
-
getPath
public String getPath()
Get the path- Returns:
- the path
-
setPath
public void setPath(String path)
Set the path- Parameters:
path- the path
-
getTitle
public String getTitle()
Get the title- Returns:
- the title
-
setTitle
public void setTitle(String title)
Set the title- Parameters:
title- the title
-
getFolderId
public String getFolderId()
Returns the container (folder) ID of the item. A container (folder) refers to a tracker, document folder, repository, etc.- Returns:
- Item's container (folder) id.
-
setFolderId
public void setFolderId(String folderId)
Sets the container (folder) ID of the item. A container (folder) refers to a tracker, 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.
-
-