org.broadleafcommerce.seo.domain.catalog
Class TwitterDataImpl

java.lang.Object
  extended by org.broadleafcommerce.seo.domain.catalog.TwitterDataImpl
All Implemented Interfaces:
Serializable, TwitterData

@Embeddable
public class TwitterDataImpl
extends Object
implements TwitterData

Author:
Jerry Ocanas (jocanas)
See Also:
Serialized Form

Field Summary
protected  String twitterCard
           
protected  String twitterCreator
           
protected  String twitterDescription
           
protected  String twitterImage
           
protected  String twitterSite
           
protected  String twitterTitle
           
protected  String twitterUrl
           
 
Constructor Summary
TwitterDataImpl()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

twitterSite

protected String twitterSite

twitterCreator

protected String twitterCreator

twitterCard

protected String twitterCard

twitterUrl

protected String twitterUrl

twitterTitle

protected String twitterTitle

twitterDescription

protected String twitterDescription

twitterImage

protected String twitterImage
Constructor Detail

TwitterDataImpl

public TwitterDataImpl()
Method Detail

getTwitterSite

@Nullable
public String getTwitterSite()
Description copied from interface: TwitterData
Gets the twitter:site content.

Specified by:
getTwitterSite in interface TwitterData
Returns:
twitterSite

setTwitterSite

public void setTwitterSite(@Nullable
                           String twitterSite)
Description copied from interface: TwitterData
Sets the twitter:site content.

Specified by:
setTwitterSite in interface TwitterData

getTwitterCreator

@Nullable
public String getTwitterCreator()
Description copied from interface: TwitterData
Gets the twitter:creator content.

Specified by:
getTwitterCreator in interface TwitterData
Returns:
twitterCreator

setTwitterCreator

public void setTwitterCreator(@Nullable
                              String twitterCreator)
Description copied from interface: TwitterData
Sets the twitter:creator content.

Specified by:
setTwitterCreator in interface TwitterData

getTwitterCard

@Nullable
public String getTwitterCard()
Description copied from interface: TwitterData
Gets the twitter:card content.

Specified by:
getTwitterCard in interface TwitterData
Returns:
twitterCard

setTwitterCard

public void setTwitterCard(@Nullable
                           String twitterCard)
Description copied from interface: TwitterData
Sets the twitter:card content.

Specified by:
setTwitterCard in interface TwitterData

getTwitterUrl

@Nullable
public String getTwitterUrl()
Description copied from interface: TwitterData
Gets the twitter:url content.

Specified by:
getTwitterUrl in interface TwitterData
Returns:
twitterUrl

setTwitterUrl

public void setTwitterUrl(@Nullable
                          String twitterUrl)
Description copied from interface: TwitterData
Sets the twitter:url content.

Specified by:
setTwitterUrl in interface TwitterData

getTwitterTitle

@Nullable
public String getTwitterTitle()
Description copied from interface: TwitterData
Gets the twitter:title content.

Specified by:
getTwitterTitle in interface TwitterData
Returns:
twitterTitle

setTwitterTitle

public void setTwitterTitle(@Nullable
                            String twitterTitle)
Description copied from interface: TwitterData
Sets the twitter:url content.

Specified by:
setTwitterTitle in interface TwitterData

getTwitterDescription

@Nullable
public String getTwitterDescription()
Description copied from interface: TwitterData
Gets the twitter:description content.

Specified by:
getTwitterDescription in interface TwitterData
Returns:
twitterDescription

setTwitterDescription

public void setTwitterDescription(@Nullable
                                  String twitterDescription)
Description copied from interface: TwitterData
Sets the twitter:description content.

Specified by:
setTwitterDescription in interface TwitterData

getTwitterImage

@Nullable
public String getTwitterImage()
Description copied from interface: TwitterData
Gets the twitter:image content.

Specified by:
getTwitterImage in interface TwitterData
Returns:
twitterImage

setTwitterImage

public void setTwitterImage(@Nullable
                            String twitterImage)
Description copied from interface: TwitterData
Sets the twitter:image content.

Specified by:
setTwitterImage in interface TwitterData


Copyright © 2012. All Rights Reserved.