com.jxml.qare.qhome
Class DisplayInboxMsgs

java.lang.Object
  |
  +--com.jxml.qare.qhome.DisplayInboxMsgs
All Implemented Interfaces:
Item

public class DisplayInboxMsgs
extends Object
implements Item


Field Summary
 DBInbox.Row inboxMsg
           
 DBUser.Row user
           
 
Constructor Summary
DisplayInboxMsgs()
           
 
Method Summary
 void eval(Map properties, List args, ClassLoader cl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

user

public DBUser.Row user

inboxMsg

public DBInbox.Row inboxMsg
Constructor Detail

DisplayInboxMsgs

public DisplayInboxMsgs()
Method Detail

eval

public void eval(Map properties,
                 List args,
                 ClassLoader cl)
          throws Exception
Specified by:
eval in interface Item