All Known Implementing Classes:
GjComplexProperty, GjEntityExpand, GjEntityId, GjEntityProperty, GjSelfLinkProperty

public interface GjEntityEntry
A class for gathering data from an Entity into a CSV file.
Author:
scf
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    writeData(GjRowCollector collector, de.fraunhofer.iosb.ilt.frostserver.model.core.Entity source, String header)
    Collect data for CSV data rows.
  • Method Details

    • writeData

      void writeData(GjRowCollector collector, de.fraunhofer.iosb.ilt.frostserver.model.core.Entity source, String header)
      Collect data for CSV data rows.
      Parameters:
      collector - The collector to collect the data in.
      source - The source entity to collect the data from.
      header - The header to use for this item.