deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

org.deegree.record.persistence
Class MappingInfo

java.lang.Object
  extended by org.deegree.record.persistence.MappingInfo

public class MappingInfo
extends Object

Defines the mapping information from a profile specific propertyname to the database table.

Version:
$Revision: $, $Date: $
Author:
Steffen Thomas, last edited by: $Author: thomas $

Nested Class Summary
static class MappingInfo.ColumnType
          Specifies the datatype for a property in the backend.
 
Constructor Summary
MappingInfo(String table, String column, MappingInfo.ColumnType type)
           
 
Method Summary
 String getColumn()
           
 String getTables()
           
 MappingInfo.ColumnType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappingInfo

public MappingInfo(String table,
                   String column,
                   MappingInfo.ColumnType type)
Parameters:
table - specifies the table in which this property is archived
column - specifies the columnname in the table
type - specifies the type of the column
Method Detail

getTables

public String getTables()
Returns:
the table

getColumn

public String getColumn()
Returns:
the column

getType

public MappingInfo.ColumnType getType()
Returns:
the type

deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>