Class GroupCallingPlanDigitPatternTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupCallingPlanDigitPatternTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class GroupCallingPlanDigitPatternTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to GroupCallingPlanGetDigitPatternListRequest. Contains a table with column headings: "Name", "Digit Pattern".
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getFromNode
(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given NodegetFromNodeArray
(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArraygetName()
int
hashCode()
void
setDigitPattern
(String digitPattern) void
toString()
-
Constructor Details
-
GroupCallingPlanDigitPatternTableRow
public GroupCallingPlanDigitPatternTableRow()
-
-
Method Details
-
getName
-
setName
-
getDigitPattern
-
setDigitPattern
-
getFromNode
public static GroupCallingPlanDigitPatternTableRow 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<GroupCallingPlanDigitPatternTableRow> 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
-