com.vasoftware.sf.soap44.webservices.sfmain
Class RelationshipSoapDO

java.lang.Object
  extended by com.vasoftware.sf.soap44.webservices.sfmain.ObjectSoapDO
      extended by com.vasoftware.sf.soap44.webservices.sfmain.RelationshipSoapDO

public class RelationshipSoapDO
extends ObjectSoapDO

This class represents the data associated with a project.

Change History
Release: 4.3-hotfix4

Since:
4.1

Constructor Summary
RelationshipSoapDO()
           
 
Method Summary
 java.lang.String getDescription()
          Returns 'description'.
 java.lang.String getOriginKey()
          Returns 'originKey'.
 java.lang.String getRelationshipType()
          Returns 'relationshipType'.
 java.lang.String getTargetKey()
          Returns 'targetKey'.
static void registerTypeMappings(org.apache.axis.client.Call call)
           
 void setDescription(java.lang.String description)
          Sets 'description'.
 void setOriginKey(java.lang.String originKey)
          Sets 'originKey'.
 void setRelationshipType(java.lang.String relationshipType)
          Sets 'relationshipType'.
 void setTargetKey(java.lang.String targetKey)
          Sets 'targetKey'.
 
Methods inherited from class com.vasoftware.sf.soap44.webservices.sfmain.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationshipSoapDO

public RelationshipSoapDO()
Method Detail

getOriginKey

public java.lang.String getOriginKey()
Returns 'originKey'. The id of the origin object.

Returns:
Value of 'originKey'.

setOriginKey

public void setOriginKey(java.lang.String originKey)
Sets 'originKey'. The id of the origin object.

Parameters:
originKey - Value of 'originKey'.

getTargetKey

public java.lang.String getTargetKey()
Returns 'targetKey'. The id of the target object.

Returns:
Value of 'targetKey'.

setTargetKey

public void setTargetKey(java.lang.String targetKey)
Sets 'targetKey'. The id of the target object.

Parameters:
targetKey - Value of 'targetKey'.

getRelationshipType

public java.lang.String getRelationshipType()
Returns 'relationshipType'. The type of the relationship.

Returns:
Value of 'relationshipType'.

setRelationshipType

public void setRelationshipType(java.lang.String relationshipType)
Sets 'relationshipType'. The type of the relationship.

Parameters:
relationshipType - Value of 'relationshipType'.

getDescription

public java.lang.String getDescription()
Returns 'description'. The relationship description.

Returns:
Value of 'description'.

setDescription

public void setDescription(java.lang.String description)
Sets 'description'. The relationship description.

Parameters:
description - Value of 'description'.

registerTypeMappings

public static void registerTypeMappings(org.apache.axis.client.Call call)