public class TransitionLink extends ServiceDataObject implements Serializable
Constructor and Description |
---|
TransitionLink() |
Modifier and Type | Method and Description |
---|---|
int |
getDestinationActivity()
Gets the ID of the destination Activity.
|
int |
getSourceActivity()
Gets the ID of the source Activity.
|
TransitionType |
getTransitionType()
Gets the TransitionType of the link between Activities.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setDestinationActivity(int value)
Sets the ID of the destination Activity.
|
void |
setSourceActivity(int value)
Sets the ID of the source Activity.
|
void |
setTransitionType(TransitionType value)
Sets the TransitionType of the link between Activities.
|
com.opentext.api.LLValue |
toLLValue()
Serialize an SDO object to an LLValue that can be sent to Livelink.
|
String |
toString()
Returns a string representation of the object consisting of the object name
and any features and their values within square brackets.
|
public void setDestinationActivity(int value)
public int getDestinationActivity()
public void setSourceActivity(int value)
public int getSourceActivity()
public void setTransitionType(TransitionType value)
public TransitionType getTransitionType()
public void load(com.opentext.api.LLValue value)
IServiceDataObject
load
in interface IServiceDataObject
load
in class ServiceDataObject
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
toLLValue
in class ServiceDataObject
public String toString()
ServiceDataObject
toString
in class ServiceDataObject
© Copyright 2017 OpenText Corp. All Rights Reserved.