Interface TextualObject<T extends OwnedText,D extends OwnedText,TO extends TextualObject<T,D,TO>>

All Superinterfaces:
TextualObjectUpdate<T,D,TO>
All Known Subinterfaces:
LocalizedObject<T,D,WS,TR,TO>, Media<T>
All Known Implementing Classes:
AbstractTextualObject, BasicTextualObject, Group, MediaObject, MediaObjectTranslation, Program, ScheduleEvent, Segment

public interface TextualObject<T extends OwnedText,D extends OwnedText,TO extends TextualObject<T,D,TO>> extends TextualObjectUpdate<T,D,TO>
Represents an object having owned and typed titles and descriptions.
Since:
5.1
Author:
Michiel Meeuwissen