Class UstraBatTaskParamKey
java.lang.Object
com.gsitm.ustra.java.batch.data.mapper.table.model.UstraBatTaskParamKey
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UstraBatTaskParam
This class was generated by MyBatis Generator.
This class corresponds to the database table USTRA_BAT_TASK_PARAM
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThis method was generated by MyBatis Generator.This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.inthashCode()This method was generated by MyBatis Generator.voidThis method was generated by MyBatis Generator.voidsetTaskParamId(String taskParamId) This method was generated by MyBatis Generator.toString()This method was generated by MyBatis Generator.
-
Constructor Details
-
UstraBatTaskParamKey
public UstraBatTaskParamKey()
-
-
Method Details
-
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
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
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
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
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_PARAM -
hashCode
public int hashCode()This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_PARAM -
toString
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_PARAM
-