net.sf.basedb.clients.web.plugins
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: 2009-06-23 10:44:25 +0200 (Tue, 23 Jun 2009) $
Constructor Summary |
ExportedProperty(String name,
String title,
AnnotationType annotationType,
Formatter formatter)
|
ExportedProperty(String name,
String title,
AnnotationType annotationType,
Unit unit,
Formatter formatter)
|
ExportedProperty(String name,
String title,
AnnotationType annotationType,
Unit unit,
Formatter formatter,
DataLoader dataloader)
|
Method Summary |
static ExportedProperty |
parse(DbControl dc,
String column,
boolean annotatable,
Formatter formatter)
|
static ExportedProperty |
parse(DbControl dc,
String column,
String columnPrefix,
boolean annotatable,
Formatter formatter)
|
static ExportedProperty |
parse(DbControl dc,
String column,
String columnPrefix,
boolean annotatable,
Formatter formatter,
boolean sameUnits)
|
static ExportedProperty |
parse(DbControl dc,
String column,
String columnPrefix,
boolean annotatable,
Formatter formatter,
boolean sameUnits,
DataLoader dataloader)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public final String name
title
public final String title
annotationType
public final AnnotationType annotationType
unit
public final Unit unit
formatter
public final Formatter formatter
dataloader
public final DataLoader dataloader
ExportedProperty
public ExportedProperty(String name,
String title,
AnnotationType annotationType,
Formatter formatter)
ExportedProperty
public ExportedProperty(String name,
String title,
AnnotationType annotationType,
Unit unit,
Formatter formatter)
- Since:
- 2.9
ExportedProperty
public ExportedProperty(String name,
String title,
AnnotationType annotationType,
Unit unit,
Formatter formatter,
DataLoader dataloader)
parse
public static ExportedProperty parse(DbControl dc,
String column,
boolean annotatable,
Formatter formatter)
parse
public static ExportedProperty parse(DbControl dc,
String column,
String columnPrefix,
boolean annotatable,
Formatter formatter)
- Since:
- 2.8
parse
public static ExportedProperty parse(DbControl dc,
String column,
String columnPrefix,
boolean annotatable,
Formatter formatter,
boolean sameUnits)
- Since:
- 2.9
parse
public static ExportedProperty parse(DbControl dc,
String column,
String columnPrefix,
boolean annotatable,
Formatter formatter,
boolean sameUnits,
DataLoader dataloader)
- Since:
- 2.12