Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Event

Index

Constructors

constructor

  • new Event(name: string, date?: Date, place?: string, description?: string): Event
  • Parameters

    • name: string
    • Default value date: Date = new Date()
    • Default value place: string = ""
    • Default value description: string = ""

    Returns Event

Properties

Private date

date: Date

Private description

description: string

Private name

name: string

Private place

place: string

Methods

getDate

  • getDate(): Date

getDescription

  • getDescription(): string

getName

  • getName(): string

getPlace

  • getPlace(): string

setDate

  • setDate(date: Date): void

setDescription

  • setDescription(description: string): void
  • Parameters

    • description: string

    Returns void

setName

  • setName(name: string): void

setPlace

  • setPlace(place: string): void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc