net.sf.dewdrop.sqlml
Class Ref

java.lang.Object
  extended bynet.sf.dewdrop.sqlml.SqlmlComponent
      extended bynet.sf.dewdrop.sqlml.SchemaComponent
          extended bynet.sf.dewdrop.sqlml.Ref

public class Ref
extends SchemaComponent

Author:
Les A. Hazlewood

Field Summary
protected  String column
           
protected  String table
           
 
Fields inherited from class net.sf.dewdrop.sqlml.SchemaComponent
description, name
 
Fields inherited from class net.sf.dewdrop.sqlml.SqlmlComponent
indentLevel, logger
 
Constructor Summary
Ref()
           
 
Method Summary
 boolean equals(Object o)
           
 String getColumn()
           
 String getTable()
           
 void onWriteSql(Writer out, Configuration cfg)
           
 void setColumn(String column)
           
 void setTable(String table)
           
 
Methods inherited from class net.sf.dewdrop.sqlml.SchemaComponent
getDescription, getName, setDescription, setName
 
Methods inherited from class net.sf.dewdrop.sqlml.SqlmlComponent
getIndentLevel, i18n, i18n, i18n, setIndentLevel, toSql, toSql, toSql, toString, writeSql, writeSql, writeSql
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

table

protected String table

column

protected String column
Constructor Detail

Ref

public Ref()
Method Detail

getTable

public String getTable()

setTable

public void setTable(String table)

getColumn

public String getColumn()

setColumn

public void setColumn(String column)

onWriteSql

public void onWriteSql(Writer out,
                       Configuration cfg)
Specified by:
onWriteSql in class SqlmlComponent

equals

public boolean equals(Object o)
Overrides:
equals in class SchemaComponent