Class BioMaterialEventSourceFormatter

java.lang.Object
net.sf.basedb.clients.web.plugins.BioMaterialEventSourceFormatter
All Implemented Interfaces:
Formatter<BioMaterialEventSource>

public class BioMaterialEventSourceFormatter
extends Object
implements Formatter<BioMaterialEventSource>
Formatter to handle BioMaterialEventSource items. It will print the name + used quantity from the source item.
Version:
3.1
Author:
Nicklas
Last modified
$Dat$
  • Field Details

    • nullValue

      private String nullValue
  • Constructor Details

    • BioMaterialEventSourceFormatter

      public BioMaterialEventSourceFormatter()
      Create a new formatter. Null values are formatted as an empty string.
    • BioMaterialEventSourceFormatter

      public BioMaterialEventSourceFormatter​(String nullValue)
      Create a new formatter.
      Parameters:
      nullValue - The string to return if a null item is passed to format(BioMaterialEventSource)
  • Method Details