infoTerre
.
model
Installation
Related Docs:
object Installation
|
package model
case class
Installation
(
id:
Int
,
code:
Option
[
String
]
,
name:
Option
[
String
]
,
installationType:
Option
[
Int
]
,
descriptive:
Option
[
String
]
,
creationDate:
Option
[
DateTime
]
,
x:
Option
[
Double
]
,
y:
Option
[
Double
]
,
projection:
Option
[
Double
]
,
mnemonic:
Option
[
String
]
,
townCode:
Option
[
String
]
,
declarationTownCode:
Option
[
String
]
,
address:
Option
[
String
]
,
altitude:
Option
[
Double
]
,
comments:
Option
[
String
]
,
declarationDate:
Option
[
DateTime
]
,
declarationNumber:
Option
[
String
]
,
endDate:
Option
[
DateTime
]
,
closeComment:
Option
[
String
]
,
updateLogin:
Option
[
String
]
,
updateDate:
Option
[
DateTime
]
,
confidential:
Option
[
String
]
,
executionModeCode:
Option
[
Int
]
,
stateCode:
Option
[
Int
]
,
ownerCode:
Option
[
Int
]
,
dataOrigin:
Option
[
String
]
,
exploitationCode:
Option
[
Int
]
,
jobExecutionId:
Option
[
Int
]
,
manufacturer:
Option
[
Int
]
,
designation:
Option
[
String
]
,
status:
Option
[
Int
]
,
statusLogin:
Option
[
String
]
,
statusDate:
Option
[
DateTime
]
)
extends
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
Installation
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
Installation
(
id:
Int
,
code:
Option
[
String
]
,
name:
Option
[
String
]
,
installationType:
Option
[
Int
]
,
descriptive:
Option
[
String
]
,
creationDate:
Option
[
DateTime
]
,
x:
Option
[
Double
]
,
y:
Option
[
Double
]
,
projection:
Option
[
Double
]
,
mnemonic:
Option
[
String
]
,
townCode:
Option
[
String
]
,
declarationTownCode:
Option
[
String
]
,
address:
Option
[
String
]
,
altitude:
Option
[
Double
]
,
comments:
Option
[
String
]
,
declarationDate:
Option
[
DateTime
]
,
declarationNumber:
Option
[
String
]
,
endDate:
Option
[
DateTime
]
,
closeComment:
Option
[
String
]
,
updateLogin:
Option
[
String
]
,
updateDate:
Option
[
DateTime
]
,
confidential:
Option
[
String
]
,
executionModeCode:
Option
[
Int
]
,
stateCode:
Option
[
Int
]
,
ownerCode:
Option
[
Int
]
,
dataOrigin:
Option
[
String
]
,
exploitationCode:
Option
[
Int
]
,
jobExecutionId:
Option
[
Int
]
,
manufacturer:
Option
[
Int
]
,
designation:
Option
[
String
]
,
status:
Option
[
Int
]
,
statusLogin:
Option
[
String
]
,
statusDate:
Option
[
DateTime
]
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
val
address
:
Option
[
String
]
val
altitude
:
Option
[
Double
]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
closeComment
:
Option
[
String
]
val
code
:
Option
[
String
]
val
comments
:
Option
[
String
]
val
confidential
:
Option
[
String
]
val
creationDate
:
Option
[
DateTime
]
val
dataOrigin
:
Option
[
String
]
val
declarationDate
:
Option
[
DateTime
]
val
declarationNumber
:
Option
[
String
]
val
declarationTownCode
:
Option
[
String
]
val
descriptive
:
Option
[
String
]
val
designation
:
Option
[
String
]
val
endDate
:
Option
[
DateTime
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
val
executionModeCode
:
Option
[
Int
]
val
exploitationCode
:
Option
[
Int
]
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
val
id
:
Int
val
installationType
:
Option
[
Int
]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
jobExecutionId
:
Option
[
Int
]
val
manufacturer
:
Option
[
Int
]
val
mnemonic
:
Option
[
String
]
val
name
:
Option
[
String
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
ownerCode
:
Option
[
Int
]
val
projection
:
Option
[
Double
]
val
stateCode
:
Option
[
Int
]
val
status
:
Option
[
Int
]
val
statusDate
:
Option
[
DateTime
]
val
statusLogin
:
Option
[
String
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
townCode
:
Option
[
String
]
val
updateDate
:
Option
[
DateTime
]
val
updateLogin
:
Option
[
String
]
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
x
:
Option
[
Double
]
val
y
:
Option
[
Double
]
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
AnyRef
Inherited from
Any
Ungrouped