Class SimplePage<T>
java.lang.Object
com.broadleafcommerce.datafeed.service.collector.provider.support.SimplePage<T>
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddAttribute(String name, Object value) Takes in any additional attributes passed in the request not matching any defined properties.protected booleanbooleanReturn any additional attributes passed in the request not matching any defined properties.Map holding any additional attributes passed in the request not matching any defined properties.inthashCode()voidsetAttributes(Map<String, Object> attributes) Map holding any additional attributes passed in the request not matching any defined properties.voidsetContent(List<T> content) toString()
- 
Constructor Details- 
SimplePagepublic SimplePage()
 
- 
- 
Method Details- 
addAttributeTakes in any additional attributes passed in the request not matching any defined properties.- Parameters:
- name- Name of the additional attribute
- value- Value of the additional attribute
 
- 
getAttributeReturn any additional attributes passed in the request not matching any defined properties.- Returns:
- any additional attributes passed in the request not matching any defined properties.
 
- 
getContent
- 
getAttributesMap holding any additional attributes passed in the request not matching any defined properties.
- 
setContent
- 
setAttributesMap holding any additional attributes passed in the request not matching any defined properties.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
- 
toString
 
-