Class UserDataObject

java.lang.Object
edu.internet2.middleware.grouper.userData.UserDataObject

public class UserDataObject extends Object
generic object in the user data
  • Constructor Details

    • UserDataObject

      public UserDataObject(String uuid, long theTimestamp)
      construct with fields
      Parameters:
      uuid -
      theTimestamp -
    • UserDataObject

      public UserDataObject(String uuid)
      Parameters:
      uuid -
    • UserDataObject

      public UserDataObject()
  • Method Details

    • getUuid

      public String getUuid()
      uuid of the object
      Returns:
    • setUuid

      public void setUuid(String uuid1)
      uuid of the object
      Parameters:
      uuid1 -
    • getTimestamp

      public Long getTimestamp()
      timestamp that the thing was last favorited or whatever
      Returns:
      timestamp in millis since 1970
    • setTimestamp

      public void setTimestamp(Long timestamp1)
      timestamp that the thing was last favorited or whatever
      Parameters:
      timestamp1 - in millis since 1970