installationTypes
.
industrialSite
domain
package
domain
Visibility
Public
All
Type Members
case class
IndustrialSiteTableInput
(
user:
String
,
forceLoad:
Option
[
Boolean
]
,
previewSize:
Option
[
Int
]
,
searchValue:
Option
[
String
]
,
city:
Option
[
String
]
,
activity:
Option
[
String
]
,
status:
Option
[
Int
]
,
ICPE:
Option
[
Boolean
]
,
dischargeAgreement:
Option
[
Boolean
]
)
extends
Product
with
Serializable
case class
IndustrialSiteTableLine
(
id:
Int
,
code:
Option
[
String
]
,
siret:
Option
[
String
]
,
name:
Option
[
String
]
,
townCode:
Option
[
String
]
,
townName:
Option
[
String
]
,
staff:
Option
[
Int
]
,
effectiveTranche:
Option
[
Int
]
,
icpe:
Option
[
Boolean
]
,
dischargeAgreement:
Option
[
Boolean
]
,
x:
Option
[
Double
]
,
y:
Option
[
Double
]
,
projection:
Option
[
Int
]
,
projectionLabel:
Option
[
String
]
,
jobExecutionId:
Option
[
Long
]
,
status:
Option
[
Int
]
,
statusLabel:
Option
[
String
]
,
activityCode:
Option
[
String
]
,
activityLibelle:
Option
[
String
]
,
activityCode2:
Option
[
String
]
,
activityLibelle2:
Option
[
String
]
,
activityCode3:
Option
[
String
]
,
activityLibelle3:
Option
[
String
]
,
activityCode4:
Option
[
String
]
,
activityLibelle4:
Option
[
String
]
,
internalRef:
Option
[
String
]
)
extends
SieauFilteredTableLine
with
Product
with
Serializable
Value Members
object
IndustrialSiteTableInput
extends
Serializable
object
IndustrialSiteTableLine
extends
Serializable
Ungrouped