salto.tool.jdo.data
Class JdoInfo
java.lang.Object
salto.tool.sql.data.TableInfo
salto.tool.jdo.data.JdoInfo
- All Implemented Interfaces:
- java.lang.Cloneable
public class JdoInfo
- extends TableInfo
- implements java.lang.Cloneable
Objet de donn�e correspondant � un attribut java d'une classe de type
Dataobject Date de cr�ation : (18/10/01 06:37:36)
- Author:
- : E. Loiez
Constructor Summary |
JdoInfo()
Commentaire relatif au constructeur JdoInfo. |
JdoInfo(TableInfo tableInfo)
Commentaire relatif au constructeur JdoInfo. |
Methods inherited from class salto.tool.sql.data.TableInfo |
equals, getAutoIncrementCols, getColInfos, getColInfos, getColNum, getConn, getConnInfo, getExportedFk, getFK, getImportedFk, getPk, getShemaInfo, getTableCat, getTableName, getTableRemarks, getTableShem, getTableType, hashCode, setColInfos, setConn, setConnInfo, setShemaInfo, setTableCat, setTableName, setTableRemarks, setTableShem, setTableType |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
javaPckName
protected java.lang.String javaPckName
javaClassName
protected java.lang.String javaClassName
jdoColInfos
protected JdoColInfo[] jdoColInfos
nameCreator
protected static IDoNameCreator nameCreator
JdoInfo
public JdoInfo()
- Commentaire relatif au constructeur JdoInfo.
JdoInfo
public JdoInfo(TableInfo tableInfo)
- Commentaire relatif au constructeur JdoInfo.
getJavaClassName
public java.lang.String getJavaClassName()
- Returns:
- Returns the javaClassName.
getBasicColInfos
public JdoColInfo[] getBasicColInfos()
- colinfos that are not pk and not fk
- Returns:
getNonFKColInfos
public JdoColInfo[] getNonFKColInfos()
- colinfos that are not fk
- Returns:
getJdoColInfos
public JdoColInfo[] getJdoColInfos()
- Returns:
- Returns the jdoColInfos.
setJdoColInfos
public void setJdoColInfos(JdoColInfo[] jdoColInfos)
- Parameters:
jdoColInfos
- The jdoColInfos to set.
setJavaClassName
public void setJavaClassName(java.lang.String javaClassName)
- Parameters:
javaClassName
- The javaClassName to set.
getJavaPckName
public java.lang.String getJavaPckName()
- Returns:
- Returns the javaPckName.
setJavaPckName
public void setJavaPckName(java.lang.String javaPckName)
- Parameters:
javaPckName
- The javaPckName to set.
clone
protected java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone
in class java.lang.Object
- Throws:
java.lang.CloneNotSupportedException
Copyright © 2002-2008 Salto Consulting. All Rights Reserved.