Liz::FlavioSet::Organization - Organization objects within the FlavioSet
use xxLINK; $xxlink = new xxLINK; $flavioset = $xxlink->FlavioSet; $organization = $flavioset->Organization;
Provide object oriented access to the Organization tables of the FlavioSet. The Liz::FlavioSet::Organization object is in fact a Liz::OCASet::Organization object in disguise. See the documentation of that module for more information.
Create a new Organization object from a FlavioSet object.
1 FlavioSet object 2 ID/name to create Organization object with (default: none = new organization) 3 sortname of organization (name of which organization should be sorted) (default: same as name if 2nd parameter is name)
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; $organization = $flavioset->Organization( 'Akzo Nobel' ); $organization = $flavioset->Organization( $organizationID );
The following methods allow you to inspect and/or change certain fields of the Liz::FlavioSet::Organization object.
Elizabeth Mattijsen ( lizperl@INC.nl )
(C) 2000 International Network Consultants
First version of this true Perl module.