Class RelationshipSoapDO
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
com.collabnet.ce.soap60.webservices.cemain.RelationshipSoapDO
public class RelationshipSoapDO
extends com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
This class represents the data associated with a project.
Change History
Release: 4.3-hotfix4
- Created relationship soap do.
- Since:
- 4.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'description'.Returns 'originKey'.Returns 'relationshipType'.Returns 'targetKey'.static voidregisterTypeMappings(org.apache.axis.client.Call call) voidsetDescription(String description) Sets 'description'.voidsetOriginKey(String originKey) Sets 'originKey'.voidsetRelationshipType(String relationshipType) Sets 'relationshipType'.voidsetTargetKey(String targetKey) Sets 'targetKey'.Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
-
Constructor Details
-
RelationshipSoapDO
public RelationshipSoapDO()
-
-
Method Details
-
getOriginKey
Returns 'originKey'. The id of the origin object.- Returns:
- Value of 'originKey'.
-
setOriginKey
Sets 'originKey'. The id of the origin object.- Parameters:
originKey- Value of 'originKey'.
-
getTargetKey
Returns 'targetKey'. The id of the target object.- Returns:
- Value of 'targetKey'.
-
setTargetKey
Sets 'targetKey'. The id of the target object.- Parameters:
targetKey- Value of 'targetKey'.
-
getRelationshipType
Returns 'relationshipType'. The type of the relationship.- Returns:
- Value of 'relationshipType'.
-
setRelationshipType
Sets 'relationshipType'. The type of the relationship.- Parameters:
relationshipType- Value of 'relationshipType'.
-
getDescription
Returns 'description'. The relationship description.- Returns:
- Value of 'description'.
-
setDescription
Sets 'description'. The relationship description.- Parameters:
description- Value of 'description'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-