org.teiid.translator.salesforce
Class RelationshipImpl
java.lang.Object
org.teiid.translator.salesforce.RelationshipImpl
- All Implemented Interfaces:
- Relationship
public class RelationshipImpl
- extends Object
- implements Relationship
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
childTablename
public String childTablename
parentTableName
public String parentTableName
foreignKeyField
public String foreignKeyField
RelationshipImpl
public RelationshipImpl()
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
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.