public class Volume
extends java.lang.Object
DetailledItem
) available in a library.
This is to be used, if a search result is not a real item but more like a "meta item" for a
collection, for example a "Harry Potter" item containing a collection of all seven Harry Potter
books as child items.Constructor and Description |
---|
Volume() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId() |
java.lang.String |
getTitle() |
void |
setId(java.lang.String id) |
void |
setTitle(java.lang.String title) |
public java.lang.String getId()
public void setId(java.lang.String id)
id
- Unique media identifier of a child item. Required.public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- Title of a child item. Required.