project35.soa.ontology.provenance
Class OntologyTermMetaData

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

public class OntologyTermMetaData
extends java.lang.Object

meta data about an ontology term. Most of the fields come from the SKOS Core Vocabulary Specifications


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
OntologyTermMetaData()
           
 
Method Summary
 java.lang.String[] getCharacteristics()
           
 java.lang.String getComment()
          Get the value of comment.
 java.lang.String getDefinition()
          get the definition of the label
 java.util.Date getDeprecated()
          Get the value of deprecated.
 java.lang.String getDomain()
          Get the value of domain.
 java.lang.String getExample()
          Get the value of example.
 java.lang.String getIdentifier()
          Get the value of identifier.
 java.net.URL getImage()
          Get the value of image.
 java.lang.String getInverseOf()
          Get the value of inverseOf.
 java.util.Date getIssued()
          Get the value of issued.
 java.lang.String getLabel()
           
 java.util.Date getModified()
          Get the value of modified.
 java.lang.String getOntologyServiceCode()
          Get the value of ontologyServiceCode.
 java.lang.String getRange()
          Get the value of range.
 java.lang.String getReplacedBy()
          Get the value of replacedBy.
 java.lang.String getReplaces()
          Get the value of replaces.
 java.lang.String getStatus()
          Get the value of status.
 java.lang.String[] getSuperClasses()
           
 java.lang.String[] getSuperProperties()
           
 java.lang.String getType()
          Get the value of type.
 java.lang.String getVersionInformation()
          Get the value of versionInformation.
 java.net.URL getWebPage()
          Get the value of webPage.
 void setCharacteristics(java.lang.String[] characteristic)
           
 void setComment(java.lang.String comment)
          Set the value of comment.
 void setDefinition(java.lang.String definition)
          set definition
 void setDeprecated(java.util.Date deprecated)
          Set the value of deprecated.
 void setDomain(java.lang.String domain)
          Set the value of domain.
 void setExample(java.lang.String example)
          Set the value of example.
 void setIdentifier(java.lang.String identifier)
           
 void setImage(java.net.URL image)
          Set the value of image.
 void setInverseOf(java.lang.String inverseOf)
          Set the value of inverseOf.
 void setIssued(java.util.Date issued)
          Set the value of issued.
 void setLabel(java.lang.String label)
          Set the value of label.
 void setModified(java.util.Date modified)
          Set the value of modified.
 void setOntologyServiceCode(java.lang.String ontologyServiceCode)
           
 void setRange(java.lang.String range)
          Set the value of range.
 void setReplacedBy(java.lang.String replacedBy)
          Set the value of replacedBy.
 void setReplaces(java.lang.String replaces)
          Set the value of replaces.
 void setStatus(java.lang.String status)
          Set the value of status.
 void setSuperClasses(java.lang.String[] superClasses)
           
 void setSuperProperties(java.lang.String[] superProperties)
           
 void setType(java.lang.String type)
          Set the value of type.
 void setVersionInformation(java.lang.String versionInformation)
          Set the value of versionInformation for the term
 void setWebPage(java.net.URL webPage)
          Set the value of webPage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OntologyTermMetaData

public OntologyTermMetaData()
Method Detail

getOntologyServiceCode

public java.lang.String getOntologyServiceCode()
Get the value of ontologyServiceCode.

Returns:
value of ontologyServiceCode.

getComment

public java.lang.String getComment()
Get the value of comment.

Returns:
value of comment.

getStatus

public java.lang.String getStatus()
Get the value of status.

Returns:
value of status.

getType

public java.lang.String getType()
Get the value of type.

Returns:
value of type.

getIdentifier

public java.lang.String getIdentifier()
Get the value of identifier.

Returns:
value of identifier.

getLabel

public java.lang.String getLabel()
Returns:
the word phrase associated with the ontology term label

getDefinition

public java.lang.String getDefinition()
get the definition of the label


getExample

public java.lang.String getExample()
Get the value of example.

Returns:
value of example.

getIssued

public java.util.Date getIssued()
Get the value of issued.

Returns:
value of issued.

getModified

public java.util.Date getModified()
Get the value of modified.

Returns:
value of modified.

getSuperClasses

public java.lang.String[] getSuperClasses()

getSuperProperties

public java.lang.String[] getSuperProperties()

getDomain

public java.lang.String getDomain()
Get the value of domain.

Returns:
value of domain.

getRange

public java.lang.String getRange()
Get the value of range.

Returns:
value of range.

getCharacteristics

public java.lang.String[] getCharacteristics()

getInverseOf

public java.lang.String getInverseOf()
Get the value of inverseOf.

Returns:
value of inverseOf.

getReplaces

public java.lang.String getReplaces()
Get the value of replaces.

Returns:
value of replaces.

getVersionInformation

public java.lang.String getVersionInformation()
Get the value of versionInformation.

Returns:
value of versionInformation.

getReplacedBy

public java.lang.String getReplacedBy()
Get the value of replacedBy.

Returns:
value of replacedBy.

getDeprecated

public java.util.Date getDeprecated()
Get the value of deprecated.

Returns:
value of deprecated.

getWebPage

public java.net.URL getWebPage()
Get the value of webPage.

Returns:
value of webPage.

getImage

public java.net.URL getImage()
Get the value of image.

Returns:
value of image.

setOntologyServiceCode

public void setOntologyServiceCode(java.lang.String ontologyServiceCode)

setIdentifier

public void setIdentifier(java.lang.String identifier)

setComment

public void setComment(java.lang.String comment)
Set the value of comment.

Parameters:
comment - Value to assign to comment.

setStatus

public void setStatus(java.lang.String status)
Set the value of status.

Parameters:
status - Value to assign to status.

setType

public void setType(java.lang.String type)
Set the value of type.

Parameters:
type - Value to assign to type.

setLabel

public void setLabel(java.lang.String label)
Set the value of label.

Parameters:
label - Value to assign to label.

setDefinition

public void setDefinition(java.lang.String definition)
set definition


setExample

public void setExample(java.lang.String example)
Set the value of example.

Parameters:
example - Value to assign to example.

setIssued

public void setIssued(java.util.Date issued)
Set the value of issued.

Parameters:
issued - Value to assign to issued.

setModified

public void setModified(java.util.Date modified)
Set the value of modified.

Parameters:
modified - Value to assign to modified.

setSuperClasses

public void setSuperClasses(java.lang.String[] superClasses)

setSuperProperties

public void setSuperProperties(java.lang.String[] superProperties)

setDomain

public void setDomain(java.lang.String domain)
Set the value of domain.

Parameters:
domain - Value to assign to domain.

setRange

public void setRange(java.lang.String range)
Set the value of range.

Parameters:
range - Value to assign to range.

setCharacteristics

public void setCharacteristics(java.lang.String[] characteristic)

setInverseOf

public void setInverseOf(java.lang.String inverseOf)
Set the value of inverseOf.

Parameters:
inverseOf - Value to assign to inverseOf.

setReplaces

public void setReplaces(java.lang.String replaces)
Set the value of replaces.

Parameters:
replaces - Value to assign to replaces.

setVersionInformation

public void setVersionInformation(java.lang.String versionInformation)
Set the value of versionInformation for the term

Parameters:
versionInformation - Value to assign to versionInformation.

setReplacedBy

public void setReplacedBy(java.lang.String replacedBy)
Set the value of replacedBy.

Parameters:
replacedBy - Value to assign to replacedBy.

setDeprecated

public void setDeprecated(java.util.Date deprecated)
Set the value of deprecated.

Parameters:
deprecated - Value to assign to deprecated.

setWebPage

public void setWebPage(java.net.URL webPage)
Set the value of webPage.

Parameters:
webPage - Value to assign to webPage.

setImage

public void setImage(java.net.URL image)
Set the value of image.

Parameters:
image - Value to assign to image.