com.fatwire.gst.foundation.facade.fsii
Class HeadTagData
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HeadTagData
public HeadTagData()
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.