Class UstraBatTaskParam

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

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

    • UstraBatTaskParam

      public UstraBatTaskParam()
  • Method Details

    • getTaskParamNm

      public String getTaskParamNm()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_TASK_PARAM.TASK_PARAM_NM
      Returns:
      the value of USTRA_BAT_TASK_PARAM.TASK_PARAM_NM
    • setTaskParamNm

      public void setTaskParamNm(String taskParamNm)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_TASK_PARAM.TASK_PARAM_NM
      Parameters:
      taskParamNm - the value for USTRA_BAT_TASK_PARAM.TASK_PARAM_NM
    • getTaskParamDesc

      public String getTaskParamDesc()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_TASK_PARAM.TASK_PARAM_DESC
      Returns:
      the value of USTRA_BAT_TASK_PARAM.TASK_PARAM_DESC
    • setTaskParamDesc

      public void setTaskParamDesc(String taskParamDesc)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_TASK_PARAM.TASK_PARAM_DESC
      Parameters:
      taskParamDesc - the value for USTRA_BAT_TASK_PARAM.TASK_PARAM_DESC
    • getSrtNo

      public BigDecimal getSrtNo()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_TASK_PARAM.SRT_NO
      Returns:
      the value of USTRA_BAT_TASK_PARAM.SRT_NO
    • setSrtNo

      public void setSrtNo(BigDecimal srtNo)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_TASK_PARAM.SRT_NO
      Parameters:
      srtNo - the value for USTRA_BAT_TASK_PARAM.SRT_NO
    • getUseYn

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

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

      public String getRequireYn()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_TASK_PARAM.REQUIRE_YN
      Returns:
      the value of USTRA_BAT_TASK_PARAM.REQUIRE_YN
    • setRequireYn

      public void setRequireYn(String requireYn)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_TASK_PARAM.REQUIRE_YN
      Parameters:
      requireYn - the value for USTRA_BAT_TASK_PARAM.REQUIRE_YN
    • getDelYn

      public String getDelYn()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_TASK_PARAM.DEL_YN
      Returns:
      the value of USTRA_BAT_TASK_PARAM.DEL_YN
    • setDelYn

      public void setDelYn(String delYn)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_TASK_PARAM.DEL_YN
      Parameters:
      delYn - the value for USTRA_BAT_TASK_PARAM.DEL_YN
    • 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 UstraBatTaskParamKey
    • 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 UstraBatTaskParamKey
    • 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 UstraBatTaskParamKey