public class GsfCallTemplate extends Object
| Constructor and Description | 
|---|
GsfCallTemplate()  | 
| Modifier and Type | Method and Description | 
|---|---|
GsfCallTemplate | 
argument(String name,
        String value)  | 
long | 
getAssetid()  | 
String | 
getAssettype()  | 
String | 
getPackedArgs()  | 
String | 
getSite()  | 
CallTemplate.Style | 
getStyle()  | 
String | 
getTname()  | 
String | 
include(COM.FutureTense.Interfaces.ICS ics,
       COM.FutureTense.Interfaces.FTValList vIn)  | 
void | 
setAssetid(com.fatwire.assetapi.data.AssetId id)  | 
void | 
setAssetid(long assetid)  | 
void | 
setAssettype(String assettype)  | 
void | 
setPackedArgs(String packedargs)  | 
void | 
setSite(String site)  | 
void | 
setStyle(CallTemplate.Style style)  | 
void | 
setTname(String tname)  | 
public GsfCallTemplate argument(String name, String value)
public String include(COM.FutureTense.Interfaces.ICS ics, COM.FutureTense.Interfaces.FTValList vIn)
public String getSite()
public void setSite(String site)
site - the site to setpublic String getTname()
public void setTname(String tname)
tname - the tname to setpublic String getAssettype()
public void setAssettype(String assettype)
assettype - the assettype to setpublic long getAssetid()
public void setAssetid(long assetid)
assetid - the assetid to setpublic void setAssetid(com.fatwire.assetapi.data.AssetId id)
id - the assetid to setpublic String getPackedArgs()
public void setPackedArgs(String packedargs)
packedargs - the packedargs to setpublic CallTemplate.Style getStyle()
public void setStyle(CallTemplate.Style style)
style - the style to setCopyright © 2010-2016 Oracle Corporation. All Rights Reserved.