org.stanwood.media.model
Interface IVideoCertification

All Known Subinterfaces:
IFilm, IShow
All Known Implementing Classes:
CacheShow, Film, Show, XMLFilm, XMLShow

public interface IVideoCertification

Used to store certification information


Method Summary
 java.util.List<Certification> getCertifications()
          Used to get a list of the films certifications
 void setCertifications(java.util.List<Certification> certifications)
          Used to set the films certifications
 

Method Detail

getCertifications

java.util.List<Certification> getCertifications()
Used to get a list of the films certifications

Returns:
The films certification list

setCertifications

void setCertifications(java.util.List<Certification> certifications)
Used to set the films certifications

Parameters:
certifications - The films certifications