public class NFCTokenDTO extends TokenDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,NFCTokenDTO> |
LABEL |
ACTIVATE_NOW, ACTIVATION_DATE, ACTIVATION_DEADLINE, CREATION_DATE, EXPIRY_DATE, STATUS, TYPE, USER, VALUEID| Constructor and Description |
|---|
NFCTokenDTO() |
NFCTokenDTO(java.lang.Long id) |
NFCTokenDTO(Property<T,? super NFCTokenDTO> 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) |
getActivationDate, getActivationDeadline, getCreationDate, getExpiryDate, getStatus, getType, getUser, getValue, isActivateNow, setActivateNow, setActivationDate, setActivationDeadline, setCreationDate, setExpiryDate, setStatus, setType, setUser, setValuegetVersion, isPersistent, isTransient, setVersionaddPropertyChangeListener, 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,NFCTokenDTO> LABEL
public NFCTokenDTO()
public NFCTokenDTO(java.lang.Long id)
public NFCTokenDTO(Property<T,? super NFCTokenDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class TokenDTOpublic java.lang.String getLabel()
public void setLabel(java.lang.String label)