com.fatwire.gst.foundation.facade.fsii
Class HeadTagData

java.lang.Object
  extended by com.fatwire.gst.foundation.facade.fsii.HeadTagData

public final class HeadTagData
extends Object

Value object to hold data that typically is found in the HTML HEAD tag.

Since:
Nov 17, 2009
Author:
Tony Field

Constructor Summary
HeadTagData()
           
 
Method Summary
 String getDescription()
           
 String getKeywords()
           
 String getTitle()
           
 void setDescription(String description)
           
 void setKeywords(String keywords)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeadTagData

public HeadTagData()
Method Detail

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getKeywords

public String getKeywords()

setKeywords

public void setKeywords(String keywords)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)


Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.