|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.bryansaunders.jee6divelog.model.DiveLogEntity
net.bryansaunders.jee6divelog.model.UserAccount
@Entity public class UserAccount
User Model.
Constructor Summary | |
---|---|
UserAccount()
|
Method Summary | |
---|---|
java.util.Date |
getApiKeyExpiration()
Get the apiKeyExpiration. |
java.lang.String |
getCity()
Get the city. |
java.lang.String |
getCountry()
Get the country. |
java.lang.String |
getEmail()
Get the email. |
java.lang.String |
getFirstName()
Get the firstName. |
java.lang.String |
getLastName()
Get the lastName. |
java.lang.String |
getPassword()
Get the password. |
java.util.Set<Permission> |
getPermissions()
Get the permissions. |
java.lang.String |
getPrivateApiKey()
Get the Private apiKey. |
java.lang.String |
getPublicApiKey()
Get the Public apiKey. |
java.util.Set<Role> |
getRoles()
Get the roles. |
java.lang.String |
getState()
Get the state. |
void |
setApiKeyExpiration(java.util.Date newApiKeyExpiration)
Set the apiKeyExpiration. |
void |
setCity(java.lang.String newCity)
Set the city. |
void |
setCountry(java.lang.String newCountry)
Set the country. |
void |
setEmail(java.lang.String newEmail)
Set the email. |
void |
setFirstName(java.lang.String newFirstName)
Set the firstName. |
void |
setLastName(java.lang.String newLastName)
Set the lastName. |
void |
setPassword(java.lang.String newPassword)
Set the password. |
void |
setPermissions(java.util.Set<Permission> newPermissions)
Set the permissions. |
void |
setPrivateApiKey(java.lang.String newApiKey)
Set the Private apiKey. |
void |
setPublicApiKey(java.lang.String newApiKey)
Set the Public apiKey. |
void |
setRoles(java.util.Set<Role> newRoles)
Set the roles. |
void |
setState(java.lang.String newState)
Set the state. |
java.lang.String |
toString()
|
Methods inherited from class net.bryansaunders.jee6divelog.model.DiveLogEntity |
---|
getCreated, getId, getUpdated, getVersion, onCreate, onUpdate, setCreated, setId, setUpdated, setVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UserAccount()
Method Detail |
---|
public java.lang.String getFirstName()
public void setFirstName(java.lang.String newFirstName)
newFirstName
- the firstName to setpublic java.lang.String getLastName()
public void setLastName(java.lang.String newLastName)
newLastName
- the lastName to setpublic java.lang.String getCountry()
public void setCountry(java.lang.String newCountry)
newCountry
- the country to setpublic java.lang.String getState()
public void setState(java.lang.String newState)
newState
- the state to setpublic java.lang.String getCity()
public void setCity(java.lang.String newCity)
newCity
- the city to setpublic java.lang.String getEmail()
public void setEmail(java.lang.String newEmail)
newEmail
- the email to setpublic java.lang.String getPassword()
public void setPassword(java.lang.String newPassword)
newPassword
- the password to setpublic java.util.Set<Role> getRoles()
public void setRoles(java.util.Set<Role> newRoles)
newRoles
- the roles to setpublic java.util.Set<Permission> getPermissions()
public void setPermissions(java.util.Set<Permission> newPermissions)
newPermissions
- the permissions to setpublic java.lang.String getPublicApiKey()
public void setPublicApiKey(java.lang.String newApiKey)
newApiKey
- the apiKey to setpublic java.lang.String getPrivateApiKey()
public void setPrivateApiKey(java.lang.String newApiKey)
newApiKey
- the apiKey to setpublic java.util.Date getApiKeyExpiration()
public void setApiKeyExpiration(java.util.Date newApiKeyExpiration)
newApiKeyExpiration
- the apiKeyExpiration to setpublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |