Class ExportMarker


  • public class ExportMarker
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int id
      The ID of the record to update
      java.lang.String tableName
      The name of the table to be updated
    • Constructor Summary

      Constructors 
      Constructor Description
      ExportMarker()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getId()  
      java.lang.String getTableName()  
      void setId​(int id)  
      void setTableName​(java.lang.String tableName)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tableName

        public java.lang.String tableName
        The name of the table to be updated
      • id

        public int id
        The ID of the record to update
    • Constructor Detail

      • ExportMarker

        public ExportMarker()
    • Method Detail

      • getTableName

        public java.lang.String getTableName()
      • setTableName

        public void setTableName​(java.lang.String tableName)
      • getId

        public int getId()
      • setId

        public void setId​(int id)