Package com.avaya.clientservices.call
Class LineAppearance
- java.lang.Object
-
- com.avaya.clientservices.call.LineAppearance
-
public class LineAppearance extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LineAppearance(int lineID, boolean isBridged, java.lang.String lineOwnerAddress)Creates a LineAppearance objectLineAppearance(int lineID, int buttonLocation, boolean isBridged, java.lang.String lineOwnerAddress)Creates a LineAppearance object
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)intgetButtonLocation()Returns the location number of the corresponding button.intgetLineID()Returns the ID of the line appearance.java.lang.StringgetLineOwnerAddress()Returns the extension number of the line appearance.inthashCode()booleanisBridged()Returns the bridged status of the line appearance.java.lang.StringtoString()
-
-
-
Constructor Detail
-
LineAppearance
public LineAppearance(int lineID, int buttonLocation, boolean isBridged, java.lang.String lineOwnerAddress)Creates a LineAppearance object- Parameters:
lineID- ID of the line appearancebuttonLocation- Location number of the corresponding button.isBridged- Is this a bridged line appearance (true) or a call appearance (false).lineOwnerAddress- The extension number of the associated call appearance for a bridged line appearance.
-
LineAppearance
public LineAppearance(int lineID, boolean isBridged, java.lang.String lineOwnerAddress)Creates a LineAppearance object- Parameters:
lineID- ID of the line appearanceisBridged- Is this a bridged line appearance (true) or a call appearance (false).lineOwnerAddress- The extension number of the associated call appearance for a bridged line appearance.
-
-
Method Detail
-
getLineID
public int getLineID()
Returns the ID of the line appearance.- Returns:
- The ID of the line appearance that is provisioned on Avaya Communication Manager.
-
getButtonLocation
public int getButtonLocation()
Returns the location number of the corresponding button.- Returns:
- The location number of the corresponding button.
-
isBridged
public boolean isBridged()
Returns the bridged status of the line appearance.- Returns:
- Will return true if the line appearance is associated with the line appearance of another extension on the Avaya Communication Manager.
-
getLineOwnerAddress
public java.lang.String getLineOwnerAddress()
Returns the extension number of the line appearance.- Returns:
- The extension number on Avaya Communication Manager that the line appearance is associated with.
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-