net.sf.dewdrop.sqlml.directive
Class ConstraintDirective

java.lang.Object
  extended bynet.sf.dewdrop.sqlml.directive.ConstraintDirective
All Implemented Interfaces:
Cloneable

public class ConstraintDirective
extends Object
implements Cloneable

Class short description goes here.

Class long description goes here.

[optional JavaDoc tags here]

Author:
Les A. Hazlewood

Field Summary
protected  int justifyIndentLevel
           
 
Constructor Summary
ConstraintDirective()
           
 
Method Summary
 Object clone()
           
 int getCount()
           
 int getJustifyIndentLevel()
           
 String getParentTableName()
           
 void incrementCount()
           
 void setCount(int constraintCount)
           
 void setJustifyIndentLevel(int justifyIndentLevel)
           
 void setParentTableName(String parentTableName)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

justifyIndentLevel

protected int justifyIndentLevel
Constructor Detail

ConstraintDirective

public ConstraintDirective()
Method Detail

getJustifyIndentLevel

public int getJustifyIndentLevel()

setJustifyIndentLevel

public void setJustifyIndentLevel(int justifyIndentLevel)

getParentTableName

public String getParentTableName()

setParentTableName

public void setParentTableName(String parentTableName)

getCount

public int getCount()
Returns:
Returns the constraintCount.

setCount

public void setCount(int constraintCount)
Parameters:
constraintCount - The constraintCount to set.

incrementCount

public void incrementCount()

clone

public Object clone()
             throws CloneNotSupportedException
Throws:
CloneNotSupportedException
See Also:
Object.clone()