de.nava.informa.core
Interface ItemSourceIF

All Superinterfaces:
Serializable, WithNameMIF
All Known Implementing Classes:
ItemSource, ItemSource

public interface ItemSourceIF
extends WithNameMIF

This interface is implemented by objects representing the source of a news item.

Author:
Michael Harhen

Method Summary
 String getLocation()
           
 Date getTimestamp()
           
 void setLocation(String location)
           
 void setTimestamp(Date timestamp)
           
 
Methods inherited from interface de.nava.informa.core.WithNameMIF
getName, setName
 

Method Detail

getLocation

String getLocation()

setLocation

void setLocation(String location)

getTimestamp

Date getTimestamp()
Returns:
The time was published by the original source

setTimestamp

void setTimestamp(Date timestamp)


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