|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.protocol.DataObject
com.genesyslab.platform.commons.protocol.runtime.CompoundValue
com.genesyslab.platform.voice.protocol.tserver.LastRemoteParty
public abstract class LastRemoteParty
Constructor Summary | |
---|---|
LastRemoteParty()
|
Method Summary | |
---|---|
static LastRemoteParty |
create()
Creates instance of LastRemoteParty with no parameters set. |
static LastRemoteParty |
create(java.lang.String lastTransferHomeLocation,
java.lang.String lastTransferOrigDN)
Creates instance of LastRemoteParty with all parameters set. |
abstract java.lang.String |
getLastTransferHomeLocation()
The home location of last remote party has initiated a transfer. |
abstract java.lang.String |
getLastTransferOrigDN()
The DN value of last remote party has initiated a transfer |
abstract void |
setLastTransferHomeLocation(java.lang.String lastTransferHomeLocation)
The home location of last remote party has initiated a transfer. |
abstract void |
setLastTransferOrigDN(java.lang.String lastTransferOrigDN)
The DN value of last remote party has initiated a transfer |
Methods inherited from class com.genesyslab.platform.commons.protocol.runtime.CompoundValue |
---|
getProtocolDescription |
Methods inherited from class com.genesyslab.platform.commons.protocol.DataObject |
---|
equals, hashCode, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LastRemoteParty()
Method Detail |
---|
public static LastRemoteParty create()
public static LastRemoteParty create(java.lang.String lastTransferHomeLocation, java.lang.String lastTransferOrigDN)
lastTransferHomeLocation
- The home location of last remote party has initiated a transfer.lastTransferOrigDN
- The DN value of last remote party has initiated a transfer
public abstract java.lang.String getLastTransferHomeLocation()
public abstract void setLastTransferHomeLocation(java.lang.String lastTransferHomeLocation)
lastTransferHomeLocation
- new value of the propertypublic abstract java.lang.String getLastTransferOrigDN()
public abstract void setLastTransferOrigDN(java.lang.String lastTransferOrigDN)
lastTransferOrigDN
- new value of the property
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |