Class GroupEnterpriseTrunkEnterpriseTrunkTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupEnterpriseTrunkEnterpriseTrunkTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class GroupEnterpriseTrunkEnterpriseTrunkTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to GroupEnterpriseTrunkGetListRequest. Contains a table of enterprise trunks defined in the enterprise The column headings are: "Enterprise Trunk Name", "Routing Type"
- 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 NodeArrayint
hashCode()
void
setEnterpriseTrunkName
(String enterpriseTrunkName) void
setRoutingType
(String routingType) toString()
-
Constructor Details
-
GroupEnterpriseTrunkEnterpriseTrunkTableRow
public GroupEnterpriseTrunkEnterpriseTrunkTableRow()
-
-
Method Details
-
getEnterpriseTrunkName
-
setEnterpriseTrunkName
-
getRoutingType
-
setRoutingType
-
getFromNode
public static GroupEnterpriseTrunkEnterpriseTrunkTableRow 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<GroupEnterpriseTrunkEnterpriseTrunkTableRow> 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
-