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

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

    • UstraBatMngr

      public UstraBatMngr()
  • Method Details

    • getMngrId

      public String getMngrId()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_MNGR.MNGR_ID
      Returns:
      the value of USTRA_BAT_MNGR.MNGR_ID
    • setMngrId

      public void setMngrId(String mngrId)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_MNGR.MNGR_ID
      Parameters:
      mngrId - the value for USTRA_BAT_MNGR.MNGR_ID
    • getUrl

      public String getUrl()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_MNGR.URL
      Returns:
      the value of USTRA_BAT_MNGR.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_MNGR.URL
      Parameters:
      url - the value for USTRA_BAT_MNGR.URL
    • getMstrYn

      public String getMstrYn()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_MNGR.MSTR_YN
      Returns:
      the value of USTRA_BAT_MNGR.MSTR_YN
    • setMstrYn

      public void setMstrYn(String mstrYn)
      This method was generated by MyBatis Generator. This method sets the value of the database column USTRA_BAT_MNGR.MSTR_YN
      Parameters:
      mstrYn - the value for USTRA_BAT_MNGR.MSTR_YN
    • getUseYn

      public String getUseYn()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_MNGR.USE_YN
      Returns:
      the value of USTRA_BAT_MNGR.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_MNGR.USE_YN
      Parameters:
      useYn - the value for USTRA_BAT_MNGR.USE_YN
    • getRegDttm

      public LocalDateTime getRegDttm()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_MNGR.REG_DTTM
      Returns:
      the value of USTRA_BAT_MNGR.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_MNGR.REG_DTTM
      Parameters:
      regDttm - the value for USTRA_BAT_MNGR.REG_DTTM
    • getRegUsrId

      public String getRegUsrId()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_MNGR.REG_USR_ID
      Returns:
      the value of USTRA_BAT_MNGR.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_MNGR.REG_USR_ID
      Parameters:
      regUsrId - the value for USTRA_BAT_MNGR.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_MNGR.REG_USR_IP
      Returns:
      the value of USTRA_BAT_MNGR.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_MNGR.REG_USR_IP
      Parameters:
      regUsrIp - the value for USTRA_BAT_MNGR.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_MNGR.UPD_DTTM
      Returns:
      the value of USTRA_BAT_MNGR.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_MNGR.UPD_DTTM
      Parameters:
      updDttm - the value for USTRA_BAT_MNGR.UPD_DTTM
    • getUpdUsrId

      public String getUpdUsrId()
      This method was generated by MyBatis Generator. This method returns the value of the database column USTRA_BAT_MNGR.UPD_USR_ID
      Returns:
      the value of USTRA_BAT_MNGR.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_MNGR.UPD_USR_ID
      Parameters:
      updUsrId - the value for USTRA_BAT_MNGR.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_MNGR.UPD_USR_IP
      Returns:
      the value of USTRA_BAT_MNGR.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_MNGR.UPD_USR_IP
      Parameters:
      updUsrIp - the value for USTRA_BAT_MNGR.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_MNGR
      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_MNGR
      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_MNGR
      Overrides:
      toString in class Object