org.imixs.workflow.jee.jpa
Class IntegerItem

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

@Entity
public class IntegerItem
extends Object
implements Serializable

A IntegerItem is a subdata item of the data object class WorkItem. These subdata types are used to extract single attributes of an ItemCollection from the data Attribute of a WorkItem outside to seperate entity ejbs. As both - the WorkItem and the SubDataItem are Entity EJBs this facilitate the possibility of a object-relational data mapping into different table.

Version:
1.0
Author:
Helmut Gruber, Ralph Soika
See Also:
Entity, org.imixs.workflow.jee.ejb.EntityPersistenceManagerImplementation, Serialized Form

Field Summary
 String itemName
           
 Integer itemValue
           
 
Constructor Summary
IntegerItem(String name, Integer value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

itemValue

public Integer itemValue

itemName

public String itemName
Constructor Detail

IntegerItem

public IntegerItem(String name,
                   Integer value)


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