Guvnor - Inbox Backend 6.1.0.Beta1

org.guvnor.inbox.backend.server
Class InboxEntry

java.lang.Object
  extended by org.guvnor.inbox.backend.server.InboxEntry

public class InboxEntry
extends Object

And entry in an inbox.


Constructor Summary
InboxEntry()
           
InboxEntry(String itemPath, String note, String userFrom)
           
 
Method Summary
 String getFrom()
           
 String getItemPath()
           
 String getNote()
           
 long getTimestamp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InboxEntry

public InboxEntry()

InboxEntry

public InboxEntry(String itemPath,
                  String note,
                  String userFrom)
Method Detail

getFrom

public String getFrom()

getItemPath

public String getItemPath()

getNote

public String getNote()

getTimestamp

public long getTimestamp()

Guvnor - Inbox Backend 6.1.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.