public interface XdatUserI
Modifier and Type | Method and Description |
---|---|
ArrayList |
getAssignedRoles_assignedRole()
assigned_roles/assigned_role
|
ArrayList |
getElementAccess()
element_access
|
String |
getEmail() |
Boolean |
getEnabled() |
String |
getFirstname() |
String |
getLastname() |
String |
getLogin() |
Boolean |
getPrimaryPassword_encrypt() |
String |
getPrimaryPassword() |
String |
getQuarantinePath() |
String |
getSchemaElementName() |
Boolean |
getVerified() |
Integer |
getXdatUserId() |
void |
setAssignedRoles_assignedRole(ItemI v)
Sets the value for assigned_roles/assigned_role.
|
void |
setElementAccess(ItemI v)
Sets the value for element_access.
|
void |
setEmail(String v)
Sets the value for email.
|
void |
setEnabled(Object v)
Sets the value for enabled.
|
void |
setFirstname(String v)
Sets the value for firstname.
|
void |
setLastname(String v)
Sets the value for lastname.
|
void |
setLogin(String v)
Sets the value for login.
|
void |
setPrimaryPassword_encrypt(Object v)
Sets the value for primary_password/encrypt.
|
void |
setPrimaryPassword(String v)
Sets the value for primary_password.
|
void |
setQuarantinePath(String v)
Sets the value for quarantine_path.
|
void |
setVerified(Object v)
Sets the value for verified.
|
void |
setXdatUserId(Integer v)
Sets the value for xdat_user_id.
|
String getSchemaElementName()
String getLogin()
void setLogin(String v)
v
- Value to Set.String getFirstname()
void setFirstname(String v)
v
- Value to Set.String getLastname()
void setLastname(String v)
v
- Value to Set.String getEmail()
void setEmail(String v)
v
- Value to Set.String getPrimaryPassword()
void setPrimaryPassword(String v)
v
- Value to Set.Boolean getPrimaryPassword_encrypt()
void setPrimaryPassword_encrypt(Object v)
v
- Value to Set.ArrayList getElementAccess()
void setElementAccess(ItemI v) throws Exception
v
- Value to Set.Exception
ArrayList getAssignedRoles_assignedRole()
void setAssignedRoles_assignedRole(ItemI v) throws Exception
v
- Value to Set.Exception
String getQuarantinePath()
void setQuarantinePath(String v)
v
- Value to Set.Boolean getEnabled()
void setEnabled(Object v)
v
- Value to Set.Boolean getVerified()
void setVerified(Object v)
v
- Value to Set.Integer getXdatUserId()
void setXdatUserId(Integer v)
v
- Value to Set.Copyright © 2015 Neuroinformatics Research Group. All rights reserved.