public class CallNumberBrowseParams extends Object
Constructor and Description |
---|
CallNumberBrowseParams() |
CallNumberBrowseParams(String location,
String classificationScheme,
String callNumberBrowseText,
int numRows,
int startIndex,
int matchIndex,
int totalCallNumberCount,
int totalForwardCallNumberCount,
String docTye,
String title) |
Modifier and Type | Method and Description |
---|---|
String |
getCallNumberBrowseText() |
String |
getClassificationScheme() |
String |
getDocTye() |
String |
getLocation() |
int |
getMatchIndex() |
int |
getNumRows() |
int |
getStartIndex() |
String |
getTitle() |
int |
getTotalCallNumberCount() |
int |
getTotalForwardCallNumberCount() |
void |
setCallNumberBrowseText(String callNumberBrowseText) |
void |
setClassificationScheme(String classificationScheme) |
void |
setDocTye(String docTye) |
void |
setLocation(String location) |
void |
setMatchIndex(int matchIndex) |
void |
setNumRows(int numRows) |
void |
setStartIndex(int startIndex) |
void |
setTitle(String title) |
void |
setTotalCallNumberCount(int totalCallNumberCount) |
void |
setTotalForwardCallNumberCount(int totalForwardCallNumberCount) |
String |
toString() |
public CallNumberBrowseParams()
public String getLocation()
public void setLocation(String location)
public String getClassificationScheme()
public void setClassificationScheme(String classificationScheme)
public String getCallNumberBrowseText()
public void setCallNumberBrowseText(String callNumberBrowseText)
public int getNumRows()
public void setNumRows(int numRows)
public int getStartIndex()
public void setStartIndex(int startIndex)
public int getMatchIndex()
public void setMatchIndex(int matchIndex)
public int getTotalCallNumberCount()
public void setTotalCallNumberCount(int totalCallNumberCount)
public int getTotalForwardCallNumberCount()
public void setTotalForwardCallNumberCount(int totalForwardCallNumberCount)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.