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
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.getDelYn()This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.getSrtNo()This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.getUseYn()This method was generated by MyBatis Generator.inthashCode()This method was generated by MyBatis Generator.voidThis method was generated by MyBatis Generator.voidsetRequireYn(String requireYn) This method was generated by MyBatis Generator.voidsetSrtNo(BigDecimal srtNo) This method was generated by MyBatis Generator.voidsetTaskParamDesc(String taskParamDesc) This method was generated by MyBatis Generator.voidsetTaskParamNm(String taskParamNm) This method was generated by MyBatis Generator.voidThis 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.UstraBatTaskParamKey
getTaskId, getTaskParamId, setTaskId, setTaskParamId
-
Constructor Details
-
UstraBatTaskParam
public UstraBatTaskParam()
-
-
Method Details
-
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
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
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
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
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
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
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
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
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
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
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
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
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_PARAM- Overrides:
equalsin classUstraBatTaskParamKey
-
hashCode
public int hashCode()This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_PARAM- Overrides:
hashCodein classUstraBatTaskParamKey
-
toString
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_TASK_PARAM- Overrides:
toStringin classUstraBatTaskParamKey
-