deegree 2.5 (2011/06/29 09:44 build-8-official)

org.deegree.tools.security
Class SecDBCleaner.Right

java.lang.Object
  extended by org.deegree.tools.security.SecDBCleaner.Right
Enclosing class:
SecDBCleaner

static class SecDBCleaner.Right
extends java.lang.Object


Field Summary
(package private)  java.lang.String constraint
           
(package private)  int id
           
(package private)  int right
           
 
Constructor Summary
SecDBCleaner.Right()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
          Implementation as proposed by Joshua Block in Effective Java (Addison-Wesley 2001), which supplies an even distribution and is relatively fast.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

id

int id

right

int right

constraint

java.lang.String constraint
Constructor Detail

SecDBCleaner.Right

SecDBCleaner.Right()
Method Detail

equals

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

hashCode

public int hashCode()
Implementation as proposed by Joshua Block in Effective Java (Addison-Wesley 2001), which supplies an even distribution and is relatively fast. It is created from field f as follows:

Combining the hash code(s) computed above: result = 37 * result + code;

Overrides:
hashCode in class java.lang.Object
Returns:
(int) ( result >>> 32 ) ^ (int) result;
See Also:
Object.hashCode()

toString

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

deegree 2.5 (2011/06/29 09:44 build-8-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org