public class SystemLicensingGroupServiceLicenseTableRow extends Object implements BroadWorksTableRow, Serializable
Constructor and Description |
---|
SystemLicensingGroupServiceLicenseTableRow() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAvailable() |
static SystemLicensingGroupServiceLicenseTableRow |
getFromNode(Node n)
Creates the OCI Table Row with the given Node
|
static List<SystemLicensingGroupServiceLicenseTableRow> |
getFromNodeArray(Node[] nodeArray)
Creates the OCI Table Type Array with the given NodeArray
|
String |
getLicensed() |
String |
getName() |
String |
getUsed() |
int |
hashCode() |
void |
setAvailable(String available) |
void |
setLicensed(String licensed) |
void |
setName(String name) |
void |
setUsed(String used) |
public SystemLicensingGroupServiceLicenseTableRow()
public String getName()
public void setName(String name)
public String getLicensed()
public void setLicensed(String licensed)
public String getUsed()
public void setUsed(String used)
public String getAvailable()
public void setAvailable(String available)
@GwtIncompatible public static SystemLicensingGroupServiceLicenseTableRow getFromNode(Node n)
n
- The Node to parse for the OCI Table@GwtIncompatible public static List<SystemLicensingGroupServiceLicenseTableRow> getFromNodeArray(Node[] nodeArray)
nodeArray
- The NodeArray to parse for the OCI TableCopyright © 2017 ECG. All rights reserved.