cisco.uc.cuae.legacy
Class JTapi.JTapiParkCallResult

java.lang.Object
  extended by cisco.uc.cuae.legacy.JTapi.JTapiParkCallResult
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
JTapi

public static class JTapi.JTapiParkCallResult
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String parkDN
          The number on which the call is parked.
 CuaeCommon.CuaeResult returnValue
           
 
Constructor Summary
JTapi.JTapiParkCallResult()
          Constructs the JTapiParkCallResult.
JTapi.JTapiParkCallResult(CuaeCommon.CuaeResult returnValue, java.lang.String parkDN)
          Constructs the JTapiParkCallResult.
 
Method Summary
 java.lang.String getParkDN()
          Gets the value.
 CuaeCommon.CuaeResult getReturnValue()
          Gets the value.
 void setParkDN(java.lang.String value)
          Sets the value.
 void setReturnValue(CuaeCommon.CuaeResult value)
          Sets the value.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

returnValue

public CuaeCommon.CuaeResult returnValue

parkDN

public java.lang.String parkDN
The number on which the call is parked. This is the number to be dialled to unpark the call.

Constructor Detail

JTapi.JTapiParkCallResult

public JTapi.JTapiParkCallResult()
Constructs the JTapiParkCallResult. Don't init any fields.


JTapi.JTapiParkCallResult

public JTapi.JTapiParkCallResult(CuaeCommon.CuaeResult returnValue,
                                 java.lang.String parkDN)
Constructs the JTapiParkCallResult.

Parameters:
parkDN - The number on which the call is parked. This is the number to be dialled parkDN to unpark the call. parkDN
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getReturnValue

public CuaeCommon.CuaeResult getReturnValue()
Gets the value.

Returns:
the value.

setReturnValue

public void setReturnValue(CuaeCommon.CuaeResult value)
Sets the value.

Parameters:
value - the value.

getParkDN

public java.lang.String getParkDN()
Gets the value. The number on which the call is parked. This is the number to be dialled to unpark the call.

Returns:
the value.

setParkDN

public void setParkDN(java.lang.String value)
Sets the value. The number on which the call is parked. This is the number to be dialled to unpark the call.

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.