org.broadleafcommerce.seo.domain.catalog
Interface TwitterData

All Superinterfaces:
Serializable
All Known Implementing Classes:
TwitterDataImpl

public interface TwitterData
extends Serializable

Author:
Jerry Ocanas (jocanas)

Method Summary
 String getTwitterCard()
          Gets the twitter:card content.
 String getTwitterCreator()
          Gets the twitter:creator content.
 String getTwitterDescription()
          Gets the twitter:description content.
 String getTwitterImage()
          Gets the twitter:image content.
 String getTwitterSite()
          Gets the twitter:site content.
 String getTwitterTitle()
          Gets the twitter:title content.
 String getTwitterUrl()
          Gets the twitter:url content.
 void setTwitterCard(String twitterCard)
          Sets the twitter:card content.
 void setTwitterCreator(String twitterCreator)
          Sets the twitter:creator content.
 void setTwitterDescription(String twitterDescription)
          Sets the twitter:description content.
 void setTwitterImage(String twitterImage)
          Sets the twitter:image content.
 void setTwitterSite(String twitterSite)
          Sets the twitter:site content.
 void setTwitterTitle(String twitterTitle)
          Sets the twitter:url content.
 void setTwitterUrl(String twitterUrl)
          Sets the twitter:url content.
 

Method Detail

getTwitterSite

@Nullable
String getTwitterSite()
Gets the twitter:site content.

Returns:
twitterSite

setTwitterSite

void setTwitterSite(@Nullable
                    String twitterSite)
Sets the twitter:site content.

Parameters:
twitterSite -

getTwitterCreator

@Nullable
String getTwitterCreator()
Gets the twitter:creator content.

Returns:
twitterCreator

setTwitterCreator

void setTwitterCreator(@Nullable
                       String twitterCreator)
Sets the twitter:creator content.

Parameters:
twitterCreator -

getTwitterCard

@Nullable
String getTwitterCard()
Gets the twitter:card content.

Returns:
twitterCard

setTwitterCard

void setTwitterCard(@Nullable
                    String twitterCard)
Sets the twitter:card content.

Parameters:
twitterCard -

getTwitterUrl

@Nullable
String getTwitterUrl()
Gets the twitter:url content.

Returns:
twitterUrl

setTwitterUrl

void setTwitterUrl(@Nullable
                   String twitterUrl)
Sets the twitter:url content.

Parameters:
twitterUrl -

getTwitterTitle

@Nullable
String getTwitterTitle()
Gets the twitter:title content.

Returns:
twitterTitle

setTwitterTitle

void setTwitterTitle(@Nullable
                     String twitterTitle)
Sets the twitter:url content.

Parameters:
twitterTitle -

getTwitterDescription

@Nullable
String getTwitterDescription()
Gets the twitter:description content.

Returns:
twitterDescription

setTwitterDescription

void setTwitterDescription(@Nullable
                           String twitterDescription)
Sets the twitter:description content.

Parameters:
twitterDescription -

getTwitterImage

@Nullable
String getTwitterImage()
Gets the twitter:image content.

Returns:
twitterImage

setTwitterImage

void setTwitterImage(@Nullable
                     String twitterImage)
Sets the twitter:image content.

Parameters:
twitterImage -


Copyright © 2012. All Rights Reserved.