com.sas.hls.security.user
Class CreateUserInfo

java.lang.Object
  extended by com.sas.hls.security.user.CreateUserInfo
All Implemented Interfaces:
Serializable

public class CreateUserInfo
extends Object
implements Serializable

A data structure for specifying the detailed attributes of a user to be created.

See Also:
Serialized Form

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

CreateUserInfo

public CreateUserInfo()
Zero-arg constructor for CreateUserInfo.

Method Detail

getUserId

public String getUserId()
Get the userId of the CreateUserInfo.

Returns:
the userId

setUserId

public void setUserId(String userId)
Set the userId of the CreateUserInfo.

Parameters:
userId - the userId to set

getDisplayName

public String getDisplayName()
Get the displayName of the CreateUserInfo.

Returns:
the displayName

setDisplayName

public void setDisplayName(String displayName)
Set the displayName of the CreateUserInfo.

Parameters:
displayName - the displayName to set

getEmail

public String getEmail()
Get the email of the CreateUserInfo.

Returns:
the email

setEmail

public void setEmail(String email)
Set the email of the CreateUserInfo.

Parameters:
email - the email to set

getFirstName

public String getFirstName()
Get the first name value of the CreateUserInfo.

Returns:
the firstName

setFirstName

public void setFirstName(String firstName)
Set the first name value of the CreateUserInfo.

Parameters:
firstName - the firstName to set

getLastName

public String getLastName()
Get the last name value of the CreateUserInfo.

Returns:
the lastName

setLastName

public void setLastName(String lastName)
Set the last name value of the CreateUserInfo.

Parameters:
lastName - the lastName to set

getDepartment

public String getDepartment()
Get the department value of the CreateUserInfo.

Returns:
the department

setDepartment

public void setDepartment(String department)
Set the department value of the CreateUserInfo.

Parameters:
department - the department to set

getPhone

public String getPhone()
Get the phone number value of the CreateUserInfo.

Returns:
the phone number

setPhone

public void setPhone(String phone)
Set the phone number value of the CreateUserInfo.

Parameters:
phone - the phone number to set

getAccountType

public AccountInfo.AccountType getAccountType()
Get the account type value of the CreateUserInfo.

Returns:
the accountType

setAccountType

public void setAccountType(AccountInfo.AccountType accountType)
Set the account type value of the CreateUserInfo.

Parameters:
accountType - the accountType to set

getPassword

public String getPassword()
Get the password type value of the CreateUserInfo.

Returns:
the password

setPassword

public void setPassword(String password)
Set the password type value of the CreateUserInfo.

Parameters:
password - the password to set


Copyright (c) 2016, SAS Institute Inc., Cary, NC, USA