org.prorefactor.refactor.tfnames
Class NamesTarget

java.lang.Object
  extended by org.prorefactor.refactor.RefactorTarget
      extended by org.prorefactor.refactor.tfnames.NamesTarget
All Implemented Interfaces:
java.lang.Comparable

public class NamesTarget
extends RefactorTarget

Refactor targets for table and table-field names which need cleanup.


Field Summary
 boolean abbreviated
           
 boolean caseWrong
           
 java.lang.String dbPart
           
 java.lang.String fieldPart
           
 boolean needsQualif
           
 java.lang.String tablePart
           
 
Fields inherited from class org.prorefactor.refactor.RefactorTarget
changedLines, column, filename, linenum, nodeHandle
 
Constructor Summary
NamesTarget()
           
 
Method Summary
 java.lang.String getFixedName()
           
 
Methods inherited from class org.prorefactor.refactor.RefactorTarget
compareTo, equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

abbreviated

public boolean abbreviated

caseWrong

public boolean caseWrong

needsQualif

public boolean needsQualif

dbPart

public java.lang.String dbPart

tablePart

public java.lang.String tablePart

fieldPart

public java.lang.String fieldPart
Constructor Detail

NamesTarget

public NamesTarget()
Method Detail

getFixedName

public java.lang.String getFixedName()


Copyright © 2008 Joanju Software. All Rights Reserved.