| Constructor and Description |
|---|
JPAMailbox()
Deprecated.
|
JPAMailbox(MailboxPath path,
int uidValidity) |
| Modifier and Type | Method and Description |
|---|---|
long |
consumeModSeq() |
long |
consumeUid() |
boolean |
equals(Object obj) |
MailboxACL |
getACL()
Gets the current ACL for this mailbox.
|
long |
getHighestModSeq() |
long |
getLastUid() |
Long |
getMailboxId()
Gets the unique mailbox ID.
|
String |
getName()
Gets the current name for this mailbox.
|
String |
getNamespace()
Gets the current namespace for this mailbox.
|
long |
getUidValidity()
Gets the current UID VALIDITY for this mailbox.
|
String |
getUser()
Gets the current user for this mailbox.
|
int |
hashCode() |
void |
setACL(MailboxACL acl)
Sets the current ACL for this mailbox.
|
void |
setName(String name)
Sets the current name for this mailbox.
|
void |
setNamespace(String namespace)
Sets the current namespace for this mailbox.
|
void |
setUser(String user)
Sets the current user for this mailbox.
|
String |
toString() |
@Deprecated public JPAMailbox()
public JPAMailbox(MailboxPath path, int uidValidity)
public Long getMailboxId()
MailboxgetMailboxId in interface Mailbox<Long>Mailbox.getMailboxId()public String getName()
MailboxgetName in interface Mailbox<Long>Mailbox.getName()public long getUidValidity()
MailboxgetUidValidity in interface Mailbox<Long>Mailbox.getUidValidity()public void setName(String name)
MailboxsetName in interface Mailbox<Long>name - not nullMailbox.setName(java.lang.String)public String getNamespace()
MailboxgetNamespace in interface Mailbox<Long>Mailbox.getNamespace()public String getUser()
MailboxgetUser in interface Mailbox<Long>Mailbox.getUser()public void setNamespace(String namespace)
MailboxsetNamespace in interface Mailbox<Long>namespace - not nullMailbox.setNamespace(java.lang.String)public void setUser(String user)
MailboxsetUser in interface Mailbox<Long>user - not nullMailbox.setUser(java.lang.String)public long getLastUid()
public long getHighestModSeq()
public long consumeUid()
public long consumeModSeq()
public MailboxACL getACL()
Mailboxpublic void setACL(MailboxACL acl)
MailboxCopyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.