and exposes the rows as
ASSETTYPE,ASSETID. The getter is case-insensitive, so assettype,assetid works too.
- Since:
- Aug 13, 2010
- Author:
- Tony Field
- See Also:
IListIterable
Fields inherited from interface COM.FutureTense.Interfaces.IList |
first, gotorow, last, next, prev |
Constructor Summary |
AssetIdIList(String name,
Collection<com.fatwire.assetapi.data.AssetId> ids)
Construct a new IList taking the name and the data. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ASSETTYPE
public static final String ASSETTYPE
- See Also:
- Constant Field Values
ASSETID
public static final String ASSETID
- See Also:
- Constant Field Values
ids
protected List<com.fatwire.assetapi.data.AssetId> ids
- Collection of AssetId objects
AssetIdIList
public AssetIdIList(String name,
Collection<com.fatwire.assetapi.data.AssetId> ids)
- Construct a new IList taking the name and the data.
- Parameters:
name
- IList nameids
- asset ids.
clone
public COM.FutureTense.Interfaces.IList clone(String newname)
flush
public void flush()
numColumns
public int numColumns()
getColumnName
public String getColumnName(int i)
throws ArrayIndexOutOfBoundsException
- Throws:
ArrayIndexOutOfBoundsException
numRows
public int numRows()
getValue
public String getValue(String s)
throws NoSuchFieldException
- Throws:
NoSuchFieldException
getObject
public Object getObject(String s)
throws NoSuchFieldException
- Throws:
NoSuchFieldException
getFileData
public byte[] getFileData(String s)
throws IllegalArgumentException,
NoSuchFieldException
- Throws:
IllegalArgumentException
NoSuchFieldException
getFileString
public String getFileString(String s)
throws NoSuchFieldException
- Throws:
NoSuchFieldException
numIndirectColumns
public int numIndirectColumns()
getIndirectColumnName
public String getIndirectColumnName(int i)
stringInList
public boolean stringInList(String s)
Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.