Package com.pina.query
Class ChannelQueryBuilder
java.lang.Object
com.pina.query.ChannelQueryBuilder
Query builder for getting a list of Channels matching the given parameters
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ChannelQueryBuilder
public ChannelQueryBuilder()
-
-
Method Details
-
getLimit
Gets limit.- Returns:
- the limit
-
setLimit
Sets limit.- Parameters:
limit- the limit- Returns:
- the limit
-
getOffset
Gets offset.- Returns:
- the offset
-
setOffset
Sets offset.- Parameters:
offset- the offset- Returns:
- the offset
-
getType
Gets type.- Returns:
- the type
-
setType
Sets type.- Parameters:
type- the type- Returns:
- the type
-
getLang
Gets lang.- Returns:
- the lang
-
setLang
Sets lang.- Parameters:
lang- the lang- Returns:
- the lang
-
getOrder
Gets order.- Returns:
- the order
-
setOrder
Sets order.- Parameters:
order- the order- Returns:
- the order
-
getOrg
Gets org.- Returns:
- the org
-
setOrg
Sets org.- Parameters:
org- the org- Returns:
- the org
-
getSort
Gets sort.- Returns:
- the sort
-
setSort
Sets sort.- Parameters:
sort- the sort- Returns:
- the sort
-