Class RawDataBatcher.ReporterProxy

All Implemented Interfaces:
BatchableData, ExtendableData, IdentifiableData, NameableData, NoAutoUnlinkAnyToAny, RegisteredData
Enclosing class:
RawDataBatcher

static class RawDataBatcher.ReporterProxy
extends ReporterData
  • Field Details

    • id

      private int id
    • externalId

      private String externalId
  • Constructor Details

    • ReporterProxy

      ReporterProxy()
  • Method Details

    • setTheId

      RawDataBatcher.ReporterProxy setTheId​(int id, String externalId)
    • getId

      public int getId()
      Description copied from class: BasicData
      Get the id of the item. The id is automatically generated by the database the first time the item is saved to the database. A new item has the value 0.
      Specified by:
      getId in interface IdentifiableData
      Overrides:
      getId in class BasicData
      Returns:
      The id of the item or 0
    • getExternalId

      public String getExternalId()
      Description copied from class: ReporterData
      Get the external id for this ReporterData item.
      Overrides:
      getExternalId in class ReporterData
      Returns:
      The reporter's external ID.