de.nava.informa.core
Interface WithSiteMIF

All Known Subinterfaces:
ChannelIF, FeedIF
All Known Implementing Classes:
Channel, Channel, Channel, Feed

public interface WithSiteMIF

Meta-, or markerinterface, specifying objects, having site url, description text and copyright information.

Version:
$Id: WithSiteMIF.java,v 1.3 2005/09/27 22:17:07 niko_schmuck Exp $
Author:
Alexei Matiouchkine

Method Summary
 String getCopyright()
           
 URL getSite()
           
 void setCopyright(String copyright)
           
 void setSite(URL site)
           
 

Method Detail

getSite

URL getSite()
Returns:
the link to the site where more informaion may be obtained

setSite

void setSite(URL site)
Parameters:
site - the link to the site to be set

getCopyright

String getCopyright()
Returns:
copyright information, if it's presented on the site

setCopyright

void setCopyright(String copyright)
Parameters:
copyright - the copyright information to be set


Copyright © 2002-2007 Niko Schmuck. All Rights Reserved.