project35.soa.ontology.provenance
Class OntologyMetaData

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

public class OntologyMetaData
extends java.lang.Object

this class is meant to hold information about the ontology source such as author, version, etc. and other things suggested by the Dublin Core


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
OntologyMetaData()
           
 
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 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 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

OntologyMetaData

public OntologyMetaData()
Method Detail

getName

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

Returns:
value of name.

getAuthor

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

Returns:
value of author.

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.

setName

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

Parameters:
name - Value to assign to name.

setAuthor

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

Parameters:
author - Value to assign to author.

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.