Class TrackerUnitSoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.tracker.TrackerUnitSoapRow
Represents a list of tracker units.
Each row within a tracker unit list is represented by the TrackerUnitSoapRow class.
Change History
Release: 6.2
- Initial version
- Since:
- 6.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Returns 'baseUnitMultiplier'.Returns 'conversionUnitId'.int
Returns 'conversionUnitMultiplier'.int
Returns 'displayOrder'.getId()
Returns 'id'.Returns 'lastEditedDate'.getName()
Returns 'name'.Returns 'projectId'.int
Returns 'version'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setBaseUnitMultiplier
(int baseUnitMultiplier) Sets 'baseUnitMultiplier'.void
setConversionUnitId
(String conversionUnitId) Sets 'conversionUnitId'.void
setConversionUnitMultiplier
(int conversionUnitMultiplier) Sets 'conversionUnitMultiplier'.void
setDisplayOrder
(int displayOrder) Sets 'displayOrder'.void
Sets 'id'.void
setLastEditedDate
(Date lastEditedDate) Sets 'lastEditedDate'.void
Sets 'name'.void
setProjectId
(String projectId) Sets 'projectId'.void
setVersion
(int version) Sets 'version'.
-
Constructor Details
-
TrackerUnitSoapRow
public TrackerUnitSoapRow()
-
-
Method Details
-
getId
Returns 'id'. The id of the unit- Returns:
- Value of 'id'.
-
setId
Sets 'id'. The id of the unit- Parameters:
id
- Value of 'id'.
-
getVersion
public int getVersion()Returns 'version'. The version of the unit- Returns:
- Value of 'version'.
-
setVersion
public void setVersion(int version) Sets 'version'. The version of the unit- Parameters:
version
- Value of 'version'.
-
getLastEditedDate
Returns 'lastEditedDate'. When details of the unit were last changed- Returns:
- Value of 'lastEditedDate'.
-
setLastEditedDate
Sets 'lastEditedDate'. When details of the unit were last changed- Parameters:
lastEditedDate
- Value of 'lastEditedDate'.
-
getName
Returns 'name'. The unit name- Returns:
- Value of 'name'.
-
setName
Sets 'name'. The unit name- Parameters:
name
- Value of 'name'.
-
getProjectId
Returns 'projectId'. The project id- Returns:
- Value of 'projectId'.
-
setProjectId
Sets 'projectId'. The project id- Parameters:
projectId
- Value of 'projectId'.
-
getBaseUnitMultiplier
public int getBaseUnitMultiplier()Returns 'baseUnitMultiplier'. The base unit multiplier- Returns:
- Value of 'baseUnitMultiplier'.
-
setBaseUnitMultiplier
public void setBaseUnitMultiplier(int baseUnitMultiplier) Sets 'baseUnitMultiplier'. The base unit multiplier- Parameters:
baseUnitMultiplier
- Value of 'baseUnitMultiplier'.
-
getConversionUnitId
Returns 'conversionUnitId'. The conversion unit id- Returns:
- Value of 'conversionUnitId'.
-
setConversionUnitId
Sets 'conversionUnitId'. The conversion unit id- Parameters:
conversionUnitId
- Value of 'conversionUnitId'.
-
getConversionUnitMultiplier
public int getConversionUnitMultiplier()Returns 'conversionUnitMultiplier'. The conversion unit multiplier- Returns:
- Value of 'conversionUnitMultiplier'.
-
setConversionUnitMultiplier
public void setConversionUnitMultiplier(int conversionUnitMultiplier) Sets 'conversionUnitMultiplier'. The conversion unit multiplier- Parameters:
conversionUnitMultiplier
- Value of 'conversionUnitMultiplier'.
-
getDisplayOrder
public int getDisplayOrder()Returns 'displayOrder'. The display order- Returns:
- Value of 'displayOrder'.
-
setDisplayOrder
public void setDisplayOrder(int displayOrder) Sets 'displayOrder'. The display order- Parameters:
displayOrder
- Value of 'displayOrder'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-