Class UstraBatTaskWrkr

java.lang.Object
com.gsitm.ustra.java.batch.data.mapper.table.model.UstraBatTaskWrkr
All Implemented Interfaces:
Serializable

public class UstraBatTaskWrkr extends Object implements Serializable
This class was generated by MyBatis Generator. This class corresponds to the database table GSITM_SI_ADMIN.USTRA_BAT_TASK_WRKR
See Also:
  • Constructor Details

    • UstraBatTaskWrkr

      public UstraBatTaskWrkr()
  • Method Details

    • getTaskId

      public String getTaskId()
      This method was generated by MyBatis Generator. This method returns the value of the database column GSITM_SI_ADMIN.USTRA_BAT_TASK_WRKR.TASK_ID
      Returns:
      the value of GSITM_SI_ADMIN.USTRA_BAT_TASK_WRKR.TASK_ID
    • setTaskId

      public void setTaskId(String taskId)
      This method was generated by MyBatis Generator. This method sets the value of the database column GSITM_SI_ADMIN.USTRA_BAT_TASK_WRKR.TASK_ID
      Parameters:
      taskId - the value for GSITM_SI_ADMIN.USTRA_BAT_TASK_WRKR.TASK_ID
    • getWrkrId

      public String getWrkrId()
      This method was generated by MyBatis Generator. This method returns the value of the database column GSITM_SI_ADMIN.USTRA_BAT_TASK_WRKR.WRKR_ID
      Returns:
      the value of GSITM_SI_ADMIN.USTRA_BAT_TASK_WRKR.WRKR_ID
    • setWrkrId

      public void setWrkrId(String wrkrId)
      This method was generated by MyBatis Generator. This method sets the value of the database column GSITM_SI_ADMIN.USTRA_BAT_TASK_WRKR.WRKR_ID
      Parameters:
      wrkrId - the value for GSITM_SI_ADMIN.USTRA_BAT_TASK_WRKR.WRKR_ID
    • equals

      public boolean equals(Object that)
      This method was generated by MyBatis Generator. This method corresponds to the database table GSITM_SI_ADMIN.USTRA_BAT_TASK_WRKR
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      This method was generated by MyBatis Generator. This method corresponds to the database table GSITM_SI_ADMIN.USTRA_BAT_TASK_WRKR
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      This method was generated by MyBatis Generator. This method corresponds to the database table GSITM_SI_ADMIN.USTRA_BAT_TASK_WRKR
      Overrides:
      toString in class Object