public static class ItemInfo.VolumeInfoSmall extends Object implements Comparable<ItemInfo.VolumeInfoSmall>
| Modifier and Type | Field and Description |
|---|---|
String |
iiifManifest |
String |
prefixedId |
String |
volumeId |
Integer |
volumeNumber |
| Constructor and Description |
|---|
VolumeInfoSmall(String volumeId,
Integer volumeNumber,
String iiifManifest) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ItemInfo.VolumeInfoSmall compared) |
de.digitalcollections.iiif.model.PropertyValue |
getLabel() |
String |
getPrefixedUri() |
public Integer volumeNumber
public String volumeId
public String iiifManifest
public String prefixedId
public String getPrefixedUri()
public de.digitalcollections.iiif.model.PropertyValue getLabel()
public int compareTo(ItemInfo.VolumeInfoSmall compared)
compareTo in interface Comparable<ItemInfo.VolumeInfoSmall>Copyright © 2019. All rights reserved.