@Entity
public class DoiImplementation
extends java.lang.Object
| Constructor and Description |
|---|
DoiImplementation() |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
PublicReferenceImplementation |
getReference() |
java.lang.String |
getUrl() |
int |
getYear() |
void |
setId(int id) |
void |
setReference(PublicReferenceImplementation reference) |
void |
setUrl(java.lang.String url) |
void |
setYear(int year) |
public int getId()
public void setId(int id)
id - the id to setpublic java.lang.String getUrl()
public void setUrl(java.lang.String url)
url - the url to setpublic PublicReferenceImplementation getReference()
public void setReference(PublicReferenceImplementation reference)
reference - the reference to setpublic int getYear()
public void setYear(int year)
year - the year to set