org.guvnor.inbox.backend.server
Class InboxServiceImpl.InboxEntry
java.lang.Object
org.guvnor.inbox.backend.server.InboxServiceImpl.InboxEntry
- Enclosing class:
- InboxServiceImpl
public static class InboxServiceImpl.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 |
from
public String from
itemPath
public String itemPath
note
public String note
timestamp
public long timestamp
InboxServiceImpl.InboxEntry
public InboxServiceImpl.InboxEntry()
InboxServiceImpl.InboxEntry
public InboxServiceImpl.InboxEntry(String itemPath,
String note,
String userFrom)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.