public class Slot extends Object
| Constructor and Description |
|---|
Slot() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSlotName()
Get the slot name (i.e. key).
|
String |
getSlotValue()
Get the slot value.
|
void |
setSlotName(String slotName)
Set the slot name (i.e. key).
|
void |
setSlotValue(String slotValue)
Set the slot value.
|
public final String getSlotName()
public final void setSlotName(String slotName)
slotName - The slot namepublic final String getSlotValue()
public final void setSlotValue(String slotValue)
slotValue - The slot valueCopyright © 2022 Samply Community. All rights reserved.