Class SystemSecurityClassificationUsageTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemSecurityClassificationUsageTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class SystemSecurityClassificationUsageTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to the SystemSecurityClassificationGetClassificationTrunkGroupUsageListRequest. Contains a table with column headings: "Trunk Group Name","Group ID","Organization ID" and "Organization 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
setGroupID
(String groupID) void
setOrganizationID
(String organizationID) void
setOrganizationType
(String organizationType) void
setTrunkGroupName
(String trunkGroupName) toString()
-
Constructor Details
-
SystemSecurityClassificationUsageTableRow
public SystemSecurityClassificationUsageTableRow()
-
-
Method Details
-
getTrunkGroupName
-
setTrunkGroupName
-
getGroupID
-
setGroupID
-
getOrganizationID
-
setOrganizationID
-
getOrganizationType
-
setOrganizationType
-
getFromNode
public static SystemSecurityClassificationUsageTableRow 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<SystemSecurityClassificationUsageTableRow> 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
-