com.prolifics.tconn
Class FieldArray32

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList
              extended by com.prolifics.tconn.ArrayRecord
                  extended by com.prolifics.tconn.FieldArray32
All Implemented Interfaces:
Closeable, java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List, java.util.RandomAccess, javax.resource.cci.IndexedRecord, javax.resource.cci.Record

public class FieldArray32
extends ArrayRecord

See Also:
Serialized Form

Field Summary
 int fieldId
           
 java.lang.String fieldName
           
 
Constructor Summary
FieldArray32(RecordFactoryImpl rfi)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.String getEncoding()
           
 int getFieldId()
           
 java.lang.String getFieldName()
           
 void setEncoding(java.lang.String encoding)
           
 void setFieldId(int fieldId)
           
 void setFieldName(java.lang.String fieldName)
           
 
Methods inherited from class com.prolifics.tconn.ArrayRecord
close, getRecordName, getRecordShortDescription, setRecordName, setRecordShortDescription
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.resource.cci.Record
clone, hashCode
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Field Detail

fieldName

public java.lang.String fieldName

fieldId

public int fieldId
Constructor Detail

FieldArray32

public FieldArray32(RecordFactoryImpl rfi)
Method Detail

setFieldName

public void setFieldName(java.lang.String fieldName)

getFieldName

public java.lang.String getFieldName()

setFieldId

public void setFieldId(int fieldId)

getFieldId

public int getFieldId()

equals

public boolean equals(java.lang.Object other)
Specified by:
equals in interface java.util.Collection
Specified by:
equals in interface java.util.List
Specified by:
equals in interface javax.resource.cci.Record
Overrides:
equals in class java.util.AbstractList

setEncoding

public void setEncoding(java.lang.String encoding)

getEncoding

public java.lang.String getEncoding()