org.imixs.workflow.jee.jpa
Class DoubleItem

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

@Entity
public class DoubleItem
extends Object
implements Serializable

A DoubleItem 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
           
 Double itemValue
           
 
Constructor Summary
DoubleItem(String name, Double 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 Double itemValue

itemName

public String itemName
Constructor Detail

DoubleItem

public DoubleItem(String name,
                  Double value)


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