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,FrsFile2SoapDO,FrsFileSoapDO,LinkedApplication2SoapDO,LinkedApplicationSoapDO,NewsPostSoapDO,PageComponent2SoapDO,PageComponentSoapDO,PostSoapDO,ReplicaDataSoapDO,WikiPageSoapDO
public class ItemSoapDO
extends com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
ItemSoapDO is the base class for all data objects
within the hierarchy.- Since:
- 4.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the container (folder) ID of the item.getPath()Get the pathgetTitle()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.voidSet the pathvoidSet the titleMethods inherited from class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
-
Constructor Details
-
ItemSoapDO
public ItemSoapDO()Default constructor.
-
-
Method Details
-
getPath
Get the path- Returns:
- the path
-
setPath
Set the path- Parameters:
path- the path
-
getTitle
Get the title- Returns:
- the title
-
setTitle
Set the title- Parameters:
title- the title
-
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
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.
-