Class UstraBatTaskExecParam
java.lang.Object
com.gsitm.ustra.java.batch.data.mapper.table.model.UstraBatTaskExecParamKey
com.gsitm.ustra.java.batch.data.mapper.table.model.UstraBatTaskExecParam
- All Implemented Interfaces:
Serializable
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.inthashCode()This method was generated by MyBatis Generator.voidsetTaskParamVal(String taskParamVal) This method was generated by MyBatis Generator.toString()This method was generated by MyBatis Generator.Methods inherited from class com.gsitm.ustra.java.batch.data.mapper.table.model.UstraBatTaskExecParamKey
getTaskExecId, getTaskParamId, setTaskExecId, setTaskParamId
-
Constructor Details
-
UstraBatTaskExecParam
public UstraBatTaskExecParam()
-
-
Method Details
-
getTaskParamVal
This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_TASK_EXEC_PARAM.TASK_PARAM_VAL- Returns:
- the value of USTRA_BAT_TASK_EXEC_PARAM.TASK_PARAM_VAL
-
setTaskParamVal
This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_TASK_EXEC_PARAM.TASK_PARAM_VAL- Parameters:
taskParamVal- the value for USTRA_BAT_TASK_EXEC_PARAM.TASK_PARAM_VAL
-
equals
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_EXEC_PARAM- Overrides:
equalsin classUstraBatTaskExecParamKey
-
hashCode
public int hashCode()This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_EXEC_PARAM- Overrides:
hashCodein classUstraBatTaskExecParamKey
-
toString
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_EXEC_PARAM- Overrides:
toStringin classUstraBatTaskExecParamKey
-