Liz::FlavioSet::Contact - Contact objects within the FlavioSet
use xxLINK; $xxlink = new xxLINK; $flavioset = $xxlink->FlavioSet; $contact = $flavioset->Contact;
Provide object oriented access to the Contact tables of the FlavioSet. The Liz::FlavioSet::Contact object is in fact a Liz::OCASet::Contact object. See the documentation of that module for more information.
Create a new Contact object from a FlavioSet object.
1 FlavioSet object 2 ID or name to create Contact object with (e.g.'Dijk') 3 if 2==name: firstname of contact (e.g. 'Albert') 4 if 2==name: prefix of contact (e.g. 'van') 5 if 2==name: name on which to sort the object on (default: name,firstname,prefix as lowercase with alpha only)
1 instantiated object
It is not intended to call this method directly, but rather indirectly through the Liz::FlavioSet module.
$xxlink = new xxLINK; $flavioset = $xxlink->FlavioSet; $contact = $flavioset->Contact( 'Dijk','Albert','van' ); $contact = $flavioset->Contact( $contactID );
The following methods allow you to inspect and/or change certain fields of the Liz::FlavioSet::Contact object.
Please see the documentation of the Liz::OCASet::Contact object for more info.
Elizabeth Mattijsen ( lizperl@INC.nl )
(C) 2000 International Network Consultants
First version of this true Perl module.