Class UserGroupCommonPhoneListGroupCommonPhoneListTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.UserGroupCommonPhoneListGroupCommonPhoneListTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class UserGroupCommonPhoneListGroupCommonPhoneListTableRow extends Object implements BroadWorksTableRow, Serializable
Response to the UserGroupCommonPhoneListGetPagedSortedListRequest. The response contains the group's common phone list. The response contains a table with column headings: "Name" and "Phone Number".
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description UserGroupCommonPhoneListGroupCommonPhoneListTableRow()
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
static UserGroupCommonPhoneListGroupCommonPhoneListTableRow
getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Nodestatic List<UserGroupCommonPhoneListGroupCommonPhoneListTableRow>
getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArrayString
getName()
String
getPhoneNumber()
int
hashCode()
void
setName(String name)
void
setPhoneNumber(String phoneNumber)
String
toString()
-
Constructor Details
-
UserGroupCommonPhoneListGroupCommonPhoneListTableRow
public UserGroupCommonPhoneListGroupCommonPhoneListTableRow()
-
-
Method Details
-
getName
-
setName
-
getPhoneNumber
-
setPhoneNumber
-
getFromNode
public static UserGroupCommonPhoneListGroupCommonPhoneListTableRow 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<UserGroupCommonPhoneListGroupCommonPhoneListTableRow> 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
-