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