|
|||||||||
| Home >> All >> org >> jdbf >> engine >> [ basic overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jdbf.engine.basic
Class ObjectMapped

java.lang.Objectorg.jdbf.engine.basic.ObjectMapped
- public class ObjectMapped
- extends java.lang.Object
ObjectMapped is the superclass of Java objects that are mapped on
the repository.
| Field Summary | |
protected java.lang.String |
className
className |
protected java.lang.Object |
OID
object identifier |
protected java.lang.String |
repositoryViewName
name of repository |
| Constructor Summary | |
ObjectMapped()
|
|
ObjectMapped(java.lang.String repositoryName)
Create the object. |
|
| Method Summary | |
java.lang.String |
getClassName()
Return the className |
java.lang.Object |
getOID()
Return the object identifier |
java.lang.String |
getRepositoryViewName()
Return the name of repository view where it is mapped |
void |
setOID(java.lang.Object oid)
Set the object identifier. |
void |
setRepositoryViewName(java.lang.String repositoryName)
Set the name of repository view where it is mapped |
java.lang.String |
toString()
Return the object as String |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
className
protected java.lang.String className
- className
repositoryViewName
protected java.lang.String repositoryViewName
- name of repository
OID
protected java.lang.Object OID
- object identifier
| Constructor Detail |
ObjectMapped
public ObjectMapped()
ObjectMapped
public ObjectMapped(java.lang.String repositoryName)
- Create the object.
| Method Detail |
getClassName
public java.lang.String getClassName()
- Return the className
getOID
public final java.lang.Object getOID()
- Return the object identifier
getRepositoryViewName
public java.lang.String getRepositoryViewName()
- Return the name of repository view where it is mapped
setOID
public final void setOID(java.lang.Object oid)
- Set the object identifier.
You don't invoke this method, because it will be invoke by DatabaseImpl
setRepositoryViewName
public void setRepositoryViewName(java.lang.String repositoryName)
- Set the name of repository view where it is mapped
toString
public java.lang.String toString()
- Return the object as String
|
|||||||||
| Home >> All >> org >> jdbf >> engine >> [ basic overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.jdbf.engine.basic.ObjectMapped