public class Generatedalwaystestnoupdates extends BaseClass
| Constructor and Description |
|---|
Generatedalwaystestnoupdates() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that)
This method was generated by MyBatis Generator.
|
Integer |
getId()
This method was generated by MyBatis Generator.
|
Integer |
getIdPlus1()
This method was generated by MyBatis Generator.
|
Integer |
getIdPlus2()
This method was generated by MyBatis Generator.
|
int |
hashCode()
This method was generated by MyBatis Generator.
|
void |
setId(Integer id)
This method was generated by MyBatis Generator.
|
void |
setIdPlus1(Integer idPlus1)
This method was generated by MyBatis Generator.
|
void |
setIdPlus2(Integer idPlus2)
This method was generated by MyBatis Generator.
|
Generatedalwaystestnoupdates |
withId(Integer id)
This method was generated by MyBatis Generator.
|
Generatedalwaystestnoupdates |
withIdPlus1(Integer idPlus1)
This method was generated by MyBatis Generator.
|
Generatedalwaystestnoupdates |
withIdPlus2(Integer idPlus2)
This method was generated by MyBatis Generator.
|
getLastname, setLastnamepublic Integer getId()
public Generatedalwaystestnoupdates withId(Integer id)
public void setId(Integer id)
id - the value for GENERATEDALWAYSTESTNOUPDATES.IDpublic Integer getIdPlus1()
public Generatedalwaystestnoupdates withIdPlus1(Integer idPlus1)
public void setIdPlus1(Integer idPlus1)
idPlus1 - the value for GENERATEDALWAYSTESTNOUPDATES.ID_PLUS1public Integer getIdPlus2()
public Generatedalwaystestnoupdates withIdPlus2(Integer idPlus2)
public void setIdPlus2(Integer idPlus2)
idPlus2 - the value for GENERATEDALWAYSTESTNOUPDATES.ID_PLUS2public boolean equals(Object that)
Copyright © 2006–2025 MyBatis.org. All rights reserved.