public class PersistentEntity extends Object
| Constructor and Description |
|---|
PersistentEntity()
create new instance.
|
PersistentEntity(EntityMetaInfo aDescriptor,
EntityBase aEntity) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttributeValue(String sAttribute) |
EntityBase |
getEntity() |
EntityMetaInfo |
getEntityMetaInfo() |
void |
setAttributeValue(String sAttribute,
Object aValue) |
void |
setEntity(EntityBase aEntity) |
void |
setEntityMetaInfo(EntityMetaInfo aMetaInfo) |
public PersistentEntity()
public PersistentEntity(EntityMetaInfo aDescriptor, EntityBase aEntity) throws Exception
Exceptionpublic void setEntityMetaInfo(EntityMetaInfo aMetaInfo) throws Exception
Exceptionpublic EntityMetaInfo getEntityMetaInfo() throws Exception
Exceptionpublic void setEntity(EntityBase aEntity) throws Exception
Exceptionpublic EntityBase getEntity() throws Exception
Exceptionpublic void setAttributeValue(String sAttribute, Object aValue) throws Exception
ExceptionCopyright © 2016 as-development.net. All rights reserved.