|
||||||||||
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.assetset.SetAsset
public final class SetAsset
Wrapper around the ASSETSET.SETASSET xml tag
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 |
---|
public SetAsset()
Method Detail |
---|
public void setName(String s)
s
s
- The name of the assetset to returnpublic void setType(String s)
s
s
- The asset's typepublic void setId(String s)
s
s
- The id of the assetpublic void setLocale(String s)
s
s
- The locale of the assetpublic void setDeptype(String s)
s
s
- The id of the deptype
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |