public class BrowseRecord extends BaseRecord
date
Constructor and Description |
---|
BrowseRecord()
create a browse record
|
Modifier and Type | Method and Description |
---|---|
String |
getBrowseBy()
get the browseBy value
|
HashMap<String,String> |
getCollections()
get the collections map
|
boolean |
isDistinct()
get the isDistinct value
|
void |
setBrowseBy(String browseBy)
set the browseBy
|
void |
setCollections(HashMap<String,String> collections)
set the collections map
|
void |
setDistinct(boolean isDistinct)
set the isDistinct param
|
getDate, setDate
public boolean isDistinct()
public void setDistinct(boolean isDistinct)
isDistinct
- isDistinctpublic String getBrowseBy()
public void setBrowseBy(String browseBy)
browseBy
- browseBypublic HashMap<String,String> getCollections()
Copyright © 2015. All Rights Reserved.