domain
.
model
.
central
CentralType
Related Docs:
object CentralType
|
package central
case class
CentralType
(
materielType:
Option
[
Int
]
,
name:
Option
[
String
]
,
provider:
Option
[
Int
]
,
comment:
Option
[
String
]
,
updateDate:
Option
[
DateTime
]
,
updateLogin:
Option
[
String
]
,
startDate:
Option
[
DateTime
]
,
endDate:
Option
[
DateTime
]
,
powerSupplyType:
Option
[
Int
]
,
pileNumber:
Option
[
Int
]
,
manufacturerId:
Option
[
Int
]
,
callFrequency:
Option
[
Int
]
,
callHour:
Option
[
Int
]
,
transmissionVolume:
Option
[
Int
]
,
telecomType:
Option
[
Int
]
,
thresholdOverrun:
Option
[
String
]
,
desiccant:
Option
[
String
]
)
extends
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
CentralType
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
CentralType
(
materielType:
Option
[
Int
]
,
name:
Option
[
String
]
,
provider:
Option
[
Int
]
,
comment:
Option
[
String
]
,
updateDate:
Option
[
DateTime
]
,
updateLogin:
Option
[
String
]
,
startDate:
Option
[
DateTime
]
,
endDate:
Option
[
DateTime
]
,
powerSupplyType:
Option
[
Int
]
,
pileNumber:
Option
[
Int
]
,
manufacturerId:
Option
[
Int
]
,
callFrequency:
Option
[
Int
]
,
callHour:
Option
[
Int
]
,
transmissionVolume:
Option
[
Int
]
,
telecomType:
Option
[
Int
]
,
thresholdOverrun:
Option
[
String
]
,
desiccant:
Option
[
String
]
)
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
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
callFrequency
:
Option
[
Int
]
val
callHour
:
Option
[
Int
]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
comment
:
Option
[
String
]
val
desiccant
:
Option
[
String
]
val
endDate
:
Option
[
DateTime
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
manufacturerId
:
Option
[
Int
]
val
materielType
:
Option
[
Int
]
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
pileNumber
:
Option
[
Int
]
val
powerSupplyType
:
Option
[
Int
]
val
provider
:
Option
[
Int
]
val
startDate
:
Option
[
DateTime
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
telecomType
:
Option
[
Int
]
val
thresholdOverrun
:
Option
[
String
]
val
transmissionVolume
:
Option
[
Int
]
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
(
...
)
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
AnyRef
Inherited from
Any
Ungrouped