Packages

package model

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class ErrorImport(level: Int, line: Int, perimeter: Option[String], city: Option[String], parcel: Option[String], remark: String) extends Product with Serializable
  2. case class ImportParameters(folderId: Int) extends Product with Serializable
  3. case class ValidateImport(newParcels: Int, updatedParcels: Int, newOwnersGroups: Int, updatedOwnersGroups: Int, newOwners: Int, updatedOwners: Int) extends Product with Serializable

Value Members

  1. object ErrorImport extends Serializable
  2. object ImportParameters extends Serializable
  3. object ValidateImport extends Serializable

Ungrouped