Methods Summary |
---|
public java.sql.Blob | getBlob()Returns the blob.
return blob;
|
public java.sql.Clob | getClob()Returns the clob.
return clob;
|
public int | getId()Returns the id.
return id;
|
public void | setBlob(java.sql.Blob blob)Sets the blob.
this.blob = blob;
|
public void | setClob(java.sql.Clob clob)Sets the clob.
this.clob = clob;
|
public void | setId(int id)Sets the id.
this.id = id;
|