public class FullMtgObject extends MtgObject
MtgObject. Used to display details of particular content object.| Modifier and Type | Field and Description |
|---|---|
Contacts |
contacts
Contacts (typical for museum/publisher).
|
Content[] |
contents
Array of language specific MtgObject content: texts, descriptions, media.
|
java.lang.String |
parentUuid
The UUID of parent MtgObject.
|
Schedule |
schedule
Schedule details (typical for museum).
|
java.lang.Long |
size
The size of the media content (audio + video + images) for the object and all its children.
|
Sponsor[] |
sponsors
Sponsors (typical for museum/tour).
|
| Constructor and Description |
|---|
FullMtgObject() |
public Content[] contents
public java.lang.String parentUuid
public Schedule schedule
public Contacts contacts
public Sponsor[] sponsors
public java.lang.Long size