Skip navigation links


com.fatwire.assetapi.query
Interface AssetResultRow

All Known Implementing Classes:
AssetResultRowImpl

public interface AssetResultRow

The interface the represents a search result row (an asset) with simple format


Method Summary
 java.util.List<java.lang.String> getAttributeNames()
          Gets the list of attribute names
 AssetId getId()
          gets the Asset Id of the result row
 java.lang.Object getValue(java.lang.String attributeName)
          Gets the value of an attribute given attribute name

 

Method Detail

getId

AssetId getId()
gets the Asset Id of the result row
Returns:
the asset id

getAttributeNames

java.util.List<java.lang.String> getAttributeNames()
Gets the list of attribute names
Returns:
the list of attribute names contained in the result row

getValue

java.lang.Object getValue(java.lang.String attributeName)
Gets the value of an attribute given attribute name
Parameters:
attributeName - the name of the attribute
Returns:
the value of the given attribute

Skip navigation links


Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.