cisco.uc.cuae.legacy
Class JTapi.JTapiAddressOutServiceOptions

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String deviceName
          The name of the device on which the address is mapped.
 java.lang.String lineDN
          The line directory number mapped on the device.
 java.lang.String partition
          Name of the partition from which the event is triggered.
 
Constructor Summary
JTapi.JTapiAddressOutServiceOptions()
          Constructs the JTapiAddressOutServiceOptions.
JTapi.JTapiAddressOutServiceOptions(java.lang.String deviceName, java.lang.String lineDN, java.lang.String partition)
          Constructs the JTapiAddressOutServiceOptions.
 
Method Summary
 java.lang.String getDeviceName()
          Gets the value.
 java.lang.String getLineDN()
          Gets the value.
 java.lang.String getPartition()
          Gets the value.
 void setDeviceName(java.lang.String value)
          Sets the value.
 void setLineDN(java.lang.String value)
          Sets the value.
 void setPartition(java.lang.String 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

deviceName

public java.lang.String deviceName
The name of the device on which the address is mapped.


lineDN

public java.lang.String lineDN
The line directory number mapped on the device.


partition

public java.lang.String partition
Name of the partition from which the event is triggered.

Constructor Detail

JTapi.JTapiAddressOutServiceOptions

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


JTapi.JTapiAddressOutServiceOptions

public JTapi.JTapiAddressOutServiceOptions(java.lang.String deviceName,
                                           java.lang.String lineDN,
                                           java.lang.String partition)
Constructs the JTapiAddressOutServiceOptions.

Parameters:
deviceName - The name of the device on which the address is mapped. deviceName
lineDN - The line directory number mapped on the device. lineDN
partition - Name of the partition from which the event is triggered.
Method Detail

toString

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

getDeviceName

public java.lang.String getDeviceName()
Gets the value. The name of the device on which the address is mapped.

Returns:
the value.

setDeviceName

public void setDeviceName(java.lang.String value)
Sets the value. The name of the device on which the address is mapped.

Parameters:
value - the value.

getLineDN

public java.lang.String getLineDN()
Gets the value. The line directory number mapped on the device.

Returns:
the value.

setLineDN

public void setLineDN(java.lang.String value)
Sets the value. The line directory number mapped on the device.

Parameters:
value - the value.

getPartition

public java.lang.String getPartition()
Gets the value. Name of the partition from which the event is triggered.

Returns:
the value.

setPartition

public void setPartition(java.lang.String value)
Sets the value. Name of the partition from which the event is triggered.

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.