GeographicalFeature

o1.legal.GeographicalFeature
class GeographicalFeature(name: String, val kind: String, val representative: Entity) extends Entity, JuridicalPerson

A GeographicalFeature is a JuridicalPerson that is a natural, geographical feature such as river or a mountain. (Yes, there are jurisdictions in which geographical features such as the river Ganges are legal entities.)

Parameters

name

the name of the organization

kind

the kind of the organization (examples: "river", "mountain")

representative

another legal entity that acts in the interests of the geographical feature

Attributes

Supertypes
trait Entity
class Object
trait Matchable
class Any

Members list

Keywords
  • no keywords
  • override
Inherited Not inherited +1
  • Not inherited
  • Entity

Value members

Concrete methods

The contact person of a GeographicalFeature is the contact person of its representative.

The contact person of a GeographicalFeature is the contact person of its representative.

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
Entity -> Any
Inherited from:
Entity

Concrete fields

val kind: String

A short description of the type of the legal entity. E.g., "human in full capacity" or "for-profit corporation".

A short description of the type of the legal entity. E.g., "human in full capacity" or "for-profit corporation".