public class CertRecordPrinter extends AbstractRecordPrinter<org.nhind.config.Certificate>
AbstractRecordPrinter.ReportColumn| Modifier and Type | Field and Description |
|---|---|
protected static String |
CERT_NAME_COL |
protected static SimpleDateFormat |
dateFormatter |
protected static String |
EXPIRES_COL |
protected static String |
PRIVATE_IND_COL |
protected static String |
RECORD_TYPE_COL |
protected static Collection<AbstractRecordPrinter.ReportColumn> |
REPORT_COLS |
protected static String |
TP_NAME_COL |
reportColumns, tableWidth| Constructor and Description |
|---|
CertRecordPrinter() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getColumnValue(AbstractRecordPrinter.ReportColumn column,
org.nhind.config.Certificate retCert) |
printHeader, printRecord, printRecordInternal, printRecordsprotected static final SimpleDateFormat dateFormatter
protected static final String CERT_NAME_COL
protected static final String RECORD_TYPE_COL
protected static final String PRIVATE_IND_COL
protected static final String TP_NAME_COL
protected static final String EXPIRES_COL
protected static final Collection<AbstractRecordPrinter.ReportColumn> REPORT_COLS
protected String getColumnValue(AbstractRecordPrinter.ReportColumn column, org.nhind.config.Certificate retCert)
getColumnValue in class AbstractRecordPrinter<org.nhind.config.Certificate>Copyright © 2016. All Rights Reserved.