org.mmbase.applications.xmlimporter
Class UserTransactionInfo
java.lang.Object
org.mmbase.applications.xmlimporter.UserTransactionInfo
public class UserTransactionInfo
- extends Object
Container class which contains a collection with all transactions for a user.
- Since:
- MMBase-1.5
- Version:
- $Id: UserTransactionInfo.java 35335 2009-05-21 08:14:41Z michiel $
- Author:
- Rob van Maris: Finalist IT Group
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
knownTransactionContexts
public Hashtable<String,Transaction> knownTransactionContexts
- All known transactions of a user, mapped by the user-provided id.
user
public User user
- The user.
UserTransactionInfo
public UserTransactionInfo()
- Creates new UserTransactionInfo object.
MMBase 2.0-SNAPSHOT - null