Class UstraBatTaskSchdl
java.lang.Object
com.gsitm.ustra.java.batch.data.mapper.table.model.UstraBatTaskSchdlKey
com.gsitm.ustra.java.batch.data.mapper.table.model.UstraBatTaskSchdl
- All Implemented Interfaces:
Serializable
This class was generated by MyBatis Generator.
This class corresponds to the database table GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL
- 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.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.voidsetLastExecDttm(LocalDateTime lastExecDttm) This method was generated by MyBatis Generator.voidsetNextExecDttm(LocalDateTime nextExecDttm) This method was generated by MyBatis Generator.voidsetTaskSchdlExpr(String taskSchdlExpr) This method was generated by MyBatis Generator.voidsetTaskSchdlTypeCd(String taskSchdlTypeCd) 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.UstraBatTaskSchdlKey
getTaskId, getTaskSchdlNo, setTaskId, setTaskSchdlNo
-
Constructor Details
-
UstraBatTaskSchdl
public UstraBatTaskSchdl()
-
-
Method Details
-
getTaskSchdlTypeCd
This method was generated by MyBatis Generator. This method returns the value of the database column GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.TASK_SCHDL_TYPE_CD- Returns:
- the value of GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.TASK_SCHDL_TYPE_CD
-
setTaskSchdlTypeCd
This method was generated by MyBatis Generator. This method sets the value of the database column GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.TASK_SCHDL_TYPE_CD- Parameters:
taskSchdlTypeCd- the value for GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.TASK_SCHDL_TYPE_CD
-
getTaskSchdlExpr
This method was generated by MyBatis Generator. This method returns the value of the database column GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.TASK_SCHDL_EXPR- Returns:
- the value of GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.TASK_SCHDL_EXPR
-
setTaskSchdlExpr
This method was generated by MyBatis Generator. This method sets the value of the database column GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.TASK_SCHDL_EXPR- Parameters:
taskSchdlExpr- the value for GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.TASK_SCHDL_EXPR
-
getUseYn
This method was generated by MyBatis Generator. This method returns the value of the database column GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.USE_YN- Returns:
- the value of GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.USE_YN
-
setUseYn
This method was generated by MyBatis Generator. This method sets the value of the database column GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.USE_YN- Parameters:
useYn- the value for GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.USE_YN
-
getLastExecDttm
This method was generated by MyBatis Generator. This method returns the value of the database column GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.LAST_EXEC_DTTM- Returns:
- the value of GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.LAST_EXEC_DTTM
-
setLastExecDttm
This method was generated by MyBatis Generator. This method sets the value of the database column GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.LAST_EXEC_DTTM- Parameters:
lastExecDttm- the value for GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.LAST_EXEC_DTTM
-
getNextExecDttm
This method was generated by MyBatis Generator. This method returns the value of the database column GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.NEXT_EXEC_DTTM- Returns:
- the value of GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.NEXT_EXEC_DTTM
-
setNextExecDttm
This method was generated by MyBatis Generator. This method sets the value of the database column GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.NEXT_EXEC_DTTM- Parameters:
nextExecDttm- the value for GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL.NEXT_EXEC_DTTM
-
equals
This method was generated by MyBatis Generator. This method corresponds to the database table GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL- Overrides:
equalsin classUstraBatTaskSchdlKey
-
hashCode
public int hashCode()This method was generated by MyBatis Generator. This method corresponds to the database table GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL- Overrides:
hashCodein classUstraBatTaskSchdlKey
-
toString
This method was generated by MyBatis Generator. This method corresponds to the database table GSITM_SI_ADMIN.USTRA_BAT_TASK_SCHDL- Overrides:
toStringin classUstraBatTaskSchdlKey
-