public class MetadataRelation extends Object
Constructor and Description |
---|
MetadataRelation() |
Modifier and Type | Method and Description |
---|---|
String |
getProcedureName() |
String |
getQueryName() |
String |
getRelationType() |
String |
getSourceColumn() |
String |
getSourceDb() |
String |
getSourceSchema() |
String |
getSourceTable() |
String |
getTargetColumn() |
String |
getTargetDb() |
String |
getTargetSchema() |
String |
getTargetTable() |
void |
setProcedureName(String procedureName) |
void |
setQueryName(String queryName) |
void |
setRelationType(String relationType) |
void |
setSourceColumn(String sourceColumn) |
void |
setSourceDb(String sourceDb) |
void |
setSourceSchema(String sourceSchema) |
void |
setSourceTable(String sourceTable) |
void |
setTargetColumn(String targetColumn) |
void |
setTargetDb(String targetDb) |
void |
setTargetSchema(String targetSchema) |
void |
setTargetTable(String targetTable) |
public MetadataRelation()
public String getSourceDb()
public void setSourceDb(String sourceDb)
public String getSourceSchema()
public void setSourceSchema(String sourceSchema)
public String getSourceTable()
public void setSourceTable(String sourceTable)
public String getSourceColumn()
public void setSourceColumn(String sourceColumn)
public String getTargetDb()
public void setTargetDb(String targetDb)
public String getTargetSchema()
public void setTargetSchema(String targetSchema)
public String getTargetTable()
public void setTargetTable(String targetTable)
public String getTargetColumn()
public void setTargetColumn(String targetColumn)
public String getProcedureName()
public void setProcedureName(String procedureName)
public String getQueryName()
public void setQueryName(String queryName)
public String getRelationType()
public void setRelationType(String relationType)