org.imixs.workflow.jee.jpa
Class TextItem
java.lang.Object
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
|
Constructor Summary |
TextItem(java.lang.String name,
java.lang.String value)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
itemValue
public java.lang.String itemValue
itemName
public java.lang.String itemName
TextItem
public TextItem(java.lang.String name,
java.lang.String value)
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.