|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.messaging.common.messages.records.BaseRecord
org.gcube.messaging.common.messages.records.BrowseRecord
public class BrowseRecord
Field Summary |
---|
Fields inherited from class org.gcube.messaging.common.messages.records.BaseRecord |
---|
date |
Constructor Summary | |
---|---|
BrowseRecord()
create a browse record |
Method Summary | |
---|---|
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 |
Methods inherited from class org.gcube.messaging.common.messages.records.BaseRecord |
---|
getDate, setDate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BrowseRecord()
Method Detail |
---|
public boolean isDistinct()
public void setDistinct(boolean isDistinct)
isDistinct
- isDistinctpublic String getBrowseBy()
public void setBrowseBy(String browseBy)
browseBy
- browseBypublic HashMap<String,String> getCollections()
public void setCollections(HashMap<String,String> collections)
collections
- the collections map
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |