public class ComplianceReportDetail extends UnifiedEntity
Constructor and Description |
---|
ComplianceReportDetail() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getBalance() |
java.lang.Integer |
getConsumptionPoints() |
java.lang.Double |
getCost() |
java.lang.String |
getCurrency() |
java.lang.String |
getCurrencyCode() |
LicenseMetric |
getLicenseMetric() |
java.lang.Integer |
getLicensePoints() |
ProductVersion |
getProductVersion() |
void |
setBalance(java.lang.Integer balance) |
void |
setConsumptionPoints(java.lang.Integer consumptionPoints) |
void |
setCost(java.lang.Double cost) |
void |
setCurrency(java.lang.String currency) |
void |
setCurrencyCode(java.lang.String currencyCode) |
void |
setLicenseMetric(LicenseMetric licenseMetric) |
void |
setLicensePoints(java.lang.Integer licensePoints) |
void |
setProductVersion(ProductVersion productVersion) |
geteTag, getType, getUri, seteTag, setType, setUri
commbinedStringsUppderCase, equals, findEntityById, getGuid, hashCode, setGuid
public ProductVersion getProductVersion()
public void setProductVersion(ProductVersion productVersion)
public LicenseMetric getLicenseMetric()
public void setLicenseMetric(LicenseMetric licenseMetric)
public java.lang.Integer getConsumptionPoints()
public void setConsumptionPoints(java.lang.Integer consumptionPoints)
public java.lang.Integer getLicensePoints()
public void setLicensePoints(java.lang.Integer licensePoints)
public java.lang.Integer getBalance()
public void setBalance(java.lang.Integer balance)
public java.lang.Double getCost()
public void setCost(java.lang.Double cost)
public java.lang.String getCurrencyCode()
public void setCurrencyCode(java.lang.String currencyCode)
public java.lang.String getCurrency()
public void setCurrency(java.lang.String currency)