org.webdocwf.util.loader.generator
Class MappingTypeData

java.lang.Object
  extended by org.webdocwf.util.loader.generator.MappingTypeData

public class MappingTypeData
extends java.lang.Object

MappingTypeData class mapping the type of data, which depends on the type of database.

Version:
1.0
Author:
Radoslav Dutina

Constructor Summary
MappingTypeData(java.lang.String dataType, InputParameters generatorParameters)
          Construct object MappingTypeData with associated parameters.
 
Method Summary
 java.lang.String getSQLType()
          This method read the value of sqlType parameter.
 void setSQLType(java.lang.String sql_Type)
          This method sets the value of sqlType parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappingTypeData

public MappingTypeData(java.lang.String dataType,
                       InputParameters generatorParameters)
                throws LoaderException
Construct object MappingTypeData with associated parameters.

Parameters:
dataType - is the type which you wont to map.
generatorParameters - represents the references to InputParameter object.
Throws:
LoaderException
Method Detail

getSQLType

public java.lang.String getSQLType()
This method read the value of sqlType parameter.

Returns:
value of parameter.

setSQLType

public void setSQLType(java.lang.String sql_Type)
This method sets the value of sqlType parameter.

Parameters:
sql_Type - is the value of parameter.


Copyright © 2002-2007 Together - the Workgroup. All Rights Reserved.