Class SystemGETSAvpCodeMapAvpCodeTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemGETSAvpCodeMapAvpCodeTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class SystemGETSAvpCodeMapAvpCodeTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to SystemGETSAvpCodeMapGetListRequest. The table columns are: "AVP Code" and "Vendor ID".
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getFromNode
(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 NodeArrayint
hashCode()
void
setAVPCode
(String aVPCode) void
setVendorID
(String vendorID) toString()
-
Constructor Details
-
SystemGETSAvpCodeMapAvpCodeTableRow
public SystemGETSAvpCodeMapAvpCodeTableRow()
-
-
Method Details
-
getAVPCode
-
setAVPCode
-
getVendorID
-
setVendorID
-
getFromNode
public static SystemGETSAvpCodeMapAvpCodeTableRow 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<SystemGETSAvpCodeMapAvpCodeTableRow> 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
-