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: 2008-09-05 17:15:54 +0200 (Fri, 05 Sep 2008) $
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
formatter
public final Formatter formatter
ExportedProperty
public ExportedProperty(String name,
String title,
AnnotationType annotationType,
Formatter formatter)
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