org.caleigo.core
Interface IDataProvider
- All Known Subinterfaces:
- IDataBundle, IEntity, IProxyController, IProxyEntity
- All Known Implementing Classes:
- AbstractEntity, DataBundle, ProxyEntity
- public interface IDataProvider
The IDataProvider interface provides a simple way to access identifable
data contained in the implementing object.
- Version:
- 1.00
- Author:
- Dennis Zikovic
Method Summary |
java.lang.Object |
getData(java.lang.String codeName)
Access method the returns the identified data from the object. |
getData
public java.lang.Object getData(java.lang.String codeName)
- Access method the returns the identified data from the object.
Copyright © 2005 Caleigo. All Rights Reserved.