TFORMer SDK - JAVA
7.0
|
Provides access to a Record. More...
Public Member Functions | |
String | getData (String sDataFieldName) |
Get the value for the given DataField name. | |
int | getNumberOfCopies () |
Gets the number of Record copies. | |
void | setData (String sDataFieldName, String sDataFieldValue) |
Set the value for the DataField. | |
void | setNumberOfCopies (int nNumberOfCopies) |
Sets the number of Record copies. |
Provides access to a Record.
A Record is a collection of string pairs. The string pair holds the DataField Name (first member of the pair) and the DataField value (second member of the pair).
String getData | ( | String | sDataFieldName | ) |
Get the value for the given DataField name.
sDataFieldName | The name of the DataField |
int getNumberOfCopies | ( | ) |
Gets the number of Record copies.
void setData | ( | String | sDataFieldName, |
String | sDataFieldValue | ||
) |
Set the value for the DataField.
sDataFieldName | The data field name |
sDataFieldValue | The DataField-value |
void setNumberOfCopies | ( | int | nNumberOfCopies | ) |
Sets the number of Record copies.
nNumberOfCopies | The number of Record copies |
© 2006-2012 - all rights reserved by TEC-IT Datenverarbeitung GmbH |
![]() |
Generated on Tue Oct 23 2012 16:33:20 for TFORMer SDK - JAVA with doxygen 1.8.0 |