planetj.dataengine
Class RowInterfaceProperties

java.lang.Object
  |
  +--planetj.dataengine.RowClassProperties
        |
        +--planetj.dataengine.RowInterfaceProperties

public class RowInterfaceProperties
extends RowClassProperties

Insert the type's description here. Creation date: (4/1/2002 5:59:39 PM)


Constructor Summary
RowInterfaceProperties()
           
 
Method Summary
 String getTableName()
          This method is derrived from the getFullClassName which is return LIBRARY_NAME.TABLE_NAME for classes and LIBRARY_NAME.I + TABLE_NAME for interfaces Creation date: (4/9/2002 1:21:32 PM)
 boolean isGenerateConstantComments()
          Tests if constant comments methods should be generated.
 boolean isGenerateConstantTableProperties()
          Tests if constant table properties methods should be generated.
 boolean isGenerateFieldNameConstants()
          Tests if constants should be generated for field names.
 boolean isGenerateGetters()
          Tests if getter methods should be generated.
 boolean isGenerateSetters()
          Tests if setter methods should be generated.
 
Methods inherited from class planetj.dataengine.RowClassProperties
getFileLocation, getFullClassName, getLibraryName, getPackage, isGeneratePackage, isUsePrimitives, setFileLocation, setFullClassName, setGenerateConstantComments, setGenerateConstantTableProperties, setGenerateFieldNameConstants, setGenerateGetters, setGeneratePackage, setGenerateSetters, setPackage, setUsePrimitives
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowInterfaceProperties

public RowInterfaceProperties()
Method Detail

getTableName

public String getTableName()
This method is derrived from the getFullClassName which is return LIBRARY_NAME.TABLE_NAME for classes and LIBRARY_NAME.I + TABLE_NAME for interfaces Creation date: (4/9/2002 1:21:32 PM)

Overrides:
getTableName in class RowClassProperties

isGenerateConstantComments

public boolean isGenerateConstantComments()
Tests if constant comments methods should be generated.

Overrides:
isGenerateConstantComments in class RowClassProperties
Returns:
boolean

isGenerateConstantTableProperties

public boolean isGenerateConstantTableProperties()
Tests if constant table properties methods should be generated.

Overrides:
isGenerateConstantTableProperties in class RowClassProperties
Returns:
boolean

isGenerateFieldNameConstants

public boolean isGenerateFieldNameConstants()
Tests if constants should be generated for field names. If the SQL name for the Format Name column is FMTNME the generated constant would be

public static final String FORMAT_NAME = "FMTNME";

Overrides:
isGenerateFieldNameConstants in class RowClassProperties

isGenerateGetters

public boolean isGenerateGetters()
Tests if getter methods should be generated.

Overrides:
isGenerateGetters in class RowClassProperties

isGenerateSetters

public boolean isGenerateSetters()
Tests if setter methods should be generated.

Overrides:
isGenerateSetters in class RowClassProperties