public class UserConfigForm
extends java.lang.Object
Constructor and Description |
---|
UserConfigForm() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorMessage()
If the Form Controller wants to display an error to the user, it will be here.
|
java.lang.String |
getMessage()
If the Form Controller wants to display a message to the user, it will be here.
|
java.util.List<Set> |
getSets() |
User |
getUser() |
BSAccountUserWebSession |
getUserWebSession() |
void |
setErrorMessage(java.lang.String errorMessage)
Set any error message that is to be displayed to the user in the System Setup page.
|
void |
setMessage(java.lang.String message)
Set any message that is to be displayed to the user in the System Setup page
|
void |
setSets(java.util.List<Set> sets) |
void |
setUser(User user) |
void |
setUserWebSession(BSAccountUserWebSession us) |
public BSAccountUserWebSession getUserWebSession()
public void setUserWebSession(BSAccountUserWebSession us)
public User getUser()
public void setUser(User user)
user
- the user to setpublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
- the message to setpublic java.lang.String getErrorMessage()
public void setErrorMessage(java.lang.String errorMessage)
errorMessage
- the errorMessage to setpublic java.util.List<Set> getSets()
public void setSets(java.util.List<Set> sets)
sets
- the sets to set