NAME

cs::CSW::Url - a record associated with a URL


SYNOPSIS

use cs::CSW::Url;


DESCRIPTION

The cs::CSW::Url module specific URLs.


GENERAL FUNCTIONS

sub _byIdHash() { if (! defined $cs::CSW::Url::_idHash) { $cs::CSW::Url::_idHash=new cs::CSW::Table(URLS,URL_ID); }

  $cs::CSW::Url::_idHash;
}

sub _byUrlHash() { if (! defined $cs::CSW::Url::_urlHash) { $cs::CSW::Url::_urlHash=new cs::CSW::Table(URLS,URL); }

  $cs::CSW::Url::_urlHash;
}
byId(id)
Return the URL object with the specified id.

byUrl(url)
Return the URL object for the specified url.


OBJECT METHODS

Id()
Return the URL_ID of this window.

Url(()
Return the normalised URL of this object.

LastVisit()
Return the cs::CSW::History object representing the last visit to this URL.


AUTHOR

Cameron Simpson <cs@zip.com.au