|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vasoftware.sf.soap44.webservices.sfmain.ObjectSoapDO
com.vasoftware.sf.soap44.webservices.sfmain.RelationshipSoapDO
public class RelationshipSoapDO
This class represents the data associated with a project.
| 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 |
|---|
public RelationshipSoapDO()
| Method Detail |
|---|
public java.lang.String getOriginKey()
public void setOriginKey(java.lang.String originKey)
originKey - Value of 'originKey'.public java.lang.String getTargetKey()
public void setTargetKey(java.lang.String targetKey)
targetKey - Value of 'targetKey'.public java.lang.String getRelationshipType()
public void setRelationshipType(java.lang.String relationshipType)
relationshipType - Value of 'relationshipType'.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - Value of 'description'.public static void registerTypeMappings(org.apache.axis.client.Call call)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||