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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserProfile
public UserProfile()
UserProfile
public UserProfile(java.lang.String representation)
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)