| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.fatwire.assetapi.query.AssetResultRowImpl
public class AssetResultRowImpl
The default implementation class for an AssetResultRow
| Constructor Summary | |
|---|---|
AssetResultRowImpl(AssetId id,
                   java.util.List<java.lang.String> fields)
 | 
|
| 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 fieldName)
Gets the value of an attribute given attribute name  | 
 void | 
setValue(java.lang.String fieldName,
         java.lang.Object value)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public AssetResultRowImpl(AssetId id,
                          java.util.List<java.lang.String> fields)
                   throws AssetAccessException
AssetAccessException| Method Detail | 
|---|
public AssetId getId()
AssetResultRow
getId in interface AssetResultRowpublic java.util.List<java.lang.String> getAttributeNames()
AssetResultRow
getAttributeNames in interface AssetResultRowpublic java.lang.Object getValue(java.lang.String fieldName)
AssetResultRow
getValue in interface AssetResultRowfieldName - the name of the attribute
public void setValue(java.lang.String fieldName,
                     java.lang.Object value)
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||