Package org.dspace.statistics.export
Class OpenURLTracker
java.lang.Object
org.dspace.statistics.export.OpenURLTracker
- All Implemented Interfaces:
ReloadableEntity<Integer>
Class that represents an OpenURLTracker which tracks a failed transmission to IRUS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDetermines whether two objects of this class are equal by comparing the IDgetID()Gets the OpenURLTracker idReturns the upload dategetUrl()Gets the OpenURLTracker urlinthashCode()Returns the hash code value for the objectvoidsetUploadDate(LocalDate uploadDate) Set the upload datevoidSets the OpenURLTracker url
-
Constructor Details
-
OpenURLTracker
protected OpenURLTracker()
-
-
Method Details
-
getID
Gets the OpenURLTracker id- Specified by:
getIDin interfaceReloadableEntity<Integer>- Returns:
- the id
-
getUrl
Gets the OpenURLTracker url- Returns:
- the url
-
setUrl
Sets the OpenURLTracker url- Parameters:
url-
-
getUploadDate
Returns the upload date- Returns:
- upload date
-
setUploadDate
Set the upload date- Parameters:
uploadDate-
-
equals
Determines whether two objects of this class are equal by comparing the ID -
hashCode
public int hashCode()Returns the hash code value for the object
-