|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.pds.RawOidHolder
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 |
private static final String RESOURCE
private static final String CLASSNAME
private String className
private Object id
Constructor Detail |
public RawOidHolder(String a_className, Object a_id)
a_className
- a_id
- Method Detail |
public String getClassName()
getClassName
in interface OidHolder
public void setClassName(String a_ClassName)
a_ClassName
- public Object getId()
getId
in interface OidHolder
public void setId(Object a_Id)
a_Id
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |