com.ecyrd.jspwiki
Class UserProfile

java.lang.Object
  |
  +--com.ecyrd.jspwiki.UserProfile

public class UserProfile
extends java.lang.Object

Contains user profile information.

Since:
1.7.2
Author:
Janne Jalkanen

Constructor Summary
UserProfile()
           
UserProfile(java.lang.String representation)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getStringRepresentation()
           
 void parseStringRepresentation(java.lang.String res)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserProfile

public UserProfile()

UserProfile

public UserProfile(java.lang.String representation)
Method Detail

getStringRepresentation

public java.lang.String getStringRepresentation()

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

parseStringRepresentation

public void parseStringRepresentation(java.lang.String res)