public class UserDataType extends AbstractDataType<UserDataType>
AbstractDataType.ControlField| Constructor and Description |
|---|
UserDataType(Map<String,String> fieldMap) |
| Modifier and Type | Method and Description |
|---|---|
static UserDataType |
create(String username,
String email,
String password) |
static UserDataType |
create(String username,
String email,
String password,
String application)
Create user passing the optional application parameter.
|
String |
getApplication() |
String |
getEmail() |
protected Enum<?>[] |
getFields() |
protected Enum<?>[] |
getInsertFields() |
String |
getPassword() |
String |
getUsername() |
String |
toString() |
addField, equals, getBooleanValue, getDoubleValue, getEditFields, getEditParameters, getFieldsMap, getFieldsToIgnoreInEqualsMethod, getId, getIdParameter, getIdParameter, getInsertParameters, getIntegerValue, getLimitParameter, getLongValue, getNameValuePair, getNonNullValue, getPageParameter, getValue, getValue, getValues, setIntValueFromBooleanString, setValueprotected Enum<?>[] getFields()
getFields in class AbstractDataType<UserDataType>public static UserDataType create(String username, String email, String password)
public static UserDataType create(String username, String email, String password, String application)
username - email - password - application - public String getApplication()
public String getEmail()
protected Enum<?>[] getInsertFields()
getInsertFields in class AbstractDataType<UserDataType>public String getPassword()
public String getUsername()
public String toString()
toString in class AbstractDataType<UserDataType>Copyright © 2014 Leonard UK Ltd. All rights reserved.