Dave Dribin > Palm-Zetetic-Strip-1.02 > Palm::Zetetic::Strip::System

Download:
Palm-Zetetic-Strip-1.02.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 1.02   Source  

NAME ^

Palm::Zetetic::Strip::System - An immutable system object

SYNOPSIS ^

  use Palm::Zetetic::Strip;

  # Create and load a new Palm::Zetetic::Strip object

  @systems = $strip->get_systems()
  $id = $systems[0]->get_id();
  $name = $systems[0]->get_name();

DESCRIPTION ^

This is an immutable data object that represents a system. A Palm::Zetetic::Strip(3) object is a factory for system objects.

METHODS ^

get_id

  $id = $system->get_id();

Returns the ID of this system.

get_name

  $name = $system->get_name();

Returns the string name of this system;

SEE ALSO ^

Palm::Zetetic::Strip(3)

AUTHOR ^

Dave Dribin