Class GroupHuntGroupHuntGroupTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupHuntGroupHuntGroupTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class GroupHuntGroupHuntGroupTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to the GroupHuntGroupGetInstanceListRequest. Contains a table with column headings: "Service User Id", "Name", "Phone Number", "Extension", "Department", "Is Active", "Policy". The column values for "Is Active" can either be true, or false. NOTE: prior to release 14, the policy column did not match the HuntPolicy enumerated 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 Nodestatic List<GroupHuntGroupHuntGroupTableRow>
getFromNodeArray
(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArraygetName()
int
hashCode()
void
setDepartment
(String department) void
setExtension
(String extension) void
setIsActive
(String isActive) void
void
setPhoneNumber
(String phoneNumber) void
void
setServiceUserId
(String serviceUserId) toString()
-
Constructor Details
-
GroupHuntGroupHuntGroupTableRow
public GroupHuntGroupHuntGroupTableRow()
-
-
Method Details
-
getServiceUserId
-
setServiceUserId
-
getName
-
setName
-
getPhoneNumber
-
setPhoneNumber
-
getExtension
-
setExtension
-
getDepartment
-
setDepartment
-
getIsActive
-
setIsActive
-
getPolicy
-
setPolicy
-
getFromNode
public static GroupHuntGroupHuntGroupTableRow 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<GroupHuntGroupHuntGroupTableRow> 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
-