/** * Created by mmichieli on 13/02/2017. */ import { ReferentielModel } from './referentiel.model'; export declare class SubtitleContentModel { id: number; isDefault: boolean; materialNumber: number; languageId: number; contentId: number; stateId: number; typeId: number; origin: string; localisation: string; availabilityDate: string; statusId: number; languageLabel: string; contentLabel: string; stateLabel: string; typeLabel: string; statusLabel: string; status: ReferentielModel; uuid: string; constructor(); fromJSON(json: any): this; } //# sourceMappingURL=subtitle-content.model.d.ts.map