com.sybase.uep.bobclient.controls
Class ColumnMapping

java.lang.Object
  extended by com.sybase.uep.bobclient.controls.ColumnMapping

public class ColumnMapping
extends java.lang.Object

This is the ColumnMapping object This will hold the column name and display name

Author:
tdang

Constructor Summary
ColumnMapping(java.lang.String name, java.lang.String displayName)
           
 
Method Summary
 java.lang.String getDisplayName()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnMapping

public ColumnMapping(java.lang.String name,
                     java.lang.String displayName)
Method Detail

getName

public java.lang.String getName()

getDisplayName

public java.lang.String getDisplayName()