org.caleigo.core
Interface IProxyData
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- DateProxyData, EntityFieldProxyData, UserProxyData
- public interface IProxyData
- extends java.io.Serializable
This interface can de used to inserrt a proxy data reference into an
entity. The object can be inserted into an entity but never extracted from
in since the entity will instead return the data returned by the getData
method in the IProxyData object instance.
- Version:
- 1.00
- Author:
- Dennis Zikovic
getData
public java.lang.Object getData()
getDataType
public DataType getDataType()
Copyright © 2005 Caleigo. All Rights Reserved.