@Entity public class DOI extends Object implements Identifier
| 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()
public String getDoi()
public void setDoi(String doi)
public DSpaceObject getDSpaceObject()
public void setDSpaceObject(DSpaceObject dSpaceObject)
public Integer getResourceTypeId()
setDSpaceObject(org.dspace.content.DSpaceObject).public Integer getStatus()
public void setStatus(Integer status)
Copyright © 2016 DuraSpace. All Rights Reserved.