Class GroupCallCenterDnisTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupCallCenterDnisTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class GroupCallCenterDnisTableRow extends Object implements BroadWorksTableRow, Serializable
Response to the GroupCallCenterGetDNISListResponse. Contains a table with column headings: "Name", "Phone Number", "Extension", "Priority", "Is Primary DNIS".
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description GroupCallCenterDnisTableRow() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetExtension()static GroupCallCenterDnisTableRowgetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given Nodestatic List<GroupCallCenterDnisTableRow>getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArrayStringgetIsPrimaryDNIS()StringgetName()StringgetPhoneNumber()StringgetPriority()inthashCode()voidsetExtension(String extension)voidsetIsPrimaryDNIS(String isPrimaryDNIS)voidsetName(String name)voidsetPhoneNumber(String phoneNumber)voidsetPriority(String priority)StringtoString()
-
Constructor Details
-
GroupCallCenterDnisTableRow
public GroupCallCenterDnisTableRow()
-
-
Method Details
-
getName
-
setName
-
getPhoneNumber
-
setPhoneNumber
-
getExtension
-
setExtension
-
getPriority
-
setPriority
-
getIsPrimaryDNIS
-
setIsPrimaryDNIS
-
getFromNode
public static GroupCallCenterDnisTableRow getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given Node- Parameters:
n- The Node to parse for the OCI Table
-
getFromNodeArray
public static List<GroupCallCenterDnisTableRow> getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArray- Parameters:
nodeArray- The NodeArray to parse for the OCI Table
-
equals
-
hashCode
public int hashCode() -
toString
-