|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.imixs.workflow.jee.jpa.EntityData
@Entity public class EntityData
The EntityData Bean holds the ItemCollection data of an Entity Bean. The Entity Bean has an OneToOne RelationShip to the EntityData Bean. The usage of the EntityData Bean by the Entity Bean supports a lazy loading mechanism.
Entity,
Serialized Form| Constructor Summary | |
|---|---|
EntityData()
|
|
| Method Summary | |
|---|---|
org.imixs.workflow.ItemCollection |
getItemCollection()
returns the data object part of the Entity represented by a org.imixs.workflow.ItemCollection. |
void |
setItemCollection(org.imixs.workflow.ItemCollection itemCol)
sets a data object for this Entity. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EntityData()
| Method Detail |
|---|
public org.imixs.workflow.ItemCollection getItemCollection()
public void setItemCollection(org.imixs.workflow.ItemCollection itemCol)
data -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||