Class UserGroupPagingPagingGroupTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.UserGroupPagingPagingGroupTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class UserGroupPagingPagingGroupTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to the UserGroupPagingGetListRequest. The groupPagingTable contains columns: "Name", "Phone Number", "Extension" and "Is Active" The column value for "Is Active" can either be true, or false.
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFromNode(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()voidsetExtension(String extension) voidsetIsActive(String isActive) voidvoidsetPhoneNumber(String phoneNumber) toString()
-
Constructor Details
-
UserGroupPagingPagingGroupTableRow
public UserGroupPagingPagingGroupTableRow()
-
-
Method Details
-
getName
-
setName
-
getPhoneNumber
-
setPhoneNumber
-
getExtension
-
setExtension
-
getIsActive
-
setIsActive
-
getFromNode
public static UserGroupPagingPagingGroupTableRow 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<UserGroupPagingPagingGroupTableRow> 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
-