Class TrainingVideo

All Implemented Interfaces:
Serializable, Cloneable, Comparable<LibraryEntry>, Auditable, AuthoredBean, ViewEntry, Cacheable

public class TrainingVideo extends Video
A bean to store Flight Academy training video metadata.
Since:
1.0
Version:
6.0
Author:
Luke
See Also:
  • Constructor Details

    • TrainingVideo

      public TrainingVideo(File f)
      Creates a new Training Video bean.
      Parameters:
      f - the File
    • TrainingVideo

      public TrainingVideo(Video v)
      Expands a generic video into a Training Video.
      Parameters:
      v - the existing Video bean
  • Method Details