T - item typepublic class AbstractItemResponse<T> extends GenericResponse
| Constructor and Description |
|---|
AbstractItemResponse()
Create empty instance
|
AbstractItemResponse(T item,
ResponseInfo responseInfo)
Create instance with response info and item
|
| Modifier and Type | Method and Description |
|---|---|
T |
getItem()
Item contained in the response
|
void |
setItem(T item)
Set the item
|
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfopublic AbstractItemResponse()
public AbstractItemResponse(T item, ResponseInfo responseInfo)
item - itemresponseInfo - response infoCopyright © 2024 Gentics Software. All rights reserved.