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

java.lang.Object
  extended by org.apache.james.mailbox.jpa.mail.model.openjpa.AbstractJPAMailboxMembership.MailboxIdUidKey
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
AbstractJPAMailboxMembership

public static class AbstractJPAMailboxMembership.MailboxIdUidKey
extends java.lang.Object
implements java.io.Serializable

Identifies composite key

See Also:
Serialized Form

Field Summary
 long mailboxId
          The value for the mailboxId field
 long uid
          The value for the uid field
 
Constructor Summary
AbstractJPAMailboxMembership.MailboxIdUidKey()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mailboxId

public long mailboxId
The value for the mailboxId field


uid

public long uid
The value for the uid field

Constructor Detail

AbstractJPAMailboxMembership.MailboxIdUidKey

public AbstractJPAMailboxMembership.MailboxIdUidKey()
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.