com.fatwire.gst.foundation.facade.runtag.asset
Class GetSubtype
java.lang.Object
com.fatwire.gst.foundation.facade.FTValListFacade
com.fatwire.gst.foundation.facade.runtag.AbstractTagRunner
com.fatwire.gst.foundation.facade.runtag.asset.GetSubtype
- All Implemented Interfaces:
- TagRunner
public class GetSubtype
- extends AbstractTagRunner
- Since:
- Oct 7, 2008
- Author:
- Tony Field
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetSubtype
public GetSubtype()
setAssetId
public void setAssetId(com.fatwire.assetapi.data.AssetId id)
setName
public void setName(String s)
setType
public void setType(String s)
setObjectid
public void setObjectid(long id)
setOutput
public void setOutput(String s)
getSubtype
public static String getSubtype(COM.FutureTense.Interfaces.ICS ics,
com.fatwire.assetapi.data.AssetId id)
- Get the subtype of the specified asset. The asset does not need to be
loaded.
- Parameters:
ics
- ICS contextid
- the Id of the asset to return the subtype for.
- Returns:
- subtype on success
getSubtype
public static String getSubtype(COM.FutureTense.Interfaces.ICS ics,
String c,
String cid)
- Get the subtype of the specified asset. The asset does not need to be
loaded.
- Parameters:
ics
- ICS contextc
- the type of the asset to return the subtype for.cid
- the id of the asset to return the subtype for.
- Returns:
- subtype on success
getSubtype
public static String getSubtype(COM.FutureTense.Interfaces.ICS ics,
String loadedAssetName)
- Get the subtype for the specified loaded asset.
- Parameters:
ics
- ICS contextloadedAssetName
- object pool handle for the asset
- Returns:
- the subtype on success
Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.