TFORMer SDK - JAVA  7.0
Public Member Functions
JobDataRecordSet.Record Class Reference

Provides access to a Record. More...

List of all members.

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.

Detailed Description

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).

See also:
JobDataDataSource, JobData

Member Function Documentation

String getData ( String  sDataFieldName)

Get the value for the given DataField name.

Parameters:
sDataFieldNameThe name of the DataField
Returns:
The value of the DataField
See also:
JobDataDataSource, JobData

Gets the number of Record copies.

Returns:
The number of Record copies
See also:
JobDataDataSource, JobData
void setData ( String  sDataFieldName,
String  sDataFieldValue 
)

Set the value for the DataField.

Parameters:
sDataFieldNameThe data field name
sDataFieldValueThe DataField-value
See also:
JobDataDataSource, JobData
void setNumberOfCopies ( int  nNumberOfCopies)

Sets the number of Record copies.

Parameters:
nNumberOfCopiesThe number of Record copies
See also:
JobDataDataSource, JobData

© 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