org.apache.james.mailbox.jpa.mail.model.openjpa
Class AbstractJPAMessage.MailboxIdUidKey

java.lang.Object
  extended by 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
 
Constructor Summary
AbstractJPAMessage.MailboxIdUidKey()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mailbox

public long mailbox
The value for the mailbox field


uid

public long uid
The value for the uid field

Constructor Detail

AbstractJPAMessage.MailboxIdUidKey

public AbstractJPAMessage.MailboxIdUidKey()
Method Detail

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.