org.openmdx.base.accessor.generic.spi
Class Delegating_1

java.lang.Object
  extended by org.openmdx.base.accessor.generic.spi.Delegating_1

public class Delegating_1
extends Object

Delegating_1


Constructor Summary
protected Delegating_1()
          Avoid instantiation
 
Method Summary
static boolean equal(Delegating_1_0 left, Object right)
          Compare two delegating objects
static int hashCode(Delegating_1_0 delegating)
          Calculate a delegating object's hash code
static String toString(Delegating_1_0 delegating)
          Retrieve a delegating object's string representation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Delegating_1

protected Delegating_1()
Avoid instantiation

Method Detail

equal

public static boolean equal(Delegating_1_0 left,
                            Object right)
Compare two delegating objects

Returns:
true if both have the same class and their delegates are equal.
Throws:
NullPointerException - if left is null.

hashCode

public static int hashCode(Delegating_1_0 delegating)
Calculate a delegating object's hash code

Parameters:
delegating - the delegating object
Returns:
its hash code

toString

public static String toString(Delegating_1_0 delegating)
Retrieve a delegating object's string representation

Parameters:
delegating - the delegating object
Returns:
a string representation of its delegate amended by the delegating object's class name.


This software is published under the BSD license. Copyright © 2003-2008, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.