Class SystemStateOrProvinceStateOrProvinceTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemStateOrProvinceStateOrProvinceTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class SystemStateOrProvinceStateOrProvinceTableRow
extends Object
implements BroadWorksTableRow, Serializable
Contains a 2 column table with column headings 'Key' and 'Display Name' and a row for each state or province.
- 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 NodeArraygetKey()
int
hashCode()
void
setDisplayName
(String displayName) void
toString()
-
Constructor Details
-
SystemStateOrProvinceStateOrProvinceTableRow
public SystemStateOrProvinceStateOrProvinceTableRow()
-
-
Method Details
-
getKey
-
setKey
-
getDisplayName
-
setDisplayName
-
getFromNode
public static SystemStateOrProvinceStateOrProvinceTableRow 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<SystemStateOrProvinceStateOrProvinceTableRow> 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
-