public class BeanInfo
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
ObjectId |
bId
The ObjectId of the bean as unique identifier for beanChanges
table
|
byte[] |
state
The bean state as an array of bytes
|
Constructor and Description |
---|
BeanInfo(ObjectId bid,
byte[] state)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |