org.apache.james.mailbox.jpa.mail.model.openjpa
Class AbstractJPAMessage.MailboxIdUidKey
java.lang.Object
org.apache.james.mailbox.jpa.mail.model.openjpa.AbstractJPAMessage.MailboxIdUidKey
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- AbstractJPAMessage
public static class AbstractJPAMessage.MailboxIdUidKey
- extends Object
- implements Serializable
Identifies composite key
- See Also:
- Serialized Form
|
Field Summary |
long |
mailbox
The value for the mailbox field |
long |
uid
The value for the uid field |
mailbox
public long mailbox
- The value for the mailbox field
uid
public long uid
- The value for the uid field
AbstractJPAMessage.MailboxIdUidKey
public AbstractJPAMessage.MailboxIdUidKey()
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.