com.fatwire.gst.foundation.wra
Interface Alias

All Superinterfaces:
VanityAsset, WebReferenceableAsset
All Known Implementing Classes:
AliasBeanImpl

public interface Alias
extends WebReferenceableAsset

Bean containing core Alias fields

Since:
Jul 27, 2010
Author:
Larissa Kowaliw

Field Summary
static String ALIAS_ASSET_TYPE_NAME
           
 
Method Summary
 com.fatwire.assetapi.data.AssetId getLinkImage()
           
 String getPopup()
           
 com.fatwire.assetapi.data.AssetId getTarget()
           
 String getTargetUrl()
           
 
Methods inherited from interface com.fatwire.gst.foundation.wra.WebReferenceableAsset
getH1Title, getLinkText, getMetaDescription, getMetaKeyword, getMetaTitle
 
Methods inherited from interface com.fatwire.gst.foundation.wra.VanityAsset
getDescription, getEndDate, getId, getName, getPath, getStartDate, getStatus, getSubtype, getTemplate
 

Field Detail

ALIAS_ASSET_TYPE_NAME

static final String ALIAS_ASSET_TYPE_NAME
See Also:
Constant Field Values
Method Detail

getTarget

com.fatwire.assetapi.data.AssetId getTarget()

getTargetUrl

String getTargetUrl()

getPopup

String getPopup()

getLinkImage

com.fatwire.assetapi.data.AssetId getLinkImage()


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