com.fatwire.gst.foundation.facade.runtag.assetset
Class SetAsset

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.assetset.SetAsset
All Implemented Interfaces:
TagRunner

public final class SetAsset
extends AbstractTagRunner

Wrapper around the ASSETSET.SETASSET xml tag

Since:
July 15, 2008
Author:
Mike Field

Field Summary
 
Fields inherited from class com.fatwire.gst.foundation.facade.FTValListFacade
list
 
Constructor Summary
SetAsset()
           
 
Method Summary
 void setDeptype(String s)
          Sets deptype to the value of s
 void setId(String s)
          Sets id to the value of s
 void setLocale(String s)
          Sets locale to the value of s
 void setName(String s)
          Sets name to the value of s
 void setType(String s)
          Sets type to the value of 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

SetAsset

public SetAsset()
Method Detail

setName

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

Parameters:
s - The name of the assetset to return

setType

public void setType(String s)
Sets type to the value of s

Parameters:
s - The asset's type

setId

public void setId(String s)
Sets id to the value of s

Parameters:
s - The id of the asset

setLocale

public void setLocale(String s)
Sets locale to the value of s

Parameters:
s - The locale of the asset

setDeptype

public void setDeptype(String s)
Sets deptype to the value of s

Parameters:
s - The id of the deptype


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