ArtCrime.empty constructor

ArtCrime.empty()

Creates an empty ArtCrime object.

Implementation

ArtCrime.empty()
    : id = null,
      idInAgency = null,
      uid = null,
      title = null,
      description = null,
      images = null,
      crimeCategory = null,
      maker = null,
      materials = null,
      measurements = null,
      period = null,
      additionalData = null,
      modified = null,
      publication = null,
      path = null,
      referenceNumber = null,
      isStealth = null;