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
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.