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 Entity. These subdata
types are used to extract single attributes of an ItemCollection from the
data Attribute of an Entity outside to separate entity ejbs. As both - the
Entity 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,
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-2012 Imixs Software Solutions GmbH. All Rights Reserved.