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

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

public final class Load
extends AbstractTagRunner

Wrapper around the ASSET.LOAD xml tag

Since:
August 15, 2008
Author:
Mike Field

Field Summary
 
Fields inherited from class com.fatwire.gst.foundation.facade.FTValListFacade
list
 
Constructor Summary
Load()
           
 
Method Summary
 void setDepType(String s)
          Sets deptype to the value of s
 void setEditable(String s)
          Sets editable to the value of s
 void setField(String s)
          Sets field to the value of s
 void setFlushOnVoid(String s)
          Sets flushonvoid to the value of s
 void setName(String s)
          Sets name to the value of s
 void setObjectId(String s)
          Sets objectid to the value of s
 void setOption(String s)
          Sets option to the value of s
 void setSite(String s)
          Sets site to the value of s
 void setType(String s)
          Sets type to the value of s
 void setValue(String s)
          Sets "value" 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

Load

public Load()
Method Detail

setName

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

Parameters:
s - The name of the asset to return

setType

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

Parameters:
s - The type of the asset

setObjectId

public void setObjectId(String s)
Sets objectid to the value of s

Parameters:
s - The object id of the asset

setField

public void setField(String s)
Sets field to the value of s

Parameters:
s - The field of the asset

setValue

public void setValue(String s)
Sets "value" to the value of s

Parameters:
s - The value of the asset

setSite

public void setSite(String s)
Sets site to the value of s

Parameters:
s - The site of the asset

setDepType

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

Parameters:
s - exact, exists, greater or none (case sensitive)

setEditable

public void setEditable(String s)
Sets editable to the value of s

Parameters:
s - true or false (case sensitive)

setOption

public void setOption(String s)
Sets option to the value of s

Parameters:
s - editable, readonly, readonly_complete (case sensitive)

setFlushOnVoid

public void setFlushOnVoid(String s)
Sets flushonvoid to the value of s

Parameters:
s - true or false (case sensitive)


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