JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.datasource.util
Class ColumnMap

java.lang.Object
  |
  +--com.klg.jclass.datasource.util.ColumnMap
All Implemented Interfaces:
Serializable

public class ColumnMap
extends Object
implements Serializable

A helper class which maps the name of a column in a master table to its name in a detail table. An ordered Vector of these objects is maintained in MetaData. The order is important. These objects must be added in the same order as the parameters appear in the statement.

See Also:
Serialized Form

Constructor Summary
ColumnMap(String parentColumn, String childColumn)
          Constructs a column map.
 
Method Summary
 String getChildColumn()
          Gets the child column
 String getParentColumn()
          Gets the parent column
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnMap

public ColumnMap(String parentColumn,
                 String childColumn)
Constructs a column map.

Parameters:
parentColumn - parent column name
childColumn - child column name
Method Detail

getParentColumn

public String getParentColumn()
Gets the parent column


getChildColumn

public String getChildColumn()
Gets the child column


Copyright © 2004 Quest Software Inc..
All rights reserved.