public class TokenActionDTO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<TokenPrincipalTypeVO,TokenActionDTO> |
TOKEN_TYPE |
static BasicProperty<java.lang.String,TokenActionDTO> |
TOKEN_VALUE |
| Constructor and Description |
|---|
TokenActionDTO() |
TokenActionDTO(Property<T,? super TokenActionDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
TokenPrincipalTypeVO |
getTokenType() |
java.lang.String |
getTokenValue() |
void |
setTokenType(TokenPrincipalTypeVO tokenType) |
void |
setTokenValue(java.lang.String tokenValue) |
addPropertyChangeListener, 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<TokenPrincipalTypeVO,TokenActionDTO> TOKEN_TYPE
public static final BasicProperty<java.lang.String,TokenActionDTO> TOKEN_VALUE
public TokenActionDTO()
public TokenActionDTO(Property<T,? super TokenActionDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic TokenPrincipalTypeVO getTokenType()
public void setTokenType(TokenPrincipalTypeVO tokenType)
public java.lang.String getTokenValue()
public void setTokenValue(java.lang.String tokenValue)