@Entity public class DOI extends Object implements Identifier, ReloadableEntity<Integer>
| Modifier and Type | Field and Description |
|---|---|
static String |
RESOLVER |
static String |
SCHEME |
| Modifier | Constructor and Description |
|---|---|
protected |
DOI()
Protected constructor, create object using:
DOIService.create(Context) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDoi() |
DSpaceObject |
getDSpaceObject() |
Integer |
getID() |
Integer |
getResourceTypeId()
returns the resource type of the DSpaceObject the DOI is or was assigned
to.
|
Integer |
getStatus() |
void |
setDoi(String doi) |
void |
setDSpaceObject(DSpaceObject dSpaceObject) |
void |
setStatus(Integer status) |
public static final String SCHEME
public static final String RESOLVER
protected DOI()
DOIService.create(Context)public Integer getID()
getID in interface ReloadableEntity<Integer>public String getDoi()
public void setDoi(String doi)
public DSpaceObject getDSpaceObject()
public void setDSpaceObject(DSpaceObject dSpaceObject)
public Integer getResourceTypeId()
setDSpaceObject(org.dspace.content.DSpaceObject).Constantspublic Integer getStatus()
public void setStatus(Integer status)
Copyright © 2017 DuraSpace. All rights reserved.