Class VersionInformationSoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.VersionInformationSoapRow
VersionInformationList is used to return a list of ids, versions, and dates of last modification
for all contents of a folder.
- Since:
- 4.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Returns 'id'.booleanReturns 'isFolder'.Returns 'lastModifiedDate'.intReturns 'version'.static voidregisterTypeMappings(org.apache.axis.client.Call call) voidSets 'id'.voidsetIsFolder(boolean isFolder) Sets 'isFolder'.voidsetLastModifiedDate(Date lastModifiedDate) Sets 'lastModifiedDate'.voidsetVersion(int version) Sets 'version'.
-
Constructor Details
-
VersionInformationSoapRow
public VersionInformationSoapRow()
-
-
Method Details
-
getId
Returns 'id'. The id of the object- Returns:
- Value of 'id'.
-
setId
Sets 'id'. The id of the object- Parameters:
id- Value of 'id'.
-
getIsFolder
public boolean getIsFolder()Returns 'isFolder'. true if this object is a folder- Returns:
- Value of 'isFolder'.
-
setIsFolder
public void setIsFolder(boolean isFolder) Sets 'isFolder'. true if this object is a folder- Parameters:
isFolder- Value of 'isFolder'.
-
getVersion
public int getVersion()Returns 'version'. The version of the object- Returns:
- Value of 'version'.
-
setVersion
public void setVersion(int version) Sets 'version'. The version of the object- Parameters:
version- Value of 'version'.
-
getLastModifiedDate
Returns 'lastModifiedDate'. The date the object was last modified- Returns:
- Value of 'lastModifiedDate'.
-
setLastModifiedDate
Sets 'lastModifiedDate'. The date the object was last modified- Parameters:
lastModifiedDate- Value of 'lastModifiedDate'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-