org.android.activityminer.persistence
Class DBRecordingStatisticEntry

Package class diagram package DBRecordingStatisticEntry
java.lang.Object
  extended by org.android.activityminer.persistence.DBRecordingStatisticEntry

public class DBRecordingStatisticEntry
extends Object

The recording statistic entries does represents an database recording entry.


Field Summary
 ActivityLabel activityLabel
          The label.
 long duration
          The duration in milliseconds.
 long id
          the unique recording identifier
 boolean isProcessed
          The processing state flag.
 long sid
          the unique continuous recording sequence identifier this recording belongs to
 long ts
          The recording time stamp.
 
Constructor Summary
DBRecordingStatisticEntry(long id, long sid, ActivityLabel activityLabel, long ts, long duration, boolean isProcessed)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public final long id
the unique recording identifier


sid

public final long sid
the unique continuous recording sequence identifier this recording belongs to


activityLabel

public final ActivityLabel activityLabel
The label.


ts

public final long ts
The recording time stamp.


duration

public final long duration
The duration in milliseconds.


isProcessed

public boolean isProcessed
The processing state flag.

Constructor Detail

DBRecordingStatisticEntry

public DBRecordingStatisticEntry(long id,
                                 long sid,
                                 ActivityLabel activityLabel,
                                 long ts,
                                 long duration,
                                 boolean isProcessed)
Constructor

Parameters:
id - the recording identifier
sid - the sequence identifier
activityLabel - the label
ts - the recording time stamp
duration - the duration in milliseconds.
isProcessed - the processing state flag