Class DefaultDataRecord
java.lang.Object
de.uplanet.lucy.server.datatrans.table.DefaultDataRecord
- All Implemented Interfaces:
IDataObject,IDataRecord
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?> getValueClass(String p_strName) Returns the writer from this data object has been returned ornull, if none.void
-
Constructor Details
-
DefaultDataRecord
-
-
Method Details
-
getValue
- Specified by:
getValuein interfaceIDataRecord- Throws:
Exception
-
setValue
- Specified by:
setValuein interfaceIDataRecord- Throws:
Exception
-
getValueClass
- Specified by:
getValueClassin interfaceIDataRecord
-
getValueNames
- Specified by:
getValueNamesin interfaceIDataRecord
-
getWriter
Description copied from interface:IDataObjectReturns the writer from this data object has been returned ornull, if none.- Specified by:
getWriterin interfaceIDataObject- Returns:
- A data writer.
-