Class FunctionalLocation.Builder
java.lang.Object
neqsim.process.util.topology.FunctionalLocation.Builder
- Enclosing class:
FunctionalLocation
Builder class for FunctionalLocation.
- Version:
- 1.0
- Author:
- NeqSim Development Team
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the FunctionalLocation.description(String description) Sets the description.installation(String code) Sets the installation code.Sets the sequential number.Sets the system.Sets the train suffix.Sets the equipment type code.
-
Field Details
-
installationCode
-
equipmentTypeCode
-
sequentialNumber
-
trainSuffix
-
system
-
description
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
installation
Sets the installation code.- Parameters:
code- installation code- Returns:
- this builder
-
type
Sets the equipment type code.- Parameters:
type- equipment type code- Returns:
- this builder
-
number
Sets the sequential number.- Parameters:
number- sequential number- Returns:
- this builder
-
train
Sets the train suffix.- Parameters:
suffix- train suffix (A, B, C...)- Returns:
- this builder
-
system
Sets the system.- Parameters:
system- system name- Returns:
- this builder
-
description
Sets the description.- Parameters:
description- description- Returns:
- this builder
-
build
-