public abstract class AbstractExternalizablePersistentCollection extends Object implements Externalizable
| Modifier and Type | Field and Description |
|---|---|
protected Object[] |
content |
protected boolean |
dirty |
protected boolean |
initialized |
protected String |
metadata |
| Constructor and Description |
|---|
AbstractExternalizablePersistentCollection() |
AbstractExternalizablePersistentCollection(Object[] content,
boolean initialized,
boolean dirty) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getContent() |
String |
getMetadata() |
boolean |
isDirty() |
boolean |
isInitialized() |
void |
readExternal(ObjectInput in) |
void |
setContent(Object[] content) |
void |
setDirty(boolean dirty) |
protected void |
setInitialized(boolean initialized) |
void |
setMetadata(String metadata) |
void |
writeExternal(ObjectOutput out) |
protected boolean initialized
protected boolean dirty
public AbstractExternalizablePersistentCollection()
public AbstractExternalizablePersistentCollection(Object[] content, boolean initialized, boolean dirty)
public boolean isInitialized()
protected void setInitialized(boolean initialized)
public String getMetadata()
public void setMetadata(String metadata)
public boolean isDirty()
public void setDirty(boolean dirty)
public Object[] getContent()
public void setContent(Object[] content)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundException