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:
getValue
in interfaceIDataRecord
- Throws:
Exception
-
setValue
- Specified by:
setValue
in interfaceIDataRecord
- Throws:
Exception
-
getValueClass
- Specified by:
getValueClass
in interfaceIDataRecord
-
getValueNames
- Specified by:
getValueNames
in interfaceIDataRecord
-
getWriter
Description copied from interface:IDataObject
Returns the writer from this data object has been returned ornull
, if none.- Specified by:
getWriter
in interfaceIDataObject
- Returns:
- A data writer.
-