public class Pkfieldsblobs extends PkfieldsblobsKey implements Serializable
| Constructor and Description |
|---|
Pkfieldsblobs() |
| 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.
|
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 |
setFirstname(String firstname)
This method was generated by MyBatis Generator.
|
void |
setLastname(String lastname)
This method was generated by MyBatis Generator.
|
getId1, getId2, setId1, setId2public String getFirstname()
public void setFirstname(String firstname)
firstname - the value for PKFIELDSBLOBS.FIRSTNAMEpublic String getLastname()
public void setLastname(String lastname)
lastname - the value for PKFIELDSBLOBS.LASTNAMEpublic byte[] getBlob1()
public void setBlob1(byte[] blob1)
blob1 - the value for PKFIELDSBLOBS.BLOB1public boolean equals(Object that)
equals in class PkfieldsblobsKeypublic int hashCode()
hashCode in class PkfieldsblobsKeyCopyright © 2006–2025 MyBatis.org. All rights reserved.