Class UrlImplementation
- java.lang.Object
-
- de.ipk_gatersleben.bit.bi.edal.primary_data.file.implementation.UrlImplementation
-
@Entity public class UrlImplementation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UrlImplementation()
-
Method Summary
Modifier and Type Method 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)
-
-
-
Method Detail
-
getId
public int getId()
- Returns:
- the id
-
setId
public void setId(int id)
- Parameters:
id
- the id to set
-
getUrl
public java.lang.String getUrl()
- Returns:
- the url
-
setUrl
public void setUrl(java.lang.String url)
- Parameters:
url
- the url to set
-
getReference
public PublicReferenceImplementation getReference()
- Returns:
- the reference
-
setReference
public void setReference(PublicReferenceImplementation reference)
- Parameters:
reference
- the reference to set
-
getYear
public int getYear()
- Returns:
- the year
-
setYear
public void setYear(int year)
- Parameters:
year
- the year to set
-
-