Class UserPersonalPhoneListPersonalPhoneListTableRow
- java.lang.Object
-
- co.ecg.alpaca.toolkit.generated.tables.UserPersonalPhoneListPersonalPhoneListTableRow
-
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class UserPersonalPhoneListPersonalPhoneListTableRow extends Object implements BroadWorksTableRow, Serializable
Response to the UserPersonalPhoneListGetPagedSortedListRequest. The response contains a user's personal 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 UserPersonalPhoneListPersonalPhoneListTableRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static UserPersonalPhoneListPersonalPhoneListTableRow
getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Nodestatic List<UserPersonalPhoneListPersonalPhoneListTableRow>
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()
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getPhoneNumber
public String getPhoneNumber()
-
setPhoneNumber
public void setPhoneNumber(String phoneNumber)
-
getFromNode
public static UserPersonalPhoneListPersonalPhoneListTableRow 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<UserPersonalPhoneListPersonalPhoneListTableRow> 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
-
-