com.fatwire.gst.foundation.facade.runtag.asset
Class AssetSet

java.lang.Object
  extended by com.fatwire.gst.foundation.facade.FTValListFacade
      extended by com.fatwire.gst.foundation.facade.runtag.AbstractTagRunner
          extended by com.fatwire.gst.foundation.facade.runtag.asset.AssetSet
All Implemented Interfaces:
TagRunner

public final class AssetSet
extends AbstractTagRunner

Wrapper around ASSET.SET tag

Since:
Jun 11, 2008
Author:
Mike Field

Field Summary
 
Fields inherited from class com.fatwire.gst.foundation.facade.FTValListFacade
list
 
Constructor Summary
AssetSet()
           
 
Method Summary
 void setField(String s)
          Sets name to the field to be set, to s
 void setName(String s)
          Sets name to the value of s
 void setValue(String s)
          Sets the value of the field to be set, to s
 
Methods inherited from class com.fatwire.gst.foundation.facade.runtag.AbstractTagRunner
bind, execute, handleError, postExecute, preExecute
 
Methods inherited from class com.fatwire.gst.foundation.facade.FTValListFacade
getList, set, set, set, set, set, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetSet

public AssetSet()
Method Detail

setName

public void setName(String s)
Sets name to the value of s

Parameters:
s - The name of the asset instance

setField

public void setField(String s)
Sets name to the field to be set, to s

Parameters:
s - The name of the field to be set

setValue

public void setValue(String s)
Sets the value of the field to be set, to s

Parameters:
s - The name of the asset subtype


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