ibrokerkit.iservicestore.store.impl
Class AbstractAuthentication

java.lang.Object
  extended by ibrokerkit.iservicestore.store.impl.AbstractAuthentication
All Implemented Interfaces:
Authentication, IService, java.io.Serializable, java.lang.Comparable<IService>
Direct Known Subclasses:
DbAuthentication

public abstract class AbstractAuthentication
extends java.lang.Object
implements Authentication

See Also:
Serialized Form

Constructor Summary
AbstractAuthentication()
           
 
Method Summary
 int compareTo(IService other)
           
 boolean equals(java.lang.Object o)
           
 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 ibrokerkit.iservicestore.store.Authentication
getPass, setPass
 
Methods inherited from interface ibrokerkit.iservicestore.store.IService
getAttributes, getEnabled, getId, getIndx, getName, getQxri, getTimestamp, setAttributes, setEnabled, setIndx, setName, setQxri
 

Constructor Detail

AbstractAuthentication

public AbstractAuthentication()
Method Detail

compareTo

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

toString

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

equals

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

hashCode

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


Copyright © 2009. All Rights Reserved.