DatasetDescription Class Reference
[Dataset Management Web Service]

Description of a dataset described in a WSF network. More...

Public Member Functions

 __construct ($uri, $title, $description, $creator, $created, $modified, $contributors, $meta="", $metaDescription=array())

Data Fields

 $uri = ""
 URI of the dataset.
 $title = ""
 Title of the dataset.
 $description = ""
 Description of the dataset.
 $creator = ""
 Creator of the dataset.
 $created = ""
 Creation date of the dataset.
 $modified = ""
 Last modification date of the dataset.
 $contributors = array()
 Contributors of the dataset.
 $meta = ""
 Meta resource URI about the dataset.
 $metaDescription = ""
 Meta description about the dataset.

Detailed Description

Description of a dataset described in a WSF network.


Author:
Frederick Giasson, Structured Dynamics LLC.




Definition at line 1426 of file DatasetRead.php.


Constructor & Destructor Documentation

__construct ( uri,
title,
description,
creator,
created,
modified,
contributors,
meta = "",
metaDescription = array() 
)

Field Documentation

$contributors = array()

Contributors of the dataset.

Definition at line 1447 of file DatasetRead.php.

Referenced by __construct().

$created = ""

Creation date of the dataset.

Definition at line 1441 of file DatasetRead.php.

Referenced by __construct().

$creator = ""

Creator of the dataset.

Definition at line 1438 of file DatasetRead.php.

Referenced by __construct().

$description = ""

Description of the dataset.

Definition at line 1435 of file DatasetRead.php.

Referenced by __construct().

$meta = ""

Meta resource URI about the dataset.

Definition at line 1450 of file DatasetRead.php.

Referenced by __construct().

$metaDescription = ""

Meta description about the dataset.

Definition at line 1453 of file DatasetRead.php.

Referenced by __construct().

$modified = ""

Last modification date of the dataset.

Definition at line 1444 of file DatasetRead.php.

Referenced by __construct().

$title = ""

Title of the dataset.

Definition at line 1432 of file DatasetRead.php.

Referenced by __construct().

$uri = ""

URI of the dataset.

Definition at line 1429 of file DatasetRead.php.

Referenced by __construct().


The documentation for this class was generated from the following file:
Copyright © 2009-2011. Structured Dynamics LLC Structured Dynamics LLC. All rights reserved.