Package org.correomqtt.gui.model
Class Search
java.lang.Object
org.correomqtt.gui.model.Search
public class Search extends Object
-
Constructor Summary
Constructors Constructor Description Search(int startIndex, int endIndex) -
Method Summary
Modifier and Type Method Description intgetEndIndex()intgetStartIndex()voidsetEndIndex(int endIndex)voidsetStartIndex(int startIndex)
-
Constructor Details
-
Search
public Search(int startIndex, int endIndex)
-
-
Method Details
-
getStartIndex
public int getStartIndex() -
setStartIndex
public void setStartIndex(int startIndex) -
getEndIndex
public int getEndIndex() -
setEndIndex
public void setEndIndex(int endIndex)
-