|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shale.usecases.model.minimal.MinimalUser
public class MinimalUser
Minimal implementation of User with no persistence support.
| Constructor Summary | |
|---|---|
MinimalUser()
|
|
| Method Summary | |
|---|---|
int[] |
getCategories()
Return the category identifiers of the message categories selected by this user. |
Date |
getCreated()
Return the "initially created" timestamp for this user. |
String |
getEmailAddress()
Return the email address of this user. |
String |
getFullName()
Return the full name of this user. |
int |
getId()
Return the primary key for this user. |
String |
getPassword()
Return the password of this user. |
Date |
getUpdated()
Return the "last updated" timestamp for this user. |
String |
getUsername()
Return the username of this user. |
boolean |
isConfirmed()
Return the flag indicating that this user's email address has been confirmed. |
void |
setCategories(int[] categories)
Set the category identifiers of the message categories selected by this user. |
void |
setConfirmed(boolean confirmed)
Set the flag indicating that this user's email address has been confirmed. |
void |
setCreated(Date created)
Set the "initially created" timestamp for this user. |
void |
setEmailAddress(String emailAddress)
Set the email address of this user. |
void |
setFullName(String fullName)
Set the full name of this user. |
void |
setId(int id)
Set the primary key for this user. |
void |
setPassword(String password)
Set the password of this user. |
void |
setUpdated(Date updated)
Set the "last updated" timestamp for this user. |
void |
setUsername(String username)
Set the username of this user. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MinimalUser()
| Method Detail |
|---|
public int[] getCategories()
UserReturn the category identifiers of the message categories selected by this user.
getCategories in interface Userpublic void setCategories(int[] categories)
UserSet the category identifiers of the message categories selected by this user.
setCategories in interface Usercategories - The new category identifierspublic boolean isConfirmed()
UserReturn the flag indicating that this user's email address has been confirmed.
isConfirmed in interface Userpublic void setConfirmed(boolean confirmed)
UserSet the flag indicating that this user's email address has been confirmed.
setConfirmed in interface Userconfirmed - The new confirmed flagpublic Date getCreated()
UserReturn the "initially created" timestamp for this user.
getCreated in interface Userpublic void setCreated(Date created)
UserSet the "initially created" timestamp for this user.
setCreated in interface Usercreated - The new initially created timestamppublic String getEmailAddress()
UserReturn the email address of this user.
getEmailAddress in interface Userpublic void setEmailAddress(String emailAddress)
UserSet the email address of this user.
setEmailAddress in interface UseremailAddress - The new email addresspublic String getFullName()
UserReturn the full name of this user.
getFullName in interface Userpublic void setFullName(String fullName)
UserSet the full name of this user.
setFullName in interface UserfullName - The new full namepublic int getId()
UserReturn the primary key for this user.
getId in interface Userpublic void setId(int id)
UserSet the primary key for this user.
setId in interface Userid - The new primary keypublic String getPassword()
UserReturn the password of this user.
getPassword in interface Userpublic void setPassword(String password)
UserSet the password of this user.
setPassword in interface Userpassword - The new passwordpublic Date getUpdated()
UserReturn the "last updated" timestamp for this user.
getUpdated in interface Userpublic void setUpdated(Date updated)
UserSet the "last updated" timestamp for this user.
setUpdated in interface Userupdated - The new last updated timestamppublic String getUsername()
UserReturn the username of this user.
getUsername in interface Userpublic void setUsername(String username)
UserSet the username of this user.
setUsername in interface Userusername - The new username
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||