SlideVO

Representation of a slide.

Summary
SlideVO
Variables
id int64
name string
image bytes
startDate int64
endDate int64
fileType string
programId int64
SlideType SlideType
CardType CardType

Variables

id

int64

The id of the slide.

name

string

The name of the slide.

image

bytes

The image itself.

startDate

int64

The startDate of the slide.

Before this date the slide should not be returned.

endDate

int64

The endDate of the slide.

After this date the slide should not returned.

fileType

string

The file type of the slide.

programId

int64

The id of program of the slide.

SlideType

SlideType

The type of the slide, defaulting to STARTPAGE

CardType

CardType

The cardType fo the slide

Close