de.nava.informa.core
Interface ItemGuidIF

All Superinterfaces:
Serializable, WithIdMIF
All Known Implementing Classes:
ItemGuid, ItemGuid

public interface ItemGuidIF
extends WithIdMIF

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

Author:
Michael Harhen

Method Summary
 String getLocation()
           
 boolean isPermaLink()
           
 void setLocation(String location)
           
 void setPermaLink(boolean permaLink)
           
 
Methods inherited from interface de.nava.informa.core.WithIdMIF
getId, setId
 

Method Detail

getLocation

String getLocation()

setLocation

void setLocation(String location)

isPermaLink

boolean isPermaLink()
Returns:
indicates whether the guid is a permalink.

setPermaLink

void setPermaLink(boolean permaLink)


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