net.sf.dewdrop.sqlml
Class SchemaComponent

java.lang.Object
  extended bynet.sf.dewdrop.sqlml.SqlmlComponent
      extended bynet.sf.dewdrop.sqlml.SchemaComponent
Direct Known Subclasses:
Column, Constraint, Description, Native, Ref, Schema, Sequence, Table

public abstract class SchemaComponent
extends SqlmlComponent

Author:
Les Hazlewood

Field Summary
protected  String description
           
protected  String name
           
 
Fields inherited from class net.sf.dewdrop.sqlml.SqlmlComponent
indentLevel, logger
 
Constructor Summary
SchemaComponent()
           
 
Method Summary
 boolean equals(Object o)
           
 String getDescription()
           
 String getName()
           
 void setDescription(String description)
           
 void setName(String name)
           
 
Methods inherited from class net.sf.dewdrop.sqlml.SqlmlComponent
getIndentLevel, i18n, i18n, i18n, onWriteSql, 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

name

protected String name

description

protected String description
Constructor Detail

SchemaComponent

public SchemaComponent()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

equals

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