public class UserModel
extends java.lang.Object
Constructor and Description |
---|
UserModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAccountId()
Getter for accountId - The unique ID number of the account to which this user belongs.
|
java.lang.Integer |
getCompanyId()
Getter for companyId - If this user is locked to one company (and its children), this is the unique ID number of the company to which this user belongs.
|
java.util.Date |
getCreatedDate()
Getter for createdDate - The date when this record was created.
|
java.lang.Integer |
getCreatedUserId()
Getter for createdUserId - The User ID of the user who created this record.
|
java.lang.String |
getEmail()
Getter for email - The email address to be used to contact this user.
|
java.lang.String |
getFirstName()
Getter for firstName - The first or given name of the user.
|
java.lang.Integer |
getId()
Getter for id - The unique ID number of this user.
|
java.lang.Boolean |
getIsActive()
Getter for isActive - True if this user is currently active.
|
java.lang.String |
getLastName()
Getter for lastName - The last or family name of the user.
|
java.util.Date |
getModifiedDate()
Getter for modifiedDate - The date/time when this record was last modified.
|
java.lang.Integer |
getModifiedUserId()
Getter for modifiedUserId - The user ID of the user who last modified this record.
|
PasswordStatusId |
getPasswordStatus()
Getter for passwordStatus - The status of the user's password.
|
java.lang.String |
getPostalCode()
Getter for postalCode - The postal code in which this user resides.
|
SecurityRoleId |
getSecurityRoleId()
Getter for securityRoleId - The security level for this user.
|
java.lang.String |
getUserName()
Getter for userName - The username which is used to log on to the AvaTax website, or to authenticate against API calls.
|
void |
setAccountId(java.lang.Integer accountId)
Setter for accountId - The unique ID number of the account to which this user belongs.
|
void |
setCompanyId(java.lang.Integer companyId)
Setter for companyId - If this user is locked to one company (and its children), this is the unique ID number of the company to which this user belongs.
|
void |
setCreatedDate(java.util.Date createdDate)
Setter for createdDate - The date when this record was created.
|
void |
setCreatedUserId(java.lang.Integer createdUserId)
Setter for createdUserId - The User ID of the user who created this record.
|
void |
setEmail(java.lang.String email)
Setter for email - The email address to be used to contact this user.
|
void |
setFirstName(java.lang.String firstName)
Setter for firstName - The first or given name of the user.
|
void |
setId(java.lang.Integer id)
Setter for id - The unique ID number of this user.
|
void |
setIsActive(java.lang.Boolean isActive)
Setter for isActive - True if this user is currently active.
|
void |
setLastName(java.lang.String lastName)
Setter for lastName - The last or family name of the user.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Setter for modifiedDate - The date/time when this record was last modified.
|
void |
setModifiedUserId(java.lang.Integer modifiedUserId)
Setter for modifiedUserId - The user ID of the user who last modified this record.
|
void |
setPasswordStatus(PasswordStatusId passwordStatus)
Setter for passwordStatus - The status of the user's password.
|
void |
setPostalCode(java.lang.String postalCode)
Setter for postalCode - The postal code in which this user resides.
|
void |
setSecurityRoleId(SecurityRoleId securityRoleId)
Setter for securityRoleId - The security level for this user.
|
void |
setUserName(java.lang.String userName)
Setter for userName - The username which is used to log on to the AvaTax website, or to authenticate against API calls.
|
java.lang.String |
toString()
Returns a JSON string representation of UserModel.
|
public PasswordStatusId getPasswordStatus()
public void setPasswordStatus(PasswordStatusId passwordStatus)
public SecurityRoleId getSecurityRoleId()
public void setSecurityRoleId(SecurityRoleId securityRoleId)
public java.lang.String getEmail()
public void setEmail(java.lang.String email)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
public java.lang.Integer getAccountId()
public void setAccountId(java.lang.Integer accountId)
public java.lang.String getPostalCode()
public void setPostalCode(java.lang.String postalCode)
public java.lang.String getLastName()
public void setLastName(java.lang.String lastName)
public java.lang.String getFirstName()
public void setFirstName(java.lang.String firstName)
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public java.lang.Boolean getIsActive()
public void setIsActive(java.lang.Boolean isActive)
public java.lang.Integer getModifiedUserId()
public void setModifiedUserId(java.lang.Integer modifiedUserId)
public java.lang.Integer getCreatedUserId()
public void setCreatedUserId(java.lang.Integer createdUserId)
public java.lang.Integer getCompanyId()
public void setCompanyId(java.lang.Integer companyId)
public java.lang.String getUserName()
public void setUserName(java.lang.String userName)
public java.util.Date getCreatedDate()
public void setCreatedDate(java.util.Date createdDate)
public java.lang.String toString()
toString
in class java.lang.Object