public abstract class AbstractMailQueueItem extends Object implements MailQueueItem
| Modifier and Type | Field and Description |
|---|---|
protected MailThreader |
mailThreader |
| Constructor and Description |
|---|
AbstractMailQueueItem() |
AbstractMailQueueItem(String subject) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(MailQueueItem o) |
Date |
getDateQueued() |
int |
getSendCount() |
String |
getSubject() |
boolean |
hasError() |
protected void |
incrementSendCount() |
void |
setMailThreader(MailThreader mailThreader) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsendprotected MailThreader mailThreader
public AbstractMailQueueItem()
public AbstractMailQueueItem(String subject)
public String getSubject()
getSubject in interface MailQueueItempublic Date getDateQueued()
getDateQueued in interface MailQueueItempublic int getSendCount()
getSendCount in interface MailQueueItempublic boolean hasError()
hasError in interface MailQueueItemprotected void incrementSendCount()
public void setMailThreader(MailThreader mailThreader)
public final int compareTo(MailQueueItem o)
compareTo in interface Comparable<MailQueueItem>Copyright © 2018 Atlassian. All rights reserved.