org.imixs.workflow.jee.jpa
Class DoubleItem

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

@Entity
public class DoubleItem
extends java.lang.Object
implements java.io.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
 java.lang.String itemName
           
 java.lang.Double itemValue
           
 
Constructor Summary
DoubleItem(java.lang.String name, java.lang.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 java.lang.Double itemValue

itemName

public java.lang.String itemName
Constructor Detail

DoubleItem

public DoubleItem(java.lang.String name,
                  java.lang.Double value)


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