fr.paris.lutece.plugins.googleapi.business
Class Item

java.lang.Object
  extended by fr.paris.lutece.plugins.googleapi.business.Item

public class Item
extends java.lang.Object


Constructor Summary
Item()
           
 
Method Summary
 java.lang.String getContent()
          Returns the Content
 java.lang.String getId()
          Returns the Id
 java.lang.String getLink()
          Returns the Link
 java.lang.String getThumbnailUrl()
          Returns the ThumbnailUrl
 java.lang.String getTitle()
          Returns the Title
 void setContent(java.lang.String strContent)
          Sets the Content
 void setId(java.lang.String strId)
          Sets the Id
 void setLink(java.lang.String strLink)
          Sets the Link
 void setThumbnailUrl(java.lang.String strThumbnailUrl)
          Sets the ThumbnailUrl
 void setTitle(java.lang.String strTitle)
          Sets the Title
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Item

public Item()
Method Detail

getId

public java.lang.String getId()
Returns the Id

Returns:
The Id

setId

public void setId(java.lang.String strId)
Sets the Id

Parameters:
strId - The Id

getTitle

public java.lang.String getTitle()
Returns the Title

Returns:
The Title

setTitle

public void setTitle(java.lang.String strTitle)
Sets the Title

Parameters:
strTitle - The Title

getContent

public java.lang.String getContent()
Returns the Content

Returns:
The Content

setContent

public void setContent(java.lang.String strContent)
Sets the Content

Parameters:
strContent - The Content

getLink

public java.lang.String getLink()
Returns the Link

Returns:
The Link

setLink

public void setLink(java.lang.String strLink)
Sets the Link

Parameters:
strLink - The Link

getThumbnailUrl

public java.lang.String getThumbnailUrl()
Returns the ThumbnailUrl

Returns:
The ThumbnailUrl

setThumbnailUrl

public void setThumbnailUrl(java.lang.String strThumbnailUrl)
Sets the ThumbnailUrl

Parameters:
strThumbnailUrl - The ThumbnailUrl


Copyright © 2009 Mairie de Paris. All Rights Reserved.