Package de.uplanet.lucy.server.datatrans
Interface IDataObject
-
- All Known Subinterfaces:
IDataRecord
- All Known Implementing Classes:
DefaultDataRecord
@Scriptable public interface IDataObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDataWriter
getWriter()
Returns the writer from this data object has been returned ornull
, if none.
-
-
-
Method Detail
-
getWriter
IDataWriter getWriter()
Returns the writer from this data object has been returned ornull
, if none.- Returns:
- A data writer.
-
-