org.jasig.portlets.FeedbackPortlet
Class UserProperties

java.lang.Object
  extended by org.jasig.portlets.FeedbackPortlet.UserProperties

public class UserProperties
extends Object

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.

Author:
Jen Bourey

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

UserProperties

public UserProperties()
Method Detail

getUserid

public String getUserid()
Get the user's unique ID (also generally the login id).

Returns:

setUserid

public void setUserid(String userid)
Set the user's unique ID (also generally the login id).

Parameters:
userid -

getUsername

public String getUsername()
Get the user's full name.

Returns:

setUsername

public void setUsername(String username)
Set the user's full name.

Parameters:
username -

getUserrole

public String getUserrole()
Get the user's role.

Returns:

setUserrole

public void setUserrole(String userrole)
Set the user's role.

Parameters:
userrole -

getUseremail

public String getUseremail()
Get the user's email address.

Returns:

setUseremail

public void setUseremail(String useremail)
Set the user's email address.

Parameters:
useremail -


Copyright © 2012 Jasig. All Rights Reserved.