Package org.cyclos.model.access.tokens
Class NFCTokenDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityDTO
-
- org.cyclos.model.access.tokens.TokenDTO
-
- org.cyclos.model.access.tokens.NFCTokenDTO
-
- All Implemented Interfaces:
Serializable,IEntity
public class NFCTokenDTO extends TokenDTO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,NFCTokenDTO>LABEL-
Fields inherited from class org.cyclos.model.access.tokens.TokenDTO
ACTIVATE_NOW, ACTIVATION_DATE, ACTIVATION_DEADLINE, CREATION_DATE, EXPIRY_DATE, STATUS, TYPE, USER, VALUE
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description NFCTokenDTO()NFCTokenDTO(Long id)NFCTokenDTO(Property<T,? super NFCTokenDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetLabel()voidsetLabel(String label)-
Methods inherited from class org.cyclos.model.access.tokens.TokenDTO
getActivationDate, getActivationDeadline, getCreationDate, getExpiryDate, getStatus, getType, getUser, getValue, isActivateNow, setActivateNow, setActivationDate, setActivationDeadline, setCreationDate, setExpiryDate, setStatus, setType, setUser, setValue
-
Methods inherited from class org.cyclos.model.EntityDTO
getVersion, isPersistent, isTransient, setVersion
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
LABEL
public static final BasicProperty<String,NFCTokenDTO> LABEL
-
-
Constructor Detail
-
NFCTokenDTO
public NFCTokenDTO()
-
NFCTokenDTO
public NFCTokenDTO(Long id)
-
NFCTokenDTO
public NFCTokenDTO(Property<T,? super NFCTokenDTO> property, T value)
-
-