Operator

This is a simple identifier object, representing a natural or legal person that is the owner or responsible person having control over one or more physical entitites.

Attributes, Units and Remarks

Attribute Unit Remarks
uuid  
id Human readable identifier

Application example

1
2
3
4
OperatorInput profBroccoli = new OperatorInput(
        UUID.fromString("f15105c4-a2de-4ab8-a621-4bc98e372d92"),
        "Univ.-Prof. Dr. rer. hort. Klaus-Dieter Brokkoli"
      )

Caveats

Nothing - at least not known. If you found something, please contact us!