wt.pds
Class RawOidHolder

java.lang.Object
  extended bywt.pds.RawOidHolder
All Implemented Interfaces:
OidHolder

public class RawOidHolder
extends Object
implements OidHolder

This concrete implementation class provides a lightweight wrapper for OID components.

Supported API: false

Extendable: false


Field Summary
private  String className
           
private static String CLASSNAME
           
private  Object id
           
private static String RESOURCE
           
 
Fields inherited from interface wt.pds.OidHolder
CLASS_NAME, ID
 
Constructor Summary
RawOidHolder(String a_className, Object a_id)
          

Supported API: false
 
Method Summary
 String getClassName()
          Gets the value of the attribute: className; The OID classname.
 Object getId()
          Gets the value of the attribute: id; The OID id value.
 void setClassName(String a_ClassName)
          Sets the value of the attribute: className; The OID classname.
 void setId(Object a_Id)
          Sets the value of the attribute: id; The OID id value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

className

private String className

id

private Object id
Constructor Detail

RawOidHolder

public RawOidHolder(String a_className,
                    Object a_id)


Supported API: false

Parameters:
a_className -
a_id -
Method Detail

getClassName

public String getClassName()
Gets the value of the attribute: className; The OID classname.

Supported API: false

Specified by:
getClassName in interface OidHolder
Returns:
String

setClassName

public void setClassName(String a_ClassName)
Sets the value of the attribute: className; The OID classname.

Supported API: false

Parameters:
a_ClassName -

getId

public Object getId()
Gets the value of the attribute: id; The OID id value.

Supported API: false

Specified by:
getId in interface OidHolder
Returns:
Object

setId

public void setId(Object a_Id)
Sets the value of the attribute: id; The OID id value.

Supported API: false

Parameters:
a_Id -