org.guvnor.inbox.backend.server
Class InboxEntry
java.lang.Object
org.guvnor.inbox.backend.server.InboxEntry
public class InboxEntry
- extends Object
And entry in an inbox.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InboxEntry
public InboxEntry()
InboxEntry
public InboxEntry(String itemPath,
String note,
String userFrom)
getFrom
public String getFrom()
getItemPath
public String getItemPath()
getNote
public String getNote()
getTimestamp
public long getTimestamp()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.