com.moximedia.aims
Class SqlRecord

java.lang.Object
  extended bycom.moximedia.aims.SqlRecord
All Implemented Interfaces:
java.io.Serializable

public class SqlRecord
extends java.lang.Object
implements java.io.Serializable

Author:
jdc
See Also:
Serialized Form

Constructor Summary
SqlRecord()
          Creates a new instance of SqlRecord
SqlRecord(int parentRecordId)
           
 
Method Summary
 void addValue(java.lang.String value)
           
 int getObjectId()
          Returns the IMF internal object id for this object, guaranteed to be different from any other oobject of this type in the currently running application.
 int getParentRecordId()
           
 int getRecordId()
           
 java.lang.String getValue(int indexNumber)
           
 java.util.ArrayList getValues()
           
protected  void setParentRecordId(int recordId)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlRecord

public SqlRecord()
Creates a new instance of SqlRecord


SqlRecord

public SqlRecord(int parentRecordId)
Method Detail

getObjectId

public int getObjectId()
Returns the IMF internal object id for this object, guaranteed to be different from any other oobject of this type in the currently running application.

Returns:
The internal id for this object.

getParentRecordId

public int getParentRecordId()

setParentRecordId

protected void setParentRecordId(int recordId)

getRecordId

public int getRecordId()

addValue

public void addValue(java.lang.String value)

getValue

public java.lang.String getValue(int indexNumber)

getValues

public java.util.ArrayList getValues()

size

public int size()


Internet Mapping Framework for ArcIMS Java Object Model API (v5.1.00)
Copyright © 2006 Moxi Media Inc. and Province of British Columbia. All Rights Reserved.