Package org.dspace.statistics.export
Class OpenURLTracker
- java.lang.Object
-
- org.dspace.statistics.export.OpenURLTracker
-
- All Implemented Interfaces:
ReloadableEntity<Integer>
@Entity public class OpenURLTracker extends Object implements ReloadableEntity<Integer>
Class that represents an OpenURLTracker which tracks a failed transmission to IRUS
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedOpenURLTracker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Determines whether two objects of this class are equal by comparing the IDIntegergetID()Gets the OpenURLTracker idDategetUploadDate()Returns the upload dateStringgetUrl()Gets the OpenURLTracker urlinthashCode()Returns the hash code value for the objectvoidsetUploadDate(Date uploadDate)Set the upload datevoidsetUrl(String url)Sets the OpenURLTracker url
-
-
-
Method Detail
-
getID
public Integer getID()
Gets the OpenURLTracker id- Specified by:
getIDin interfaceReloadableEntity<Integer>- Returns:
- the id
-
getUrl
public String getUrl()
Gets the OpenURLTracker url- Returns:
- the url
-
setUrl
public void setUrl(String url)
Sets the OpenURLTracker url- Parameters:
url-
-
getUploadDate
public Date getUploadDate()
Returns the upload date- Returns:
- upload date
-
setUploadDate
public void setUploadDate(Date uploadDate)
Set the upload date- Parameters:
uploadDate-
-
equals
public boolean equals(Object o)
Determines whether two objects of this class are equal by comparing the ID
-
-