Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jdbf.engine.mapping
Class ObjectDescriptor  view ObjectDescriptor download ObjectDescriptor.java

java.lang.Object
  extended byorg.jdbf.engine.mapping.ObjectDescriptor
Direct Known Subclasses:
BeanDescriptor, ItemDescriptor

public class ObjectDescriptor
extends java.lang.Object

ObjectDescriptor represents the objects that are specifies in the repository.


Field Summary
protected  java.lang.String className
          Class name
protected  java.lang.String classOwn
          Class own
protected  java.lang.String repositoryViewName
          Name of repository item
protected  java.lang.String tableName
          Name of table
 
Constructor Summary
ObjectDescriptor()
          Constructs the object
 
Method Summary
 java.lang.String getClassName()
          Return class name of class mapped
 java.lang.String getClassOwn()
          Return class own
 java.lang.String getRepositoryViewName()
          Return name of reposiroey item
 java.lang.String getTableName()
          Return table name of table mapped to Java object
 void setClassName(java.lang.String className)
          Set class own
 void setRepositoryViewName(java.lang.String repositoryViewName)
          Set name of repository item
 void setTableName(java.lang.String tableName)
          Set name of table mapped to Java object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classOwn

protected java.lang.String classOwn
Class own


className

protected java.lang.String className
Class name


repositoryViewName

protected java.lang.String repositoryViewName
Name of repository item


tableName

protected java.lang.String tableName
Name of table

Constructor Detail

ObjectDescriptor

public ObjectDescriptor()
Constructs the object

Method Detail

getClassOwn

public java.lang.String getClassOwn()
Return class own


getClassName

public java.lang.String getClassName()
Return class name of class mapped


getRepositoryViewName

public java.lang.String getRepositoryViewName()
Return name of reposiroey item


getTableName

public java.lang.String getTableName()
Return table name of table mapped to Java object


setClassName

public void setClassName(java.lang.String className)
Set class own


setRepositoryViewName

public void setRepositoryViewName(java.lang.String repositoryViewName)
Set name of repository item


setTableName

public void setTableName(java.lang.String tableName)
Set name of table mapped to Java object