public class LicenseUsageInfo extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
LicenseFeatureInfo[] |
featureInfo |
LicenseReservationInfo[] |
reservationInfo |
LicenseSource |
source |
boolean |
sourceAvailable |
dynamicProperty, dynamicType| Constructor and Description |
|---|
LicenseUsageInfo() |
| Modifier and Type | Method and Description |
|---|---|
LicenseFeatureInfo[] |
getFeatureInfo() |
LicenseReservationInfo[] |
getReservationInfo() |
LicenseSource |
getSource() |
boolean |
isSourceAvailable() |
void |
setFeatureInfo(LicenseFeatureInfo[] featureInfo) |
void |
setReservationInfo(LicenseReservationInfo[] reservationInfo) |
void |
setSource(LicenseSource source) |
void |
setSourceAvailable(boolean sourceAvailable) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic LicenseSource source
public boolean sourceAvailable
public LicenseReservationInfo[] reservationInfo
public LicenseFeatureInfo[] featureInfo
public LicenseSource getSource()
public boolean isSourceAvailable()
public LicenseReservationInfo[] getReservationInfo()
public LicenseFeatureInfo[] getFeatureInfo()
public void setSource(LicenseSource source)
public void setSourceAvailable(boolean sourceAvailable)
public void setReservationInfo(LicenseReservationInfo[] reservationInfo)
public void setFeatureInfo(LicenseFeatureInfo[] featureInfo)
Copyright © 2011-2012. All Rights Reserved.