public class Generatedalwaystest extends BaseClass
Constructor and Description |
---|
Generatedalwaystest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that)
This method was generated by MyBatis Generator.
|
byte[] |
getBlob1()
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.
|
String |
getName()
This method was generated by MyBatis Generator.
|
int |
hashCode()
This method was generated by MyBatis Generator.
|
void |
setBlob1(byte[] blob1)
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.
|
void |
setName(String name)
This method was generated by MyBatis Generator.
|
getLastname, setLastname
public Integer getId()
public void setId(Integer id)
id
- the value for GENERATEDALWAYSTEST.IDpublic String getName()
public void setName(String name)
name
- the value for GENERATEDALWAYSTEST.NAMEpublic Integer getIdPlus1()
public void setIdPlus1(Integer idPlus1)
idPlus1
- the value for GENERATEDALWAYSTEST.ID_PLUS1public Integer getIdPlus2()
public void setIdPlus2(Integer idPlus2)
idPlus2
- the value for GENERATEDALWAYSTEST.ID_PLUS2public byte[] getBlob1()
public void setBlob1(byte[] blob1)
blob1
- the value for GENERATEDALWAYSTEST.BLOB1public boolean equals(Object that)
Copyright © 2006–2023 MyBatis.org. All rights reserved.