com.nurelm.nucontent.model
Class UserValueObject

java.lang.Object
  extended bycom.nurelm.nucontent.model.UserValueObject
All Implemented Interfaces:
java.io.Serializable

public class UserValueObject
extends java.lang.Object
implements java.io.Serializable

This is a utility object used to pass around user information when a "live" user object is not needed.

See Also:
Serialized Form

Field Summary
 java.util.Set groupNames
          A Set of groups of which this user is a member.
 java.lang.String username
          This user's name.
 
Constructor Summary
UserValueObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

username

public java.lang.String username
This user's name.


groupNames

public java.util.Set groupNames
A Set of groups of which this user is a member.

Constructor Detail

UserValueObject

public UserValueObject()