com.ptc.windchill.esi.map
Class ESIMap.Entry

java.lang.Object
  extended bycom.ptc.windchill.esi.map.ESIMap.Entry
Enclosing class:
ESIMap

public class ESIMap.Entry
extends Object


Field Summary
private  String defaultValue
           
private  String sourceAttributeName
           
private  String targetAttributeName
           
 
Constructor Summary
protected ESIMap.Entry(String sourceAttributeName, String targetAttributeName, String defaultValue)
           
 
Method Summary
 String getDefaultValue()
           
 String getSourceAttributeName()
           
 String getTargetAttributeName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sourceAttributeName

private String sourceAttributeName

targetAttributeName

private String targetAttributeName

defaultValue

private String defaultValue
Constructor Detail

ESIMap.Entry

protected ESIMap.Entry(String sourceAttributeName,
                       String targetAttributeName,
                       String defaultValue)
Method Detail

getSourceAttributeName

public String getSourceAttributeName()

getTargetAttributeName

public String getTargetAttributeName()

getDefaultValue

public String getDefaultValue()