org.imixs.workflow.jee.jpa
Class EntityData

java.lang.Object
  extended by org.imixs.workflow.jee.jpa.EntityData
All Implemented Interfaces:
Serializable

@Entity
public class EntityData
extends Object
implements Serializable

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.

Version:
1.0
Author:
Ralph Soika
See Also:
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

EntityData

public EntityData()
Method Detail

getItemCollection

public org.imixs.workflow.ItemCollection getItemCollection()
returns the data object part of the Entity represented by a org.imixs.workflow.ItemCollection.

Returns:
ItemCollection

setItemCollection

public void setItemCollection(org.imixs.workflow.ItemCollection itemCol)
sets a data object for this Entity.

Parameters:
data -


Copyright © 2006-2012 Imixs Software Solutions GmbH. All Rights Reserved.