com.fatwire.gst.foundation.wra
Class AliasBeanImpl
java.lang.Object
com.fatwire.gst.foundation.wra.WraBeanImpl
com.fatwire.gst.foundation.wra.AliasBeanImpl
- All Implemented Interfaces:
- Alias, VanityAsset, WebReferenceableAsset
public class AliasBeanImpl
- extends WraBeanImpl
- implements Alias
Simple Alias bean
- Since:
- Jul 27, 2010
- Author:
- Larissa Kowaliw
Methods inherited from class com.fatwire.gst.foundation.wra.WraBeanImpl |
getDescription, getEndDate, getH1Title, getId, getLinkText, getMetaDescription, getMetaKeyword, getMetaTitle, getName, getPath, getStartDate, getStatus, getSubtype, getTemplate, setDescription, setEndDate, setH1Title, setId, setLinkText, setMetaDescription, setMetaKeyword, setMetaTitle, setName, setPath, setStartDate, setStatus, setSubtype, setTemplate, toString |
AliasBeanImpl
public AliasBeanImpl()
getLinkImage
public com.fatwire.assetapi.data.AssetId getLinkImage()
- Specified by:
getLinkImage
in interface Alias
getPopup
public String getPopup()
- Specified by:
getPopup
in interface Alias
getTarget
public com.fatwire.assetapi.data.AssetId getTarget()
- Specified by:
getTarget
in interface Alias
getTargetUrl
public String getTargetUrl()
- Specified by:
getTargetUrl
in interface Alias
setTarget
public void setTarget(com.fatwire.assetapi.data.AssetId target)
setTargetUrl
public void setTargetUrl(String targetUrl)
setPopup
public void setPopup(String popup)
setLinkImage
public void setLinkImage(com.fatwire.assetapi.data.AssetId linkImage)
Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.