org.broadleafcommerce.seo.weave.catalog.domain
Class TwitterCatalog

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

public class TwitterCatalog
extends Object
implements TwitterData

The template class that will be weaved in via JPA class transformation at runtime.

Author:
Andre Azzolini (apazzolini)
See Also:
Serialized Form

Field Summary
protected  TwitterDataImpl embeddableTwitterData
           
 
Constructor Summary
TwitterCatalog()
           
 
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

embeddableTwitterData

protected TwitterDataImpl embeddableTwitterData
Constructor Detail

TwitterCatalog

public TwitterCatalog()
Method Detail

getTwitterSite

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

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 © 2013. All Rights Reserved.