com.openmarket.gator.interfaces
Interface IFilterableAssetInstance


public interface IFilterableAssetInstance

Interface that provides methods to obtain information about the Flex asset that is the subject of the Flex asset filter. It also contains methods to set derived attributes that are associated with the asset.


Method Summary
 java.lang.String get(java.lang.String attr)
          Get meta attribute.
 java.lang.String getAssetID()
          Retrieve the asset's unique identifier
 java.lang.String getName()
          Retrieve the asset's name
 

Method Detail

getAssetID

java.lang.String getAssetID()
Retrieve the asset's unique identifier

Returns:
asset identifier

getName

java.lang.String getName()
Retrieve the asset's name

Returns:
asset name

get

java.lang.String get(java.lang.String attr)
Get meta attribute. Use this method to get standard attributes from the filtered asset.



Copyright (c) 2003 - 2011 FatWire Corporation All Rights Reserved.