Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

Impala::Core::IDash::XmlJob::XmlJob ( String  id,
String  video,
String  querySet,
String  status,
String  statusDetails,
String  progressPercentage 
) [inline]

Definition at line 19 of file XmlJob.h.

References mId, mProgressPercentage, mQuerySet, mStatus, mStatusDetails, and mVideo.

00021     {
00022         mId = id;
00023         mVideo = video;
00024         mQuerySet = querySet;
00025         mStatus = status;
00026         mStatusDetails = statusDetails;
00027         mProgressPercentage = progressPercentage;
00028     }


Generated on Fri Mar 19 11:13:31 2010 for ImpalaSrc by  doxygen 1.5.1