org.imixs.workflow.jee.jpa
Class TextItem

java.lang.Object
  extended by 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

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

Field Detail

itemValue

public String itemValue

itemName

public String itemName
Constructor Detail

TextItem

public TextItem(String name,
                String value)
Method Detail

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.