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

Type Parameters:
T - The type of the title
D - The type of the description
TO - The type of the object itself
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