public class Ignoremanycolumns extends BaseClass
Constructor and Description |
---|
Ignoremanycolumns() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that)
This method was generated by MyBatis Generator.
|
Integer |
getCol01()
This method was generated by MyBatis Generator.
|
Integer |
getCol13()
This method was generated by MyBatis Generator.
|
int |
hashCode()
This method was generated by MyBatis Generator.
|
void |
setCol01(Integer col01)
This method was generated by MyBatis Generator.
|
void |
setCol13(Integer col13)
This method was generated by MyBatis Generator.
|
Ignoremanycolumns |
withCol01(Integer col01)
This method was generated by MyBatis Generator.
|
Ignoremanycolumns |
withCol13(Integer col13)
This method was generated by MyBatis Generator.
|
getLastname, setLastname
public Integer getCol01()
public Ignoremanycolumns withCol01(Integer col01)
public void setCol01(Integer col01)
col01
- the value for IGNOREMANYCOLUMNS.COL01public Integer getCol13()
public Ignoremanycolumns withCol13(Integer col13)
public void setCol13(Integer col13)
col13
- the value for IGNOREMANYCOLUMNS.COL13public boolean equals(Object that)
Copyright © 2006–2024 MyBatis.org. All rights reserved.