Liz::ProjectSet::Organization - Organization objects within the ProjectSet
use xxLINK; $xxlink = new xxLINK; $projectset = $xxlink->ProjectSet; $organization = $projectset->Organization;
Provide object oriented access to the Organization tables of the ProjectSet. The Liz::ProjectSet::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 ProjectSet object.
1 ProjectSet 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::ProjectSet module.
$xxlink = new xxLINK; $projectset = $xxlink->ProjectSet; $organization = $projectset->Organization( 'Akzo Nobel' ); $organization = $projectset->Organization( $organizationID );
The following methods allow you to inspect and/or change certain fields of the Liz::ProjectSet::Organization object.
Elizabeth Mattijsen ( lizperl@INC.nl )
(C) 1998-1999 International Network Consultants
Now no longer adds Exporter to ISA: it wasn't necessary.
First version of this true Perl module.