com.fatwire.gst.foundation.wra
Interface VanityAsset

All Known Subinterfaces:
Alias, WebReferenceableAsset
All Known Implementing Classes:
AliasBeanImpl, VanityAssetBean, WraBeanImpl

public interface VanityAsset

Bean containing Vanity Asset fields

Since:
10 mei 2012
Author:
Dolf Dijkstra

Method Summary
 String getDescription()
           
 Date getEndDate()
           
 com.fatwire.assetapi.data.AssetId getId()
           
 String getName()
           
 String getPath()
           
 Date getStartDate()
           
 String getStatus()
           
 String getSubtype()
           
 String getTemplate()
           
 

Method Detail

getId

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

getName

String getName()

getDescription

String getDescription()

getSubtype

String getSubtype()

getStatus

String getStatus()

getStartDate

Date getStartDate()

getEndDate

Date getEndDate()

getPath

String getPath()

getTemplate

String getTemplate()


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