Class UserDataObject
java.lang.Object
edu.internet2.middleware.grouper.userData.UserDataObject
generic object in the user data
-
Constructor Summary
ConstructorDescriptionUserDataObject
(String uuid) UserDataObject
(String uuid, long theTimestamp) construct with fields -
Method Summary
Modifier and TypeMethodDescriptiontimestamp that the thing was last favorited or whatevergetUuid()
uuid of the objectvoid
setTimestamp
(Long timestamp1) timestamp that the thing was last favorited or whatevervoid
uuid of the object
-
Constructor Details
-
UserDataObject
construct with fields- Parameters:
uuid
-theTimestamp
-
-
UserDataObject
- Parameters:
uuid
-
-
UserDataObject
public UserDataObject()
-
-
Method Details
-
getUuid
uuid of the object- Returns:
-
setUuid
uuid of the object- Parameters:
uuid1
-
-
getTimestamp
timestamp that the thing was last favorited or whatever- Returns:
- timestamp in millis since 1970
-
setTimestamp
timestamp that the thing was last favorited or whatever- Parameters:
timestamp1
- in millis since 1970
-