net.sf.dewdrop.sqlml.directive
Class TableComponentDirective
java.lang.Object
net.sf.dewdrop.sqlml.directive.TableComponentDirective
- public class TableComponentDirective
- extends Object
Class short description goes here.
Class long description goes here.
[optional JavaDoc tags here]
- Author:
- Les A. Hazlewood
justifyIndentLevel
protected int justifyIndentLevel
parentTableName
protected String parentTableName
TableComponentDirective
public TableComponentDirective()
getJustifyIndentLevel
public int getJustifyIndentLevel()
- Returns:
- Returns the justifyIndentLevel.
setJustifyIndentLevel
public void setJustifyIndentLevel(int justifyIndentLevel)
- Parameters:
justifyIndentLevel
- The justifyIndentLevel to set.
getParentTableName
public String getParentTableName()
- Returns:
- Returns the parentTableName.
setParentTableName
public void setParentTableName(String parentTableName)
- Parameters:
parentTableName
- The parentTableName to set.
clone
protected Object clone()
throws CloneNotSupportedException
- Throws:
CloneNotSupportedException