aminePlatform.util
Class ObjectWithBindInf

java.lang.Object
  extended byaminePlatform.util.ObjectWithBindInf

public class ObjectWithBindInf
extends java.lang.Object

Titre : util.ObjectWithBindInf Class

Description : ObjectWithBindInf is used to record an object with its binding information. This class is used by BindingContext interface to return the result of the binding resolution.

Copyright: Copyright (c) Adil KABBAJ, 2004-2009


Constructor Summary
ObjectWithBindInf()
           
ObjectWithBindInf(java.lang.Object obj, java.lang.Object bindInf)
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void finalize()
           
 java.lang.Object getBindInf()
           
 java.lang.Object getObj()
           
 void setBindInf(java.lang.Object bindInf)
           
 void setObj(java.lang.Object obj)
           
 java.lang.String toString(Lexicon lexicon)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectWithBindInf

public ObjectWithBindInf()

ObjectWithBindInf

public ObjectWithBindInf(java.lang.Object obj,
                         java.lang.Object bindInf)
Method Detail

finalize

public void finalize()

getObj

public java.lang.Object getObj()

setObj

public void setObj(java.lang.Object obj)

getBindInf

public java.lang.Object getBindInf()

setBindInf

public void setBindInf(java.lang.Object bindInf)

toString

public java.lang.String toString(Lexicon lexicon)

equals

public boolean equals(java.lang.Object object)