2.17.2: 2011-06-17

net.sf.basedb.clients.web.plugins
Class ExportedProperty

java.lang.Object
  extended by net.sf.basedb.clients.web.plugins.ExportedProperty

public class ExportedProperty
extends Object

Version:
2.2
Author:
nicklas
Last modified
$Date: 2010-09-29 14:32:32 +0200 (Wed, 29 Sep 2010) $

Field Summary
 AnnotationType annotationType
           
 DataLoader dataloader
           
 Formatter formatter
           
 String name
           
 Metadata.PropertyPath propertyPath
           
 String title
           
 Unit unit
           
 
Constructor Summary
ExportedProperty(String name, String title, Metadata.PropertyPath propertyPath, AnnotationType annotationType, Unit unit, Formatter formatter, DataLoader dataloader)
           
 
Method Summary
static ExportedProperty createExportedProperty(String path, String title, Metadata metadata, Formatter formatter)
           
static ExportedProperty parse(DbControl dc, Metadata metadata, 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
 

Field Detail

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

propertyPath

public final Metadata.PropertyPath propertyPath
Constructor Detail

ExportedProperty

public ExportedProperty(String name,
                        String title,
                        Metadata.PropertyPath propertyPath,
                        AnnotationType annotationType,
                        Unit unit,
                        Formatter formatter,
                        DataLoader dataloader)
Since:
2.15
Method Detail

createExportedProperty

public static ExportedProperty createExportedProperty(String path,
                                                      String title,
                                                      Metadata metadata,
                                                      Formatter formatter)

parse

public static ExportedProperty parse(DbControl dc,
                                     Metadata metadata,
                                     String column,
                                     String columnPrefix,
                                     boolean annotatable,
                                     Formatter formatter,
                                     boolean sameUnits,
                                     DataLoader dataloader)
Since:
2.15

2.17.2: 2011-06-17