public class ItemInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ItemInfo.VolumeInfoSmall |
| Modifier and Type | Field and Description |
|---|---|
AccessType |
access |
static org.apache.jena.rdf.model.Property |
adminAbout |
LicenseType |
license |
Boolean |
restrictedInChina |
String |
statusUri |
List<ItemInfo.VolumeInfoSmall> |
volumes |
String |
workId |
| Constructor and Description |
|---|
ItemInfo() |
ItemInfo(org.apache.jena.rdf.model.Model m,
String itemId) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.jena.rdf.model.Resource |
getAdminForResource(org.apache.jena.rdf.model.Model m,
org.apache.jena.rdf.model.Resource r) |
ItemInfo.VolumeInfoSmall |
getVolumeNumber(int volumeNumber) |
public String workId
public AccessType access
public Boolean restrictedInChina
public String statusUri
public LicenseType license
public List<ItemInfo.VolumeInfoSmall> volumes
public static final org.apache.jena.rdf.model.Property adminAbout
public ItemInfo()
public ItemInfo(org.apache.jena.rdf.model.Model m,
String itemId)
throws BDRCAPIException
BDRCAPIExceptionpublic static org.apache.jena.rdf.model.Resource getAdminForResource(org.apache.jena.rdf.model.Model m,
org.apache.jena.rdf.model.Resource r)
public ItemInfo.VolumeInfoSmall getVolumeNumber(int volumeNumber)
Copyright © 2019. All rights reserved.