org.weda.model.impl
Class ObjectTableModel.Position

java.lang.Object
  extended by org.weda.model.impl.ObjectTableModel.Position
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ObjectTableModel

public class ObjectTableModel.Position
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 boolean hasSummaryValue
           
 int inPos
           
 java.lang.Integer propertyIndex
           
 
Constructor Summary
ObjectTableModel.Position(int inPos, java.lang.Integer propertyIndex, boolean hasSummaryValue)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inPos

public int inPos

propertyIndex

public java.lang.Integer propertyIndex

hasSummaryValue

public boolean hasSummaryValue
Constructor Detail

ObjectTableModel.Position

public ObjectTableModel.Position(int inPos,
                                 java.lang.Integer propertyIndex,
                                 boolean hasSummaryValue)


Copyright © 2005-2006 . All Rights Reserved.