case class PerimeterParcel(folderId: Int, perimeterId: Int, parcelId: Option[Int], parcel: Option[String], section: Option[String], area: Option[Float], ownerIndemnity: Option[Boolean], operatorIndemnity: Option[Boolean], updateDate: Option[DateTime], updateLogin: Option[String], subdivision: Option[String], classOfDirt: Option[String], groupId: Option[Int], cityCode: Option[String], address: Option[String], hypothecary: Option[Int], communalAccount: Option[String] = None) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PerimeterParcel
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PerimeterParcel(folderId: Int, perimeterId: Int, parcelId: Option[Int], parcel: Option[String], section: Option[String], area: Option[Float], ownerIndemnity: Option[Boolean], operatorIndemnity: Option[Boolean], updateDate: Option[DateTime], updateLogin: Option[String], subdivision: Option[String], classOfDirt: Option[String], groupId: Option[Int], cityCode: Option[String], address: Option[String], hypothecary: Option[Int], communalAccount: Option[String] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val address: Option[String]
  5. val area: Option[Float]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val cityCode: Option[String]
  8. val classOfDirt: Option[String]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  10. val communalAccount: Option[String]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. val folderId: Int
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. val groupId: Option[Int]
  15. val hypothecary: Option[Int]
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  20. val operatorIndemnity: Option[Boolean]
  21. val ownerIndemnity: Option[Boolean]
  22. val parcel: Option[String]
  23. val parcelId: Option[Int]
  24. val perimeterId: Int
  25. def productElementNames: Iterator[String]
    Definition Classes
    Product
  26. val section: Option[String]
  27. val subdivision: Option[String]
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. val updateDate: Option[DateTime]
  30. val updateLogin: Option[String]
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped