public class LicenseReservationInfo extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
String |
key |
int |
required |
LicenseReservationInfoState |
state |
dynamicProperty, dynamicType| Constructor and Description |
|---|
LicenseReservationInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
int |
getRequired() |
LicenseReservationInfoState |
getState() |
void |
setKey(String key) |
void |
setRequired(int required) |
void |
setState(LicenseReservationInfoState state) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String key
public LicenseReservationInfoState state
public int required
public String getKey()
public LicenseReservationInfoState getState()
public int getRequired()
public void setKey(String key)
public void setState(LicenseReservationInfoState state)
public void setRequired(int required)
Copyright © 2011-2012. All Rights Reserved.