org.openrdf.concepts.doap
Interface DoapResource

All Superinterfaces:
Entity, Resource
All Known Subinterfaces:
ArchRepository, ArchRepositoryOrBKRepositoryOrCVSRepository, BKRepository, CVSRepository, Project, Repository, SVNRepository, Version

public interface DoapResource
extends Resource


Method Summary
 Set<Object> getDoapCreated()
          Date when something was created, in YYYY-MM-DD form.
 String getDoapDescription()
          Plain text description of a project, of 2-4 sentences in length.
 Set<Object> getDoapLicenses()
          The URI of an RDF description of the license the software is distributed under.
 Set<Object> getDoapNames()
          A name of something.
 Set<Object> getDoapShortdescs()
          Short (8 or 9 words) plain text description of a project.
 void setDoapCreated(Set<?> value)
          Date when something was created, in YYYY-MM-DD form.
 void setDoapDescription(String value)
          Plain text description of a project, of 2-4 sentences in length.
 void setDoapLicenses(Set<?> value)
          The URI of an RDF description of the license the software is distributed under.
 void setDoapNames(Set<?> value)
          A name of something.
 void setDoapShortdescs(Set<?> value)
          Short (8 or 9 words) plain text description of a project.
 
Methods inherited from interface org.openrdf.concepts.rdfs.Resource
getRdfsComment, getRdfsIsDefinedBy, getRdfsLabel, getRdfsMembers, getRdfsSeeAlso, getRdfTypes, getRdfValues, setRdfsComment, setRdfsIsDefinedBy, setRdfsLabel, setRdfsMembers, setRdfsSeeAlso, setRdfTypes, setRdfValues
 
Methods inherited from interface org.openrdf.elmo.Entity
getElmoManager, getQName
 

Method Detail

getDoapCreated

Set<Object> getDoapCreated()
Date when something was created, in YYYY-MM-DD form. e.g. 2004-04-05


setDoapCreated

void setDoapCreated(Set<?> value)
Date when something was created, in YYYY-MM-DD form. e.g. 2004-04-05


getDoapDescription

String getDoapDescription()
Plain text description of a project, of 2-4 sentences in length.


setDoapDescription

void setDoapDescription(String value)
Plain text description of a project, of 2-4 sentences in length.


getDoapLicenses

Set<Object> getDoapLicenses()
The URI of an RDF description of the license the software is distributed under.


setDoapLicenses

void setDoapLicenses(Set<?> value)
The URI of an RDF description of the license the software is distributed under.


getDoapNames

Set<Object> getDoapNames()
A name of something.


setDoapNames

void setDoapNames(Set<?> value)
A name of something.


getDoapShortdescs

Set<Object> getDoapShortdescs()
Short (8 or 9 words) plain text description of a project.


setDoapShortdescs

void setDoapShortdescs(Set<?> value)
Short (8 or 9 words) plain text description of a project.



Copyright © 2004-2008 Aduna. All Rights Reserved.