|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.tutorial.blob.bean.BlobEntity2
public class BlobEntity2
comment
| Constructor Summary | |
|---|---|
BlobEntity2()
|
|
| Method Summary | |
|---|---|
byte[] |
getBlobby()
|
java.lang.String |
getClobby()
|
long |
getId()
|
void |
setBlobby(byte[] blobby)
|
void |
setClobby(java.lang.String clobby)
|
void |
setId(long id)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BlobEntity2()
| Method Detail |
|---|
public long getId()
public void setId(long id)
public byte[] getBlobby()
public void setBlobby(byte[] blobby)
public java.lang.String getClobby()
public void setClobby(java.lang.String clobby)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||