Components Service¶
The Components service is responsible for maintaining information about all components in a vessel. Its principal purpose is related to maintenance operations.
Component¶
Component is the main domain concept ruling this service. Each component is stored as described below:
Display name
: represents the name by which the physical component is called.- Required.
- Maximum length of 300 characters.
LocationId
: references the Location the component is currently in.- Required.
Maker
: represents the components manufacturer brand or company.- Required.
- Maximum length of 300 characters.
Code
: represents the code by which each component is uniquely identified.- Required.
- Maximum length of 80 characters.
Serial number
: represents a serial number for this component.- Maximum length of 80 characters.
Function display name
: represents the function the component is currently being used for.- Maximum length of 300 characters.