Class UstraBatTaskSchdl

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

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

    • UstraBatTaskSchdl

      public UstraBatTaskSchdl()
  • Method Details

    • getTaskSchdlTypeCd

      public String getTaskSchdlTypeCd()
      This method was generated by MyBatis Generator. This method returns the value of the database column GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.TASK_SCHDL_TYPE_CD
      Returns:
      the value of GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.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 GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.TASK_SCHDL_TYPE_CD
      Parameters:
      taskSchdlTypeCd - the value for GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.TASK_SCHDL_TYPE_CD
    • getTaskSchdlExpr

      public String getTaskSchdlExpr()
      This method was generated by MyBatis Generator. This method returns the value of the database column GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.TASK_SCHDL_EXPR
      Returns:
      the value of GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.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 GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.TASK_SCHDL_EXPR
      Parameters:
      taskSchdlExpr - the value for GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.TASK_SCHDL_EXPR
    • getUseYn

      public String getUseYn()
      This method was generated by MyBatis Generator. This method returns the value of the database column GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.USE_YN
      Returns:
      the value of GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.USE_YN
    • setUseYn

      public void setUseYn(String useYn)
      This method was generated by MyBatis Generator. This method sets the value of the database column GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.USE_YN
      Parameters:
      useYn - the value for GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.USE_YN
    • getLastExecDttm

      public LocalDateTime getLastExecDttm()
      This method was generated by MyBatis Generator. This method returns the value of the database column GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.LAST_EXEC_DTTM
      Returns:
      the value of GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.LAST_EXEC_DTTM
    • setLastExecDttm

      public void setLastExecDttm(LocalDateTime lastExecDttm)
      This method was generated by MyBatis Generator. This method sets the value of the database column GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.LAST_EXEC_DTTM
      Parameters:
      lastExecDttm - the value for GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.LAST_EXEC_DTTM
    • getNextExecDttm

      public LocalDateTime getNextExecDttm()
      This method was generated by MyBatis Generator. This method returns the value of the database column GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.NEXT_EXEC_DTTM
      Returns:
      the value of GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.NEXT_EXEC_DTTM
    • setNextExecDttm

      public void setNextExecDttm(LocalDateTime nextExecDttm)
      This method was generated by MyBatis Generator. This method sets the value of the database column GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.NEXT_EXEC_DTTM
      Parameters:
      nextExecDttm - the value for GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.NEXT_EXEC_DTTM
    • 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_SCHDL
      Overrides:
      equals in class UstraBatTaskSchdlKey
    • hashCode

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

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