org.richfaces.model.selection
Class SelectionRange
java.lang.Object
org.richfaces.model.selection.SelectionRange
public class SelectionRange
- extends java.lang.Object
- Author:
- Maksim Kaszynski
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
SelectionRange
public SelectionRange(int startIndex,
int endIndex)
getStartIndex
public int getStartIndex()
setStartIndex
public void setStartIndex(int startIndex)
getEndIndex
public int getEndIndex()
setEndIndex
public void setEndIndex(int endIndex)
within
public boolean within(int index)
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
Copyright © 2007. All Rights Reserved.