Class UstraBatTaskExec

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

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

    • UstraBatTaskExec

      public UstraBatTaskExec()
  • Method Details

    • getTaskExecId

      public String getTaskExecId()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_TASK_EXEC.TASK_EXEC_ID
      Returns:
      the value of USTRA_BAT_TASK_EXEC.TASK_EXEC_ID
    • setTaskExecId

      public void setTaskExecId(String taskExecId)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_TASK_EXEC.TASK_EXEC_ID
      Parameters:
      taskExecId - the value for USTRA_BAT_TASK_EXEC.TASK_EXEC_ID
    • getWrkrId

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

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

      public String getMngrId()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_TASK_EXEC.MNGR_ID
      Returns:
      the value of USTRA_BAT_TASK_EXEC.MNGR_ID
    • setMngrId

      public void setMngrId(String mngrId)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_TASK_EXEC.MNGR_ID
      Parameters:
      mngrId - the value for USTRA_BAT_TASK_EXEC.MNGR_ID
    • getTaskId

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

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

      public String getTaskSchdlTypeCd()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_TASK_EXEC.TASK_SCHDL_TYPE_CD
      Returns:
      the value of USTRA_BAT_TASK_EXEC.TASK_SCHDL_TYPE_CD
    • setTaskSchdlTypeCd

      public void setTaskSchdlTypeCd(String taskSchdlTypeCd)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_TASK_EXEC.TASK_SCHDL_TYPE_CD
      Parameters:
      taskSchdlTypeCd - the value for USTRA_BAT_TASK_EXEC.TASK_SCHDL_TYPE_CD
    • getTaskSchdlExpr

      public String getTaskSchdlExpr()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_TASK_EXEC.TASK_SCHDL_EXPR
      Returns:
      the value of USTRA_BAT_TASK_EXEC.TASK_SCHDL_EXPR
    • setTaskSchdlExpr

      public void setTaskSchdlExpr(String taskSchdlExpr)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_TASK_EXEC.TASK_SCHDL_EXPR
      Parameters:
      taskSchdlExpr - the value for USTRA_BAT_TASK_EXEC.TASK_SCHDL_EXPR
    • getSrtDttm

      public LocalDateTime getSrtDttm()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_TASK_EXEC.SRT_DTTM
      Returns:
      the value of USTRA_BAT_TASK_EXEC.SRT_DTTM
    • setSrtDttm

      public void setSrtDttm(LocalDateTime srtDttm)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_TASK_EXEC.SRT_DTTM
      Parameters:
      srtDttm - the value for USTRA_BAT_TASK_EXEC.SRT_DTTM
    • getEndDttm

      public LocalDateTime getEndDttm()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_TASK_EXEC.END_DTTM
      Returns:
      the value of USTRA_BAT_TASK_EXEC.END_DTTM
    • setEndDttm

      public void setEndDttm(LocalDateTime endDttm)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_TASK_EXEC.END_DTTM
      Parameters:
      endDttm - the value for USTRA_BAT_TASK_EXEC.END_DTTM
    • getSttCd

      public String getSttCd()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_TASK_EXEC.STT_CD
      Returns:
      the value of USTRA_BAT_TASK_EXEC.STT_CD
    • setSttCd

      public void setSttCd(String sttCd)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_TASK_EXEC.STT_CD
      Parameters:
      sttCd - the value for USTRA_BAT_TASK_EXEC.STT_CD
    • getRsltCd

      public String getRsltCd()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_TASK_EXEC.RSLT_CD
      Returns:
      the value of USTRA_BAT_TASK_EXEC.RSLT_CD
    • setRsltCd

      public void setRsltCd(String rsltCd)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_TASK_EXEC.RSLT_CD
      Parameters:
      rsltCd - the value for USTRA_BAT_TASK_EXEC.RSLT_CD
    • getRegDttm

      public LocalDateTime getRegDttm()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_TASK_EXEC.REG_DTTM
      Returns:
      the value of USTRA_BAT_TASK_EXEC.REG_DTTM
    • setRegDttm

      public void setRegDttm(LocalDateTime regDttm)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_TASK_EXEC.REG_DTTM
      Parameters:
      regDttm - the value for USTRA_BAT_TASK_EXEC.REG_DTTM
    • getRegUsrId

      public String getRegUsrId()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_TASK_EXEC.REG_USR_ID
      Returns:
      the value of USTRA_BAT_TASK_EXEC.REG_USR_ID
    • setRegUsrId

      public void setRegUsrId(String regUsrId)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_TASK_EXEC.REG_USR_ID
      Parameters:
      regUsrId - the value for USTRA_BAT_TASK_EXEC.REG_USR_ID
    • getRegUsrIp

      public String getRegUsrIp()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_TASK_EXEC.REG_USR_IP
      Returns:
      the value of USTRA_BAT_TASK_EXEC.REG_USR_IP
    • setRegUsrIp

      public void setRegUsrIp(String regUsrIp)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_TASK_EXEC.REG_USR_IP
      Parameters:
      regUsrIp - the value for USTRA_BAT_TASK_EXEC.REG_USR_IP
    • getUpdDttm

      public LocalDateTime getUpdDttm()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_TASK_EXEC.UPD_DTTM
      Returns:
      the value of USTRA_BAT_TASK_EXEC.UPD_DTTM
    • setUpdDttm

      public void setUpdDttm(LocalDateTime updDttm)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_TASK_EXEC.UPD_DTTM
      Parameters:
      updDttm - the value for USTRA_BAT_TASK_EXEC.UPD_DTTM
    • getUpdUsrId

      public String getUpdUsrId()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_TASK_EXEC.UPD_USR_ID
      Returns:
      the value of USTRA_BAT_TASK_EXEC.UPD_USR_ID
    • setUpdUsrId

      public void setUpdUsrId(String updUsrId)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_TASK_EXEC.UPD_USR_ID
      Parameters:
      updUsrId - the value for USTRA_BAT_TASK_EXEC.UPD_USR_ID
    • getUpdUsrIp

      public String getUpdUsrIp()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_TASK_EXEC.UPD_USR_IP
      Returns:
      the value of USTRA_BAT_TASK_EXEC.UPD_USR_IP
    • setUpdUsrIp

      public void setUpdUsrIp(String updUsrIp)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_TASK_EXEC.UPD_USR_IP
      Parameters:
      updUsrIp - the value for USTRA_BAT_TASK_EXEC.UPD_USR_IP
    • equals

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

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

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