Class GroupTrunkGroupTrunkGroupTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupTrunkGroupTrunkGroupTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class GroupTrunkGroupTrunkGroupTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to GroupTrunkGroupGetInstanceListRequest14sp4. Contains a table with column headings "Name", "Department", "Device Name", "Device Level", "Group Id". The "Device Level" column contains one of the AccessDeviceLevel enumerated constants.
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAccessDevice(BroadWorksServer broadWorksServer) 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()inthashCode()voidsetDepartment(String department) voidsetDeviceLevel(String deviceLevel) voidsetDeviceName(String deviceName) voidsetGroupId(String groupId) voidtoString()
-
Constructor Details
-
GroupTrunkGroupTrunkGroupTableRow
public GroupTrunkGroupTrunkGroupTableRow()
-
-
Method Details
-
getName
-
setName
-
getDepartment
-
setDepartment
-
getDeviceName
-
setDeviceName
-
getDeviceLevel
-
setDeviceLevel
-
getGroupId
-
setGroupId
-
getAccessDevice
-
getFromNode
public static GroupTrunkGroupTrunkGroupTableRow 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<GroupTrunkGroupTrunkGroupTableRow> 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
-