public interface PersistentEntity
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
EntityVO |
getValueObject() |
EntityVO |
getValueObject(java.lang.String name) |
EntityVO |
getValueObject(java.lang.String name,
int loadPolicy) |
boolean |
isValid() |
void |
makeActive() |
void |
setValueObject(EntityVO vo) |
EntityVO getValueObject() throws PersistenceException
PersistenceExceptionEntityVO getValueObject(java.lang.String name) throws PersistenceException
PersistenceExceptionEntityVO getValueObject(java.lang.String name, int loadPolicy) throws PersistenceException
PersistenceExceptionboolean isValid()
void makeActive()
void setValueObject(EntityVO vo) throws PersistenceException
PersistenceException