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.ObjectSoapDOThis class represents the data associated with a project.Change HistoryRelease: 4.3-hotfix4- Created relationship soap do.
- Since:
- 4.1
-
-
Constructor Summary
Constructors Constructor Description RelationshipSoapDO()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Returns 'description'.StringgetOriginKey()Returns 'originKey'.StringgetRelationshipType()Returns 'relationshipType'.StringgetTargetKey()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'.
-
-
-
Method Detail
-
getOriginKey
public String getOriginKey()
Returns 'originKey'. The id of the origin object.- Returns:
- Value of 'originKey'.
-
setOriginKey
public void setOriginKey(String originKey)
Sets 'originKey'. The id of the origin object.- Parameters:
originKey- Value of 'originKey'.
-
getTargetKey
public String getTargetKey()
Returns 'targetKey'. The id of the target object.- Returns:
- Value of 'targetKey'.
-
setTargetKey
public void setTargetKey(String targetKey)
Sets 'targetKey'. The id of the target object.- Parameters:
targetKey- Value of 'targetKey'.
-
getRelationshipType
public String getRelationshipType()
Returns 'relationshipType'. The type of the relationship.- Returns:
- Value of 'relationshipType'.
-
setRelationshipType
public void setRelationshipType(String relationshipType)
Sets 'relationshipType'. The type of the relationship.- Parameters:
relationshipType- Value of 'relationshipType'.
-
getDescription
public String getDescription()
Returns 'description'. The relationship description.- Returns:
- Value of 'description'.
-
setDescription
public void setDescription(String description)
Sets 'description'. The relationship description.- Parameters:
description- Value of 'description'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-