com.pmease.quickbuild.web.page.dashboard
Class GadgetPosition

java.lang.Object
  extended by com.pmease.quickbuild.web.page.dashboard.GadgetPosition
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
GadgetPosition(int columnIndex, int rowIndex)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int getColumnIndex()
           
 int getRowIndex()
           
 void setColumnIndex(int columnIndex)
           
 void setRowIndex(int rowIndex)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GadgetPosition

public GadgetPosition(int columnIndex,
                      int rowIndex)
Method Detail

getColumnIndex

public int getColumnIndex()

setColumnIndex

public void setColumnIndex(int columnIndex)

getRowIndex

public int getRowIndex()

setRowIndex

public void setRowIndex(int rowIndex)

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.