Class UstraBatTaskExecParamKey
java.lang.Object
com.gsitm.ustra.java.batch.data.mapper.table.model.UstraBatTaskExecParamKey
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UstraBatTaskExecParam
This class was generated by MyBatis Generator.
This class corresponds to the database table USTRA_BAT_TASK_EXEC_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.voidsetTaskExecId(String taskExecId) This 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
-
UstraBatTaskExecParamKey
public UstraBatTaskExecParamKey()
-
-
Method Details
-
getTaskExecId
This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_TASK_EXEC_PARAM.TASK_EXEC_ID- Returns:
- the value of USTRA_BAT_TASK_EXEC_PARAM.TASK_EXEC_ID
-
setTaskExecId
This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_TASK_EXEC_PARAM.TASK_EXEC_ID- Parameters:
taskExecId- the value for USTRA_BAT_TASK_EXEC_PARAM.TASK_EXEC_ID
-
getTaskParamId
This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_TASK_EXEC_PARAM.TASK_PARAM_ID- Returns:
- the value of USTRA_BAT_TASK_EXEC_PARAM.TASK_PARAM_ID
-
setTaskParamId
This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_TASK_EXEC_PARAM.TASK_PARAM_ID- Parameters:
taskParamId- the value for USTRA_BAT_TASK_EXEC_PARAM.TASK_PARAM_ID
-
equals
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_EXEC_PARAM -
hashCode
public int hashCode()This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_EXEC_PARAM -
toString
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_EXEC_PARAM
-