com.im.ijc.core/1 5.8

com.im.ijc.core.api.cookie
Interface DFItemCookie<T extends DFItem>

All Superinterfaces:
Node.Cookie
All Known Subinterfaces:
DataTreeCookie, EntityCookie, EntityStructureProviderCookie, FieldCookie, ListContainerCookie, PermanentListCookie, PermanentQueryCookie, ScriptCookie, ScriptParentCookie, ViewCookie

public interface DFItemCookie<T extends DFItem>
extends Node.Cookie

Generic superclass of all DFItem type cookies.


Method Summary
 T getItem()
          Get the appropriate object which this cookie provides.
 

Method Detail

getItem

T getItem()
Get the appropriate object which this cookie provides. It must be one of know DFItem subinterface.

Returns:
The DFItem which this objects represents

com.im.ijc.core/1 5.8