cisco.uc.cuae.legacy
Class JTapi.JTapiAddressAddedToTerminalOptions

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

public static class JTapi.JTapiAddressAddedToTerminalOptions
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 was added.
 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.JTapiAddressAddedToTerminalOptions()
          Constructs the JTapiAddressAddedToTerminalOptions.
JTapi.JTapiAddressAddedToTerminalOptions(java.lang.String lineDN, java.lang.String deviceName, java.lang.String partition)
          Constructs the JTapiAddressAddedToTerminalOptions.
 
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

lineDN

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


deviceName

public java.lang.String deviceName
The name of the device on which the address was added.


partition

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

Constructor Detail

JTapi.JTapiAddressAddedToTerminalOptions

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


JTapi.JTapiAddressAddedToTerminalOptions

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

Parameters:
lineDN - The line directory number mapped on the device. lineDN
deviceName - The name of the device on which the address was added. deviceName
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

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.

getDeviceName

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

Returns:
the value.

setDeviceName

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

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.