com.gentics.contentnode.rest.model
Class Overview

java.lang.Object
  extended by com.gentics.contentnode.rest.model.Overview
All Implemented Interfaces:
Serializable

public class Overview
extends Object
implements Serializable

Overview object, representing an overview in GCN

Author:
norbert
See Also:
Serialized Form

Nested Class Summary
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 Summary
Overview()
          Constructor used by JAXB
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Overview

public Overview()
Constructor used by JAXB

Method Detail

getListType

public Overview.ListType getListType()
List Type

Returns:
the listType

getSelectType

public Overview.SelectType getSelectType()
Selection Type

Returns:
the selectType

getOrderDirection

public Overview.OrderDirection getOrderDirection()
Order Direction

Returns:
the orderDirection

getOrderBy

public Overview.OrderBy getOrderBy()
Order By

Returns:
the orderBy

getSelectedItemIds

public List<Integer> getSelectedItemIds()
List of selected item IDs

Returns:
the selectedItemIds

getSource

public String getSource()
Overview Source

Returns:
the source

setListType

public void setListType(Overview.ListType listType)
Parameters:
listType - the listType to set

setSelectType

public void setSelectType(Overview.SelectType selectType)
Parameters:
selectType - the selectType to set

setOrderDirection

public void setOrderDirection(Overview.OrderDirection orderDirection)
Parameters:
orderDirection - the orderDirection to set

setOrderBy

public void setOrderBy(Overview.OrderBy orderBy)
Parameters:
orderBy - the orderBy to set

setSelectedItemIds

public void setSelectedItemIds(List<Integer> selectedItemIds)
Parameters:
selectedItemIds - the selectedItemIds to set

setSource

public void setSource(String source)
Parameters:
source - the source to set

getMaxItems

public Integer getMaxItems()
Maximum number of items

Returns:
the maxItems

setMaxItems

public void setMaxItems(Integer maxItems)
Parameters:
maxItems - the maxItems to set

isRecursive

public Boolean isRecursive()
True if getting items recursively

Returns:
the recursive

setRecursive

public void setRecursive(Boolean recursive)
Parameters:
recursive - the recursive to set

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2014 Gentics Software GmbH. All Rights Reserved.