public class

VideoMomentBean

extends Object
implements VideoMoment
java.lang.Object
   ↳ vars.VideoMomentBean

Class Overview

Bean class for holding Dates and timecodes. This is analagous to a videoframe's information

Summary

[Expand]
Inherited Constants
From interface vars.VideoMoment
Public Constructors
VideoMomentBean(Date recordedDate, String timecode, String alternateTimecode)
Public Methods
String getAlternateTimecode()
Date getRecordedDate()
The date that this videoframe was actually recorded
String getTimecode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface vars.VideoMoment

Public Constructors

public VideoMomentBean (Date recordedDate, String timecode, String alternateTimecode)

Public Methods

public String getAlternateTimecode ()

public Date getRecordedDate ()

The date that this videoframe was actually recorded

public String getTimecode ()

public String toString ()