Nation

class Nation(name: String, contact: NaturalPerson) extends Entity with HumanOrganization

A Nation is a sovereign state such as Finland or Brazil.

Value parameters:
contact

a contact person for the nation’s goverment (yes, there’s just one)

name

the name of the nation

Value members

Concrete methods

A short description of the entity’s type. For a Nation, returns "sovereign nation".

A short description of the entity’s type. For a Nation, returns "sovereign nation".

Inherited methods

override def toString: String

Returns a textual description of the legal entity. This takes the form "NAME (KIND)", e.g., "Jane Doe (human in full capacity)".

Returns a textual description of the legal entity. This takes the form "NAME (KIND)", e.g., "Jane Doe (human in full capacity)".

Definition Classes
Inherited from:
Entity