public class Fieldsblobs extends Object
Constructor and Description |
---|
Fieldsblobs() |
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.
|
byte[] |
getBlob2()
This method was generated by MyBatis Generator.
|
byte[] |
getBlob3()
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 |
setBlob1(byte[] blob1)
This method was generated by MyBatis Generator.
|
void |
setBlob2(byte[] blob2)
This method was generated by MyBatis Generator.
|
void |
setBlob3(byte[] blob3)
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 byte[] getBlob1()
public void setBlob1(byte[] blob1)
blob1
- the value for FIELDSBLOBS.BLOB1public byte[] getBlob2()
public void setBlob2(byte[] blob2)
blob2
- the value for FIELDSBLOBS.BLOB2public byte[] getBlob3()
public void setBlob3(byte[] blob3)
blob3
- the value for FIELDSBLOBS.BLOB3public boolean equals(Object that)
Copyright © 2010–2018 MyBatis.org. All rights reserved.