Ontimize 5.2072EN

com.ontimize.gui.table
Class ExtendedTableAttribute

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended bycom.ontimize.gui.table.TableAttribute
              extended bycom.ontimize.gui.table.ExtendedTableAttribute
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class ExtendedTableAttribute
extends TableAttribute

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ontimize.gui.table.TableAttribute
attributes, entity, hParentkeyEquivalences, keys, orderBy, parentkeys, queryFilter, recordNumberToInitiallyDownload, totalRecordNumberInQuery
 
Constructor Summary
ExtendedTableAttribute()
           
 
Method Summary
 int hashCode()
           
 
Methods inherited from class com.ontimize.gui.table.TableAttribute
equals, getAttributes, getEntity, getKeys, getOrderBy, getParentkeyEquivalence, getParentkeyEquivalences, getParentKeys, getQueryFilter, getQueryRecordNumber, getRecordNumberToInitiallyDownload, setEntityAndAttributes, setKeysParentkeysOtherkeys, setOrderBy, setParentkeyEquivalences, setQueryFilter, setRecordNumberToInitiallyDownload, setTotalRecordNumberInQuery, toString
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, put, putAll, rehash, remove, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExtendedTableAttribute

public ExtendedTableAttribute()
Method Detail

hashCode

public int hashCode()
Specified by:
hashCode in interface java.util.Map
Overrides:
hashCode in class TableAttribute

Ontimize