org.openxri.store.impl
Class AbstractAuthority

java.lang.Object
  extended by org.openxri.store.impl.AbstractAuthority
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Authority>, Authority
Direct Known Subclasses:
DbAuthority, NullAuthority

public abstract class AbstractAuthority
extends java.lang.Object
implements Authority

See Also:
Serialized Form

Constructor Summary
AbstractAuthority()
           
 
Method Summary
 int compareTo(Authority other)
           
 boolean equals(java.lang.Object object)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.openxri.store.Authority
getId, getXrd
 

Constructor Detail

AbstractAuthority

public AbstractAuthority()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

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

hashCode

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

compareTo

public int compareTo(Authority other)
Specified by:
compareTo in interface java.lang.Comparable<Authority>


Copyright © 2005-2012. All Rights Reserved.