Class SystemLicensingSubscriberLicenseTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemLicensingSubscriberLicenseTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,java.io.Serializable
public class SystemLicensingSubscriberLicenseTableRow extends java.lang.Object implements BroadWorksTableRow, java.io.Serializable
Response to SystemLicensingGetRequest14sp3. The subscriber license table columns are: "Name", "Licensed", "Used" and "Available". The group service license table columns are: "Name", "Licensed", "Used" and "Available". The virtual service license table columns are: "Name", "Licensed", "Used" and "Available". The user service license table columns are: "Name", "Licensed", "Used", "Used By Hosted Users", "Used By Trunk Users", "Available" and "Expiration Date". The system param license table columns are: "Name", "Licensed", "Used", Available".
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SystemLicensingSubscriberLicenseTableRow()
-
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getAvailable()
static SystemLicensingSubscriberLicenseTableRow
getFromNode(org.w3c.dom.Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Nodestatic java.util.List<SystemLicensingSubscriberLicenseTableRow>
getFromNodeArray(org.w3c.dom.Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArrayjava.lang.String
getLicensed()
java.lang.String
getName()
java.lang.String
getUsed()
int
hashCode()
void
setAvailable(java.lang.String available)
void
setLicensed(java.lang.String licensed)
void
setName(java.lang.String name)
void
setUsed(java.lang.String used)
-
Constructor Details
-
SystemLicensingSubscriberLicenseTableRow
public SystemLicensingSubscriberLicenseTableRow()
-
-
Method Details
-
getName
public java.lang.String getName() -
setName
public void setName(java.lang.String name) -
getLicensed
public java.lang.String getLicensed() -
setLicensed
public void setLicensed(java.lang.String licensed) -
getUsed
public java.lang.String getUsed() -
setUsed
public void setUsed(java.lang.String used) -
getAvailable
public java.lang.String getAvailable() -
setAvailable
public void setAvailable(java.lang.String available) -
getFromNode
public static SystemLicensingSubscriberLicenseTableRow getFromNode(org.w3c.dom.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 java.util.List<SystemLicensingSubscriberLicenseTableRow> getFromNodeArray(org.w3c.dom.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
public boolean equals(java.lang.Object o)- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-