|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.security.user.CreateUserInfo
public class CreateUserInfo
A data structure for specifying the detailed attributes of a user to be created.
Constructor Summary | |
---|---|
CreateUserInfo()
Zero-arg constructor for CreateUserInfo. |
Method Summary | |
---|---|
AccountInfo.AccountType |
getAccountType()
Get the account type value of the CreateUserInfo. |
String |
getDepartment()
Get the department value of the CreateUserInfo. |
String |
getDisplayName()
Get the displayName of the CreateUserInfo. |
String |
getEmail()
Get the email of the CreateUserInfo. |
String |
getFirstName()
Get the first name value of the CreateUserInfo. |
String |
getLastName()
Get the last name value of the CreateUserInfo. |
String |
getPassword()
Get the password type value of the CreateUserInfo. |
String |
getPhone()
Get the phone number value of the CreateUserInfo. |
String |
getUserId()
Get the userId of the CreateUserInfo. |
void |
setAccountType(AccountInfo.AccountType accountType)
Set the account type value of the CreateUserInfo. |
void |
setDepartment(String department)
Set the department value of the CreateUserInfo. |
void |
setDisplayName(String displayName)
Set the displayName of the CreateUserInfo. |
void |
setEmail(String email)
Set the email of the CreateUserInfo. |
void |
setFirstName(String firstName)
Set the first name value of the CreateUserInfo. |
void |
setLastName(String lastName)
Set the last name value of the CreateUserInfo. |
void |
setPassword(String password)
Set the password type value of the CreateUserInfo. |
void |
setPhone(String phone)
Set the phone number value of the CreateUserInfo. |
void |
setUserId(String userId)
Set the userId of the CreateUserInfo. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreateUserInfo()
Method Detail |
---|
public String getUserId()
public void setUserId(String userId)
userId
- the userId to setpublic String getDisplayName()
public void setDisplayName(String displayName)
displayName
- the displayName to setpublic String getEmail()
public void setEmail(String email)
email
- the email to setpublic String getFirstName()
public void setFirstName(String firstName)
firstName
- the firstName to setpublic String getLastName()
public void setLastName(String lastName)
lastName
- the lastName to setpublic String getDepartment()
public void setDepartment(String department)
department
- the department to setpublic String getPhone()
public void setPhone(String phone)
phone
- the phone number to setpublic AccountInfo.AccountType getAccountType()
public void setAccountType(AccountInfo.AccountType accountType)
accountType
- the accountType to setpublic String getPassword()
public void setPassword(String password)
password
- the password to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |