org.imixs.workflow.jee.jpa
Class CalendarItem
java.lang.Object
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,
org.imixs.workflow.jee.ejb.EntityServiceBean,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
itemValue
public Calendar itemValue
itemName
public String itemName
CalendarItem
public CalendarItem(String name,
Calendar value)
Copyright © 2006-2012 Imixs Software Solutions GmbH. All Rights Reserved.