|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.fatwire.gst.foundation.facade.FTValListFacade
com.fatwire.gst.foundation.facade.runtag.AbstractTagRunner
com.fatwire.gst.foundation.facade.runtag.asset.Load
public final class Load
Wrapper around the ASSET.LOAD xml tag
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 |
---|
public Load()
Method Detail |
---|
public void setName(String s)
s
s
- The name of the asset to returnpublic void setType(String s)
s
s
- The type of the assetpublic void setObjectId(String s)
s
s
- The object id of the assetpublic void setField(String s)
s
s
- The field of the assetpublic void setValue(String s)
s
s
- The value of the assetpublic void setSite(String s)
s
s
- The site of the assetpublic void setDepType(String s)
s
s
- exact, exists, greater or none (case sensitive)public void setEditable(String s)
s
s
- true or false (case sensitive)public void setOption(String s)
s
s
- editable, readonly, readonly_complete (case sensitive)public void setFlushOnVoid(String s)
s
s
- true or false (case sensitive)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |