aminePlatform.util
Class ObjectWithBindInf
java.lang.Object
aminePlatform.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
Methods inherited from class java.lang.Object |
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectWithBindInf
public ObjectWithBindInf()
ObjectWithBindInf
public ObjectWithBindInf(java.lang.Object obj,
java.lang.Object bindInf)
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)