org.mindswap.multimedia
Interface PhotoAlbum

All Known Implementing Classes:
PhotoAlbumImpl

public interface PhotoAlbum

Title: PhotoAlbum

Description: An extension of a Jena resource that adds some common methods for retrieving information specific to the Mindswap multimedia ontology concept PhotoAlbum

Copyright: Copyright (c) 2005

Company: Mindswap (http://www.mindswap.org)


Method Summary
 java.lang.String getDCDescription()
          Returns the dc:description property for this album.
 StmtIterator listPhotos()
          List the photos that are a part of this album
 

Method Detail

getDCDescription

public java.lang.String getDCDescription()
Returns the dc:description property for this album.

Returns:
String the dc:description, or null if none exists

listPhotos

public StmtIterator listPhotos()
List the photos that are a part of this album

Returns:
StmtIterator an iterator over the hasPhoto statements for this resource