public class LicenseAvailabilityInfo extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
int |
available |
LicenseFeatureInfo |
feature |
int |
total |
dynamicProperty, dynamicType| Constructor and Description |
|---|
LicenseAvailabilityInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAvailable() |
LicenseFeatureInfo |
getFeature() |
int |
getTotal() |
void |
setAvailable(int available) |
void |
setFeature(LicenseFeatureInfo feature) |
void |
setTotal(int total) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic LicenseFeatureInfo feature
public int total
public int available
public LicenseFeatureInfo getFeature()
public int getTotal()
public int getAvailable()
public void setFeature(LicenseFeatureInfo feature)
public void setTotal(int total)
public void setAvailable(int available)
Copyright © 2011-2012. All Rights Reserved.