@startuml set namespaceSeparator \\ namespace Entity { class Artist { - id : int - name : string + getId() : int + getName() : string } } @enduml