Class SystemXsiPolicyProfileSpTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemXsiPolicyProfileSpTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class SystemXsiPolicyProfileSpTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to SystemXsiPolicyProfileUsageGetListRequest. Contains a table with column headings: "Organization ID", "Organization Name", "Organization Type" and "Reseller Id".
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given Nodestatic List<SystemXsiPolicyProfileSpTableRow>getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArrayinthashCode()voidsetOrganizationID(String organizationID) voidsetOrganizationName(String organizationName) voidsetOrganizationType(String organizationType) voidsetResellerId(String resellerId) toString()
-
Constructor Details
-
SystemXsiPolicyProfileSpTableRow
public SystemXsiPolicyProfileSpTableRow()
-
-
Method Details
-
getOrganizationID
-
setOrganizationID
-
getOrganizationName
-
setOrganizationName
-
getOrganizationType
-
setOrganizationType
-
getResellerId
-
setResellerId
-
getFromNode
public static SystemXsiPolicyProfileSpTableRow 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<SystemXsiPolicyProfileSpTableRow> 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
-