public class Fieldsblobs extends Object implements Serializable
| Constructor and Description |
|---|
Fieldsblobs() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that)
This method was generated by MyBatis Generator.
|
String |
getFirstname()
This method was generated by MyBatis Generator.
|
String |
getLastname()
This method was generated by MyBatis Generator.
|
int |
hashCode()
This method was generated by MyBatis Generator.
|
void |
setFirstname(String firstname)
This method was generated by MyBatis Generator.
|
void |
setLastname(String lastname)
This method was generated by MyBatis Generator.
|
public String getFirstname()
public void setFirstname(String firstname)
firstname - the value for FIELDSBLOBS.FIRSTNAMEpublic String getLastname()
public void setLastname(String lastname)
lastname - the value for FIELDSBLOBS.LASTNAMEpublic boolean equals(Object that)
Copyright © 2010–2015 MyBatis.org. All rights reserved.