Class SystemDomainDomainTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemDomainDomainTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
Contains a table of all matching system-level domain names and all matching reseller level domains. The column headings are: "Domain Name" and "Reseller Id".
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic SystemDomainDomainTableRowgetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given Nodestatic List<SystemDomainDomainTableRow>getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArrayinthashCode()voidsetDomainName(String domainName) voidsetResellerId(String resellerId) toString()
-
Constructor Details
-
SystemDomainDomainTableRow
public SystemDomainDomainTableRow()
-
-
Method Details
-
getDomainName
-
setDomainName
-
getResellerId
-
setResellerId
-
getFromNode
public static SystemDomainDomainTableRow 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<SystemDomainDomainTableRow> 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
-