|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portlets.FeedbackPortlet.UserProperties
public class UserProperties
UserProperties represents descriptive information about a user. This information is saved with a user's feedback in order to provide user contact information, as well as provide an opportunity to correlate user response with user characteristics.
| Constructor Summary | |
|---|---|
UserProperties()
|
|
| Method Summary | |
|---|---|
String |
getUseremail()
Get the user's email address. |
String |
getUserid()
Get the user's unique ID (also generally the login id). |
String |
getUsername()
Get the user's full name. |
String |
getUserrole()
Get the user's role. |
void |
setUseremail(String useremail)
Set the user's email address. |
void |
setUserid(String userid)
Set the user's unique ID (also generally the login id). |
void |
setUsername(String username)
Set the user's full name. |
void |
setUserrole(String userrole)
Set the user's role. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserProperties()
| Method Detail |
|---|
public String getUserid()
public void setUserid(String userid)
userid - public String getUsername()
public void setUsername(String username)
username - public String getUserrole()
public void setUserrole(String userrole)
userrole - public String getUseremail()
public void setUseremail(String useremail)
useremail -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||