org.mmbase.applications.xmlimporter
Class User
java.lang.Object
org.mmbase.applications.xmlimporter.User
public class User
- extends Object
Dummy User object, this object needs to be replace by
the real User object (when that is finished).
- Since:
- MMBase-1.5
- Version:
- $Id: User.java 35335 2009-05-21 08:14:41Z michiel $
- Author:
- Rob van Maris: Finalist IT Group
|
Constructor Summary |
User(String name)
Creates new User object. |
|
Method Summary |
(package private) String |
getName()
Provides name to be used for transactions. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
User
public User(String name)
- Creates new User object.
- Parameters:
name - The user name.
getName
String getName()
- Provides name to be used for transactions.
- Returns:
- Name, based on last 8 characters of original name.
MMBase 2.0-SNAPSHOT - null