Teiid 8.3.0.Final

org.teiid.translator.salesforce
Class RelationshipImpl

java.lang.Object
  extended by org.teiid.translator.salesforce.RelationshipImpl
All Implemented Interfaces:
Relationship

public class RelationshipImpl
extends Object
implements Relationship


Field Summary
 String childTablename
           
 String foreignKeyField
           
 String parentTableName
           
 
Constructor Summary
RelationshipImpl()
           
 
Method Summary
 String getChildTable()
           
 String getForeignKeyField()
           
 String getParentTable()
           
 boolean isCascadeDelete()
           
 void setCascadeDelete(boolean delete)
           
 void setChildTable(String childTable)
           
 void setForeignKeyField(String foreignKeyField)
           
 void setParentTable(String parentTableName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

childTablename

public String childTablename

parentTableName

public String parentTableName

foreignKeyField

public String foreignKeyField
Constructor Detail

RelationshipImpl

public RelationshipImpl()
Method Detail

setCascadeDelete

public void setCascadeDelete(boolean delete)
Specified by:
setCascadeDelete in interface Relationship

isCascadeDelete

public boolean isCascadeDelete()
Specified by:
isCascadeDelete in interface Relationship

setChildTable

public void setChildTable(String childTable)
Specified by:
setChildTable in interface Relationship

getChildTable

public String getChildTable()
Specified by:
getChildTable in interface Relationship

getForeignKeyField

public String getForeignKeyField()
Specified by:
getForeignKeyField in interface Relationship

setForeignKeyField

public void setForeignKeyField(String foreignKeyField)
Specified by:
setForeignKeyField in interface Relationship

getParentTable

public String getParentTable()
Specified by:
getParentTable in interface Relationship

setParentTable

public void setParentTable(String parentTableName)
Specified by:
setParentTable in interface Relationship

Teiid 8.3.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.