org.imixs.workflow.jee.jpa
Class CalendarItem

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

@Entity
public class CalendarItem
extends Object
implements Serializable

A CalendarItem 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, EntityService, Serialized Form

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

Field Detail

itemValue

public Calendar itemValue

itemName

public String itemName
Constructor Detail

CalendarItem

public CalendarItem(String name,
                    Calendar value)


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