org.isam.exehda.services.ox
Class ProxyOXHandle
java.lang.Object
|
+--org.isam.exehda.services.ox.OXHandle
|
+--org.isam.exehda.services.ox.ProxyOXHandle
- All Implemented Interfaces:
- java.io.Serializable
- public class ProxyOXHandle
- extends OXHandle
- implements java.io.Serializable
- Author:
- frainer
- See Also:
- Serialized Form
Field Summary |
(package private) java.util.Hashtable |
attributes
|
Method Summary |
java.lang.Object |
getAttribute(java.lang.String attr)
Retrieves the value of the given attribute |
void |
setAttribute(java.lang.String attr,
java.lang.Object val)
Sets the value of the given attribute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attributes
java.util.Hashtable attributes
ProxyOXHandle
public ProxyOXHandle(ObjectId oid)
- Creates a new instance of ProxyOXHandle
ProxyOXHandle
public ProxyOXHandle(ObjectId oid,
long time)
- Creates a new instance of ProxyOXHandle
getAttribute
public java.lang.Object getAttribute(java.lang.String attr)
- Retrieves the value of the given attribute
- Overrides:
getAttribute
in class OXHandle
- Parameters:
attr
- a String indicating the attribute
- Returns:
- the value of the given attribute
setAttribute
public void setAttribute(java.lang.String attr,
java.lang.Object val)
- Sets the value of the given attribute
- Overrides:
setAttribute
in class OXHandle
- Parameters:
attr
- the attribute to be modifiedval
- the new value for the attribute
- Returns:
- void