org.imixs.workflow.jee.jpa
Class TextItem
java.lang.Object
org.imixs.workflow.jee.jpa.TextItem
- All Implemented Interfaces:
- Serializable
@Entity
public class TextItem
- extends Object
- implements 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
itemValue
public String itemValue
itemName
public String itemName
TextItem
public TextItem(String name,
String value)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2006-2011 Imixs Software Solutions GmbH. All Rights Reserved.