Package org.cyclos.model.access.tokens
Class TokenActionDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.access.tokens.TokenActionDTO
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NFCDeviceActionDTO,NFCTagWithChallengeDTO,TokenActionWithUserDTO
public class TokenActionDTO extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<TokenPrincipalTypeVO,TokenActionDTO>TOKEN_TYPEstatic BasicProperty<String,TokenActionDTO>TOKEN_VALUE
-
Constructor Summary
Constructors Constructor Description TokenActionDTO()TokenActionDTO(Property<T,? super TokenActionDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()TokenPrincipalTypeVOgetTokenType()StringgetTokenValue()voidsetTokenType(TokenPrincipalTypeVO tokenType)voidsetTokenValue(String tokenValue)-
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
-
TOKEN_TYPE
public static final BasicProperty<TokenPrincipalTypeVO,TokenActionDTO> TOKEN_TYPE
-
TOKEN_VALUE
public static final BasicProperty<String,TokenActionDTO> TOKEN_VALUE
-
-
Constructor Detail
-
TokenActionDTO
public TokenActionDTO()
-
TokenActionDTO
public TokenActionDTO(Property<T,? super TokenActionDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getTokenType
public TokenPrincipalTypeVO getTokenType()
-
setTokenType
public void setTokenType(TokenPrincipalTypeVO tokenType)
-
getTokenValue
public String getTokenValue()
-
setTokenValue
public void setTokenValue(String tokenValue)
-
-