FileDocCategorySizeDatePackage
BlobEntity2.javaAPI DocJBoss 4.2.12083Fri Jul 13 20:55:26 BST 2007org.jboss.tutorial.blob.bean

BlobEntity2

public class BlobEntity2 extends Object implements Serializable
comment
author
Bill Burke

Fields Summary
private long
id
private byte[]
blobby
private String
clobby
Constructors Summary
Methods Summary
public byte[]getBlobby()

      return blobby;
   
public java.lang.StringgetClobby()

      return clobby;
   
public longgetId()

      return id;
   
public voidsetBlobby(byte[] blobby)

      this.blobby = blobby;
   
public voidsetClobby(java.lang.String clobby)

      this.clobby = clobby;
   
public voidsetId(long id)

      this.id = id;