org.nhindirect.config.manager.printers
Class AbstractRecordPrinter.ReportColumn

java.lang.Object
  extended by org.nhindirect.config.manager.printers.AbstractRecordPrinter.ReportColumn
Enclosing class:
AbstractRecordPrinter<T>

protected static class AbstractRecordPrinter.ReportColumn
extends Object


Field Summary
protected  String fieldName
           
protected  String header
           
protected  int width
           
 
Constructor Summary
AbstractRecordPrinter.ReportColumn(String header, int width, String fieldName)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

header

protected final String header

width

protected final int width

fieldName

protected final String fieldName
Constructor Detail

AbstractRecordPrinter.ReportColumn

public AbstractRecordPrinter.ReportColumn(String header,
                                          int width,
                                          String fieldName)


Copyright © 2015. All Rights Reserved.