com.fatwire.gst.foundation.include
Class GsfCallTemplate

java.lang.Object
  extended by com.fatwire.gst.foundation.include.GsfCallTemplate

public class GsfCallTemplate
extends Object


Constructor Summary
GsfCallTemplate()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GsfCallTemplate

public GsfCallTemplate()
Method Detail

argument

public GsfCallTemplate argument(String name,
                                String value)

include

public String include(COM.FutureTense.Interfaces.ICS ics,
                      COM.FutureTense.Interfaces.FTValList vIn)

getSite

public String getSite()
Returns:
the site

setSite

public void setSite(String site)
Parameters:
site - the site to set

getTname

public String getTname()
Returns:
the tname

setTname

public void setTname(String tname)
Parameters:
tname - the tname to set

getAssettype

public String getAssettype()
Returns:
the assettype

setAssettype

public void setAssettype(String assettype)
Parameters:
assettype - the assettype to set

getAssetid

public long getAssetid()
Returns:
the assetid

setAssetid

public void setAssetid(long assetid)
Parameters:
assetid - the assetid to set

setAssetid

public void setAssetid(com.fatwire.assetapi.data.AssetId id)
Parameters:
id - the assetid to set

getPackedArgs

public String getPackedArgs()
Returns:
the packedargs

setPackedArgs

public void setPackedArgs(String packedargs)
Parameters:
packedargs - the packedargs to set

getStyle

public CallTemplate.Style getStyle()
Returns:
the style

setStyle

public void setStyle(CallTemplate.Style style)
Parameters:
style - the style to set


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