public class UserLoginDTO extends UserPasswordDTO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.String,UserLoginDTO> |
CHANNEL |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,UserLoginDTO> |
REMOTE_ADDRESS |
PASSWORD, USER| Constructor and Description |
|---|
UserLoginDTO() |
UserLoginDTO(Property<T,? super UserLoginDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getChannel() |
java.lang.String |
getRemoteAddress() |
void |
setChannel(java.lang.String channel) |
void |
setRemoteAddress(java.lang.String remoteAddress) |
getPassword, getUser, setPassword, setUseraddPropertyChangeListener, 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,UserLoginDTO> CHANNEL
public static final BasicProperty<java.lang.String,UserLoginDTO> REMOTE_ADDRESS
public UserLoginDTO()
public UserLoginDTO(Property<T,? super UserLoginDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class UserPasswordDTOpublic java.lang.String getChannel()
public void setChannel(java.lang.String channel)
public java.lang.String getRemoteAddress()
public void setRemoteAddress(java.lang.String remoteAddress)
public java.lang.String className()
className in class UserPasswordDTO