Class UserBroadWorksAnywherePhoneNumberTable1Row
- java.lang.Object
-
- co.ecg.alpaca.toolkit.generated.tables.UserBroadWorksAnywherePhoneNumberTable1Row
-
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class UserBroadWorksAnywherePhoneNumberTable1Row extends Object implements BroadWorksTableRow, Serializable
Response to the UserBroadWorksAnywhereGetRequest16sp2. The phoneNumberTable contains columns: "Phone Number", "Description"- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserBroadWorksAnywherePhoneNumberTable1Row()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDescription()static UserBroadWorksAnywherePhoneNumberTable1RowgetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given Nodestatic List<UserBroadWorksAnywherePhoneNumberTable1Row>getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArrayStringgetPhoneNumber()inthashCode()voidsetDescription(String description)voidsetPhoneNumber(String phoneNumber)StringtoString()
-
-
-
Method Detail
-
getPhoneNumber
public String getPhoneNumber()
-
setPhoneNumber
public void setPhoneNumber(String phoneNumber)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getFromNode
public static UserBroadWorksAnywherePhoneNumberTable1Row 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<UserBroadWorksAnywherePhoneNumberTable1Row> 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
-
-