org.imixs.workflow.jee.jpa
Class TextItem

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

@Entity
public class TextItem
extends java.lang.Object
implements java.io.Serializable

A TextItem 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:
Ralph Soika
See Also:
Entity, org.imixs.workflow.jee.ejb.EntityPersistenceManagerImplementation, Serialized Form

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

Field Detail

itemValue

public java.lang.String itemValue

itemName

public java.lang.String itemName
Constructor Detail

TextItem

public TextItem(java.lang.String name,
                java.lang.String value)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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