Methods Summary |
---|
public byte[] | getBlobby()
return blobby;
|
public java.lang.String | getClobby()
return clobby;
|
public long | getId()
return id;
|
public void | setBlobby(byte[] blobby)
this.blobby = blobby;
|
public void | setClobby(java.lang.String clobby)
this.clobby = clobby;
|
public void | setId(long id)
this.id = id;
|