public class Identifier extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
COLLECTION_ID |
static int |
COLLECTION_ID_ITEM |
static int |
COLLECTION_ID_ITEM_VOLUME_OUTLINE |
static int |
COLLECTION_ID_WORK_IN_ITEM |
static int |
COLLECTION_ID_WORK_OUTLINE |
static int |
INVALID_IDENTIFIER_ERROR_CODE |
static int |
MANIFEST_ID |
static int |
MANIFEST_ID_VOLUMEID |
static int |
MANIFEST_ID_VOLUMEID_OUTLINE |
static int |
MANIFEST_ID_WORK_IN_ITEM |
static int |
MANIFEST_ID_WORK_IN_VOLUMEID |
static int |
MANIFEST_ID_WORK_IN_VOLUMEID_OUTLINE |
| Constructor and Description |
|---|
Identifier(String iiifIdentifier,
int idType) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBPageNum() |
Integer |
getEPageNum() |
String |
getId() |
String |
getItemId() |
int |
getSubType() |
int |
getType() |
String |
getVolumeId() |
String |
getWorkId() |
void |
setPageNumFromIdPart(String idPart) |
String |
toString() |
public static final int INVALID_IDENTIFIER_ERROR_CODE
public static final int MANIFEST_ID
public static final int COLLECTION_ID
public static final int COLLECTION_ID_ITEM
public static final int COLLECTION_ID_WORK_IN_ITEM
public static final int COLLECTION_ID_WORK_OUTLINE
public static final int COLLECTION_ID_ITEM_VOLUME_OUTLINE
public static final int MANIFEST_ID_WORK_IN_ITEM
public static final int MANIFEST_ID_VOLUMEID
public static final int MANIFEST_ID_WORK_IN_VOLUMEID
public static final int MANIFEST_ID_VOLUMEID_OUTLINE
public static final int MANIFEST_ID_WORK_IN_VOLUMEID_OUTLINE
public Identifier(String iiifIdentifier, int idType) throws IdentifierException
IdentifierExceptionpublic void setPageNumFromIdPart(String idPart) throws IdentifierException
IdentifierExceptionpublic int getType()
public int getSubType()
public String getItemId()
public String getVolumeId()
public String getWorkId()
public String getId()
public Integer getBPageNum()
public Integer getEPageNum()
Copyright © 2020. All rights reserved.