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
Modifier and Type Method Description boolean
equals(Object o)
String
getDescription()
static UserBroadWorksAnywherePhoneNumberTable1Row
getFromNode(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 NodeArrayString
getPhoneNumber()
int
hashCode()
void
setDescription(String description)
void
setPhoneNumber(String phoneNumber)
String
toString()
-
Constructor Details
-
UserBroadWorksAnywherePhoneNumberTable1Row
public UserBroadWorksAnywherePhoneNumberTable1Row()
-
-
Method Details
-
getPhoneNumber
-
setPhoneNumber
-
getDescription
-
setDescription
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-