public class AwfulTable extends Object
Constructor and Description |
---|
AwfulTable() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that)
This method was generated by MyBatis Generator.
|
Integer |
getCustomerId()
This method was generated by MyBatis Generator.
|
String |
geteMail()
This method was generated by MyBatis Generator.
|
String |
getEmailaddress()
This method was generated by MyBatis Generator.
|
String |
getFirstFirstName()
This method was generated by MyBatis Generator.
|
String |
getFrom()
This method was generated by MyBatis Generator.
|
Integer |
getId1()
This method was generated by MyBatis Generator.
|
Integer |
getId2()
This method was generated by MyBatis Generator.
|
Integer |
getId5()
This method was generated by MyBatis Generator.
|
Integer |
getId6()
This method was generated by MyBatis Generator.
|
Integer |
getId7()
This method was generated by MyBatis Generator.
|
String |
getLastName()
This method was generated by MyBatis Generator.
|
String |
getSecondFirstName()
This method was generated by MyBatis Generator.
|
String |
getThirdFirstName()
This method was generated by MyBatis Generator.
|
int |
hashCode()
This method was generated by MyBatis Generator.
|
boolean |
isActive()
This method was generated by MyBatis Generator.
|
void |
setActive(boolean active)
This method was generated by MyBatis Generator.
|
void |
setCustomerId(Integer customerId)
This method was generated by MyBatis Generator.
|
void |
seteMail(String eMail)
This method was generated by MyBatis Generator.
|
void |
setEmailaddress(String emailaddress)
This method was generated by MyBatis Generator.
|
void |
setFirstFirstName(String firstFirstName)
This method was generated by MyBatis Generator.
|
void |
setFrom(String from)
This method was generated by MyBatis Generator.
|
void |
setId1(Integer id1)
This method was generated by MyBatis Generator.
|
void |
setId2(Integer id2)
This method was generated by MyBatis Generator.
|
void |
setId5(Integer id5)
This method was generated by MyBatis Generator.
|
void |
setId6(Integer id6)
This method was generated by MyBatis Generator.
|
void |
setId7(Integer id7)
This method was generated by MyBatis Generator.
|
void |
setLastName(String lastName)
This method was generated by MyBatis Generator.
|
void |
setSecondFirstName(String secondFirstName)
This method was generated by MyBatis Generator.
|
void |
setThirdFirstName(String thirdFirstName)
This method was generated by MyBatis Generator.
|
public Integer getCustomerId()
public void setCustomerId(Integer customerId)
customerId
- the value for awful table.CuStOmEr iDpublic String getFirstFirstName()
public void setFirstFirstName(String firstFirstName)
firstFirstName
- the value for awful table.first namepublic String getSecondFirstName()
public void setSecondFirstName(String secondFirstName)
secondFirstName
- the value for awful table.FIRST_NAMEpublic String getThirdFirstName()
public void setThirdFirstName(String thirdFirstName)
thirdFirstName
- the value for awful table.FIRSTNAMEpublic String getLastName()
public void setLastName(String lastName)
lastName
- the value for awful table.last namepublic String geteMail()
public void seteMail(String eMail)
eMail
- the value for awful table.E_MAILpublic Integer getId1()
public void setId1(Integer id1)
id1
- the value for awful table._id1public Integer getId2()
public void setId2(Integer id2)
id2
- the value for awful table.$id2public Integer getId5()
public void setId5(Integer id5)
id5
- the value for awful table.id5_public Integer getId6()
public void setId6(Integer id6)
id6
- the value for awful table.id6$public Integer getId7()
public void setId7(Integer id7)
id7
- the value for awful table.id7$$public String getEmailaddress()
public void setEmailaddress(String emailaddress)
emailaddress
- the value for awful table.EMAILADDRESSpublic String getFrom()
public void setFrom(String from)
from
- the value for awful table.frompublic boolean isActive()
public void setActive(boolean active)
active
- the value for awful table.ACTIVEpublic boolean equals(Object that)
Copyright © 2010–2018 MyBatis.org. All rights reserved.