Class ExportedProperty
- java.lang.Object
-
- net.sf.basedb.clients.web.plugins.ExportedProperty
-
public class ExportedProperty extends Object
- Version:
- 2.2
- Author:
- nicklas
- Last modified
- $Date: 2019-03-14 09:31:57 +0100 (tors, 14 mars 2019) $
-
-
Field Summary
Fields Modifier and Type Field Description AnnotationType
annotationType
DataLoader
dataloader
ExcelFormatter
excelFormatter
Formatter
formatter
boolean
loadInherited
String
name
Metadata.PropertyPath
propertyPath
String
title
Unit
unit
-
Constructor Summary
Constructors Modifier Constructor Description private
ExportedProperty(String name, String title, Metadata.PropertyPath propertyPath, AnnotationType annotationType, boolean loadInherited, Unit unit, Formatter formatter, ExcelFormatter excelFormatter, DataLoader dataloader)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExportedProperty
createExportedProperty(String path, String title, Metadata metadata, Formatter formatter, ExcelFormatter excelFormatter)
static ExportedProperty
parse(DbControl dc, Metadata metadata, String column, String columnPrefix, boolean annotatable, Formatter formatter, ExcelFormatter excelFormatter, boolean sameUnits, DataLoader dataloader)
-
-
-
Field Detail
-
name
public final String name
-
title
public final String title
-
annotationType
public final AnnotationType annotationType
-
loadInherited
public final boolean loadInherited
-
unit
public final Unit unit
-
formatter
public final Formatter formatter
-
excelFormatter
public final ExcelFormatter excelFormatter
-
dataloader
public final DataLoader dataloader
-
propertyPath
public final Metadata.PropertyPath propertyPath
-
-
Constructor Detail
-
ExportedProperty
private ExportedProperty(String name, String title, Metadata.PropertyPath propertyPath, AnnotationType annotationType, boolean loadInherited, Unit unit, Formatter formatter, ExcelFormatter excelFormatter, DataLoader dataloader)
- Since:
- 3.15
-
-
Method Detail
-
createExportedProperty
public static ExportedProperty createExportedProperty(String path, String title, Metadata metadata, Formatter formatter, ExcelFormatter excelFormatter)
-
parse
public static ExportedProperty parse(DbControl dc, Metadata metadata, String column, String columnPrefix, boolean annotatable, Formatter formatter, ExcelFormatter excelFormatter, boolean sameUnits, DataLoader dataloader)
- Since:
- 2.15
-
-