| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_ACTION |
static String |
KEY_ID |
static String |
KEY_LABEL |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
SeatMemoryAction()
Constructs a new SeatMemoryAction object
|
SeatMemoryAction(Hashtable<String,Object> hash)
Constructs a new SeatMemoryAction object indicated by the Hashtable parameter
|
SeatMemoryAction(Integer id,
SeatMemoryActionType action)
Constructs a newly allocated SeatMemoryAction object
|
| Modifier and Type | Method and Description |
|---|---|
SeatMemoryActionType |
getAction()
Gets the action portion of the SeatMemoryAction class
|
Integer |
getId()
Gets the id portion of the SeatMemoryAction class
|
String |
getLabel()
Gets the label portion of the SeatMemoryAction class
|
SeatMemoryAction |
setAction(SeatMemoryActionType action)
Sets the action portion of the SeatMemoryAction class
|
SeatMemoryAction |
setId(Integer id)
Sets the id portion of the SeatMemoryAction class
|
SeatMemoryAction |
setLabel(String label)
Sets the label portion of the SeatMemoryAction class
|
clone, deserializeJSON, equals, format, formatObject, getBoolean, getBulkData, getDouble, getFloat, getInteger, getLong, getMessageTypeName, getObject, getStore, getStoreValue, getString, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_ID
public static final String KEY_LABEL
public static final String KEY_ACTION
public SeatMemoryAction()
public SeatMemoryAction(Hashtable<String,Object> hash)
Constructs a new SeatMemoryAction object indicated by the Hashtable parameter
hash - The Hashtable to usepublic SeatMemoryAction(@NonNull
Integer id,
@NonNull
SeatMemoryActionType action)
id - Min: 0 Max: 10action - type of SeatMemoryActionType.public SeatMemoryAction setId(@NonNull Integer id)
id - public Integer getId()
public SeatMemoryAction setLabel(String label)
label - public String getLabel()
public SeatMemoryAction setAction(@NonNull SeatMemoryActionType action)
action - public SeatMemoryActionType getAction()