Class SystemDialableCallerIDCriteriaTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemDialableCallerIDCriteriaTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class SystemDialableCallerIDCriteriaTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to the SystemDialableCallerIDGetRequest. The criteria table?s column headings are ?Active?, "Name", "Description", ?Prefix Digits?, and ?Priority?.
- 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
void
setDescription
(String description) void
void
setPrefixDigits
(String prefixDigits) void
setPriority
(String priority) toString()
-
Constructor Details
-
SystemDialableCallerIDCriteriaTableRow
public SystemDialableCallerIDCriteriaTableRow()
-
-
Method Details
-
getActive
-
setActive
-
getName
-
setName
-
getDescription
-
setDescription
-
getPrefixDigits
-
setPrefixDigits
-
getPriority
-
setPriority
-
getFromNode
public static SystemDialableCallerIDCriteriaTableRow 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<SystemDialableCallerIDCriteriaTableRow> 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
-