The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::Dochazka::Model::Employee - Employee data model

VERSION

Version 0.153

SYNOPSIS

Employee data model.

DESCRIPTION

Employee data model.

METHODS

spawn

Employee constructor. Does not interact with the database directly, but stores database handle for later use. Optional parameter: PARAMHASH containing definitions of any of the attributes listed in the 'reset' method.

reset

Boilerplate.

Accessor methods

Boilerplate.

eid

Accessor method.

email

Accessor method.

fullname

Accessor method.

nick

Accessor method.

passhash

Accessor method.

salt

Accessor method.

remark

Accessor method.

priv

Accessor method. Meant to be overridden.

schedule

Accessor method. Meant to be overriden.