Class UstraBatTaskParamKey

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

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

    • UstraBatTaskParamKey

      public UstraBatTaskParamKey()
  • Method Details

    • getTaskId

      public String getTaskId()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_TASK_PARAM.TASK_ID
      Returns:
      the value of USTRA_BAT_TASK_PARAM.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_PARAM.TASK_ID
      Parameters:
      taskId - the value for USTRA_BAT_TASK_PARAM.TASK_ID
    • getTaskParamId

      public String getTaskParamId()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_TASK_PARAM.TASK_PARAM_ID
      Returns:
      the value of USTRA_BAT_TASK_PARAM.TASK_PARAM_ID
    • setTaskParamId

      public void setTaskParamId(String taskParamId)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_TASK_PARAM.TASK_PARAM_ID
      Parameters:
      taskParamId - the value for USTRA_BAT_TASK_PARAM.TASK_PARAM_ID
    • equals

      public boolean equals(Object that)
      This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_PARAM
      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_PARAM
      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_PARAM
      Overrides:
      toString in class Object