public class NFCDeviceActionDTO extends TokenActionDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,NFCDeviceActionDTO> |
LABEL |
TOKEN_TYPE, TOKEN_VALUE| Constructor and Description |
|---|
NFCDeviceActionDTO() |
NFCDeviceActionDTO(Property<T,? super NFCDeviceActionDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getLabel() |
void |
setLabel(java.lang.String label) |
getTokenType, getTokenValue, setTokenType, setTokenValueaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.String,NFCDeviceActionDTO> LABEL
public NFCDeviceActionDTO()
public NFCDeviceActionDTO(Property<T,? super NFCDeviceActionDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class TokenActionDTOpublic java.lang.String getLabel()
public void setLabel(java.lang.String label)
public java.lang.String className()
className in class TokenActionDTO