diff -r b403086580f7 -r 0e57c730bb18 Model/TagInterface.php --- a/Model/TagInterface.php Fri Nov 18 17:54:30 2011 +0100 +++ b/Model/TagInterface.php Fri Nov 25 18:55:42 2011 +0100 @@ -56,7 +56,7 @@ * @param string $originalLabel */ function setOriginalLabel($originalLabel); - + /** * Get originalLabel * @@ -65,6 +65,20 @@ function getOriginalLabel(); /** + * Set the alternative label + * + * @param string $alternativeLabel + */ + function setAlternativeLabel($alternativeLabel); + + /** + * Get the alternative label. + * + * @return string + */ + function getAlternativeLabel(); + + /** * Set alias * * @param string $alias @@ -93,6 +107,21 @@ function getWikipediaUrl(); /** + * Set alternativeWikipediaUrl + * + * @param string $alternativeWikipediaUrl + */ + function setAlternativeWikipediaUrl($alternativeWikipediaUrl); + + /** + * Get alternativeWikipediaUrl + * + * @return string + */ + function getAlternativeWikipediaUrl(); + + + /** * Set wikipediaPageId * * @param bigint $wikipediaPageId @@ -105,6 +134,23 @@ * @return bigint */ function getWikipediaPageId(); + + + /** + * Set aletrnativeWikipediaPageId + * + * @param bigint $alternativeWikipediaPageId + */ + function setAlternativeWikipediaPageId($alternativeWikipediaPageId); + + /** + * Get alternativeWikipediaPageId + * + * @return bigint + */ + function getAlternativeWikipediaPageId(); + + /** * Set urlStatus @@ -185,4 +231,10 @@ function nullCategory(); + /** + * Set wikipedia info. + * @param $wikipedia_info + */ + function setWikipediaInfo($wikipedia_info); + } \ No newline at end of file