Win32::Palm::Install::UsersDat::UserEntry - Class to hold user information


Win32-Palm-Install documentation  | view source Contained in the Win32-Palm-Install distribution.

Index


NAME

Top

Win32::Palm::Install::UsersDat::UserEntry - Class to hold user information

VERSION

Top

This document refers to version 0.2 of Win32::Palm::Install::UsersDat::UserEntry, released 25 september 2001.

SYNOPSIS

Top

	use Win32::Palm::Install::UsersDat::UserEntry;

	my $ue = Win32::Palm::Install::UserDat::UserEntry->new(
			-HotsyncID 	=> $hotsyncid,
			-LongName	=> $longname,
			-DirName	=> $dirname,
			-Active		=> $active,
			-Password	=> $password
	);

DESCRIPTION

Top

A module to hold the information of a UserEntry in a users.dat file.

Class and Object methods

Top

	get_HotsyncID / set_HotsyncID
	get_LongName / set_LongName
	get_Password / set_Password
	get_DirName / set_DirName
	get_Active / set_Activea

AUTHOR

Top

Johan Van den Brande <johan@vandenbrande.com>

COPYRIGHT

Top


Win32-Palm-Install documentation  | view source Contained in the Win32-Palm-Install distribution.