Class SystemAccountingInhibitedAttributeValuePairCodeInhibitedAttributeValuePairCodeTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemAccountingInhibitedAttributeValuePairCodeInhibitedAttributeValuePairCodeTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class SystemAccountingInhibitedAttributeValuePairCodeInhibitedAttributeValuePairCodeTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to SystemAccountingInhibitedAttributeValuePairCodeGetListRequest. Contains a 2 column table with column headings "Attribute Value Pair Code" and "Vendor Id".
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription -
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
setAttributeValuePairCode
(String attributeValuePairCode) void
setVendorId
(String vendorId) toString()
-
Constructor Details
-
SystemAccountingInhibitedAttributeValuePairCodeInhibitedAttributeValuePairCodeTableRow
public SystemAccountingInhibitedAttributeValuePairCodeInhibitedAttributeValuePairCodeTableRow()
-
-
Method Details
-
getAttributeValuePairCode
-
setAttributeValuePairCode
-
getVendorId
-
setVendorId
-
getFromNode
public static SystemAccountingInhibitedAttributeValuePairCodeInhibitedAttributeValuePairCodeTableRow 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<SystemAccountingInhibitedAttributeValuePairCodeInhibitedAttributeValuePairCodeTableRow> 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
-