Class UstraBatTaskSchdlKey

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

public class UstraBatTaskSchdlKey extends Object 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

    • UstraBatTaskSchdlKey

      public UstraBatTaskSchdlKey()
  • 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_SCHDL.TASK_ID
      Returns:
      the value of GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.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_SCHDL.TASK_ID
      Parameters:
      taskId - the value for GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.TASK_ID
    • getTaskSchdlNo

      public BigDecimal getTaskSchdlNo()
      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_NO
      Returns:
      the value of GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.TASK_SCHDL_NO
    • setTaskSchdlNo

      public void setTaskSchdlNo(BigDecimal taskSchdlNo)
      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_NO
      Parameters:
      taskSchdlNo - the value for GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.TASK_SCHDL_NO
    • 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 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_SCHDL
      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_SCHDL
      Overrides:
      toString in class Object