java.lang.Object
com.gsitm.ustra.java.batch.data.mapper.table.model.UstraBatWrkr
All Implemented Interfaces:
Serializable

public class UstraBatWrkr extends Object implements Serializable
This class was generated by MyBatis Generator. This class corresponds to the database table USTRA_BAT_WRKR
See Also:
  • Constructor Details

    • UstraBatWrkr

      public UstraBatWrkr()
  • Method Details

    • getWrkrId

      public String getWrkrId()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_WRKR.WRKR_ID
      Returns:
      the value of USTRA_BAT_WRKR.WRKR_ID
    • setWrkrId

      public void setWrkrId(String wrkrId)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_WRKR.WRKR_ID
      Parameters:
      wrkrId - the value for USTRA_BAT_WRKR.WRKR_ID
    • getUrl

      public String getUrl()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_WRKR.URL
      Returns:
      the value of USTRA_BAT_WRKR.URL
    • setUrl

      public void setUrl(String url)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_WRKR.URL
      Parameters:
      url - the value for USTRA_BAT_WRKR.URL
    • getCpct

      public BigDecimal getCpct()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_WRKR.CPCT
      Returns:
      the value of USTRA_BAT_WRKR.CPCT
    • setCpct

      public void setCpct(BigDecimal cpct)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_WRKR.CPCT
      Parameters:
      cpct - the value for USTRA_BAT_WRKR.CPCT
    • getUseYn

      public String getUseYn()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_WRKR.USE_YN
      Returns:
      the value of USTRA_BAT_WRKR.USE_YN
    • setUseYn

      public void setUseYn(String useYn)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_WRKR.USE_YN
      Parameters:
      useYn - the value for USTRA_BAT_WRKR.USE_YN
    • getRegDttm

      public LocalDateTime getRegDttm()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_WRKR.REG_DTTM
      Returns:
      the value of USTRA_BAT_WRKR.REG_DTTM
    • setRegDttm

      public void setRegDttm(LocalDateTime regDttm)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_WRKR.REG_DTTM
      Parameters:
      regDttm - the value for USTRA_BAT_WRKR.REG_DTTM
    • getRegUsrId

      public String getRegUsrId()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_WRKR.REG_USR_ID
      Returns:
      the value of USTRA_BAT_WRKR.REG_USR_ID
    • setRegUsrId

      public void setRegUsrId(String regUsrId)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_WRKR.REG_USR_ID
      Parameters:
      regUsrId - the value for USTRA_BAT_WRKR.REG_USR_ID
    • getRegUsrIp

      public String getRegUsrIp()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_WRKR.REG_USR_IP
      Returns:
      the value of USTRA_BAT_WRKR.REG_USR_IP
    • setRegUsrIp

      public void setRegUsrIp(String regUsrIp)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_WRKR.REG_USR_IP
      Parameters:
      regUsrIp - the value for USTRA_BAT_WRKR.REG_USR_IP
    • getUpdDttm

      public LocalDateTime getUpdDttm()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_WRKR.UPD_DTTM
      Returns:
      the value of USTRA_BAT_WRKR.UPD_DTTM
    • setUpdDttm

      public void setUpdDttm(LocalDateTime updDttm)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_WRKR.UPD_DTTM
      Parameters:
      updDttm - the value for USTRA_BAT_WRKR.UPD_DTTM
    • getUpdUsrId

      public String getUpdUsrId()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_WRKR.UPD_USR_ID
      Returns:
      the value of USTRA_BAT_WRKR.UPD_USR_ID
    • setUpdUsrId

      public void setUpdUsrId(String updUsrId)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_WRKR.UPD_USR_ID
      Parameters:
      updUsrId - the value for USTRA_BAT_WRKR.UPD_USR_ID
    • getUpdUsrIp

      public String getUpdUsrIp()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_WRKR.UPD_USR_IP
      Returns:
      the value of USTRA_BAT_WRKR.UPD_USR_IP
    • setUpdUsrIp

      public void setUpdUsrIp(String updUsrIp)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_WRKR.UPD_USR_IP
      Parameters:
      updUsrIp - the value for USTRA_BAT_WRKR.UPD_USR_IP
    • equals

      public boolean equals(Object that)
      This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_WRKR
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_WRKR
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_WRKR
      Overrides:
      toString in class Object