project35.soa.ontology.provenance
Class OntologyServiceMetaData

java.lang.Object
  extended by project35.soa.ontology.provenance.OntologyServiceMetaData

public class OntologyServiceMetaData
extends java.lang.Object

meta data about an ontology service


Copyright (c) 2008 Kevin Garwood for Project35. The original code was developed by Kevin Garwood for the University of Manchester. Revisions have been made for Project35, a project that is independent of that institution. This code is licensed under the Academic Free License version 3.0. The code attribution for the original code is included here:

Copyright (c) Kevin Garwood and University of Manchester 2007. All rights reserved. Licensed under the Academic Free License version 3.0. For more information on the terms and conditions, please see the file "LICENSE" that is included in this distribution.


Version:
1.0
Author:
Kevin Garwood (kgarwood@users.sourceforge.net)

Constructor Summary
OntologyServiceMetaData()
           
 
Method Summary
 java.lang.String getAuthor()
          Get the value of author.
 java.lang.String getDescription()
          Get the value of description.
 java.lang.String getEmail()
          Get the value of email.
 java.lang.String getFormalism()
          Get the value of formalism.
 java.lang.String getName()
          Get the value of name.
 java.lang.String getOntologyServiceCode()
          get the identifier which uniquely identifies the service being used
 java.lang.String getVersion()
          Get the value of version.
 void setAuthor(java.lang.String author)
          Set the value of author.
 void setDescription(java.lang.String description)
          Set the value of description.
 void setEmail(java.lang.String email)
          Set the value of email.
 void setFormalism(java.lang.String formalism)
          Set the value of formalism.
 void setName(java.lang.String name)
          Set the value of name.
 void setOntologyServiceCode(java.lang.String ontologyServiceCode)
          Set the value of ontologyServiceCode.
 void setVersion(java.lang.String version)
          Set the value of version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OntologyServiceMetaData

public OntologyServiceMetaData()
Method Detail

getAuthor

public java.lang.String getAuthor()
Get the value of author.

Returns:
value of author.

getOntologyServiceCode

public java.lang.String getOntologyServiceCode()
get the identifier which uniquely identifies the service being used


getName

public java.lang.String getName()
Get the value of name.

Returns:
value of name.

getVersion

public java.lang.String getVersion()
Get the value of version.

Returns:
value of version.

getDescription

public java.lang.String getDescription()
Get the value of description.

Returns:
value of description.

getFormalism

public java.lang.String getFormalism()
Get the value of formalism.

Returns:
value of formalism.

getEmail

public java.lang.String getEmail()
Get the value of email.

Returns:
value of email.

setOntologyServiceCode

public void setOntologyServiceCode(java.lang.String ontologyServiceCode)
Set the value of ontologyServiceCode.

Parameters:
ontologyServiceCode - Value to assign to ontologyServiceCode.

setName

public void setName(java.lang.String name)
Set the value of name.

Parameters:
name - Value to assign to name.

setVersion

public void setVersion(java.lang.String version)
Set the value of version.

Parameters:
version - Value to assign to version.

setDescription

public void setDescription(java.lang.String description)
Set the value of description.

Parameters:
description - Value to assign to description.

setFormalism

public void setFormalism(java.lang.String formalism)
Set the value of formalism.

Parameters:
formalism - Value to assign to formalism.

setEmail

public void setEmail(java.lang.String email)
Set the value of email.

Parameters:
email - Value to assign to email.

setAuthor

public void setAuthor(java.lang.String author)
Set the value of author.

Parameters:
author - Value to assign to author.