public class Overview extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Overview.ListType
Enumeration of the type of objects in the overview
|
static class |
Overview.OrderBy
Enumeration for the 'order by' setting
|
static class |
Overview.OrderDirection
Enumeration for the order directions
|
static class |
Overview.SelectType
Enumeration of the selection type
|
Constructor and Description |
---|
Overview()
Constructor used by JAXB
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Overview.ListType |
getListType()
List Type
|
Integer |
getMaxItems()
Maximum number of items
|
Overview.OrderBy |
getOrderBy()
Order By
|
Overview.OrderDirection |
getOrderDirection()
Order Direction
|
List<Integer> |
getSelectedItemIds()
List of selected item IDs
|
Overview.SelectType |
getSelectType()
Selection Type
|
String |
getSource()
Overview Source
|
int |
hashCode() |
Boolean |
isRecursive()
True if getting items recursively
|
void |
setListType(Overview.ListType listType) |
void |
setMaxItems(Integer maxItems) |
void |
setOrderBy(Overview.OrderBy orderBy) |
void |
setOrderDirection(Overview.OrderDirection orderDirection) |
void |
setRecursive(Boolean recursive) |
void |
setSelectedItemIds(List<Integer> selectedItemIds) |
void |
setSelectType(Overview.SelectType selectType) |
void |
setSource(String source) |
public Overview.ListType getListType()
public Overview.SelectType getSelectType()
public Overview.OrderDirection getOrderDirection()
public Overview.OrderBy getOrderBy()
public List<Integer> getSelectedItemIds()
public String getSource()
public void setListType(Overview.ListType listType)
listType
- the listType to setpublic void setSelectType(Overview.SelectType selectType)
selectType
- the selectType to setpublic void setOrderDirection(Overview.OrderDirection orderDirection)
orderDirection
- the orderDirection to setpublic void setOrderBy(Overview.OrderBy orderBy)
orderBy
- the orderBy to setpublic void setSelectedItemIds(List<Integer> selectedItemIds)
selectedItemIds
- the selectedItemIds to setpublic void setSource(String source)
source
- the source to setpublic Integer getMaxItems()
public void setMaxItems(Integer maxItems)
maxItems
- the maxItems to setpublic Boolean isRecursive()
public void setRecursive(Boolean recursive)
recursive
- the recursive to setCopyright © 2014 Gentics Software GmbH. All rights reserved.