org.openrdf.concepts.doap
Interface Version

All Superinterfaces:
DoapResource, Entity, Resource

public interface Version
extends DoapResource

Version information of a project release.


Method Summary
 Set<Object> getDoapFileReleases()
          URI of download associated with this release.
 Set<Object> getDoapRevisions()
          Revision identifier of a software release.
 void setDoapFileReleases(Set<?> value)
          URI of download associated with this release.
 void setDoapRevisions(Set<?> value)
          Revision identifier of a software release.
 
Methods inherited from interface org.openrdf.concepts.doap.DoapResource
getDoapCreated, getDoapDescription, getDoapLicenses, getDoapNames, getDoapShortdescs, setDoapCreated, setDoapDescription, setDoapLicenses, setDoapNames, setDoapShortdescs
 
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

getDoapFileReleases

Set<Object> getDoapFileReleases()
URI of download associated with this release.


setDoapFileReleases

void setDoapFileReleases(Set<?> value)
URI of download associated with this release.


getDoapRevisions

Set<Object> getDoapRevisions()
Revision identifier of a software release.


setDoapRevisions

void setDoapRevisions(Set<?> value)
Revision identifier of a software release.



Copyright © 2004-2008 Aduna. All Rights Reserved.