edu.internet2.middleware.grouper.userData
Class UserDataObject

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

public class UserDataObject
extends Object

generic object in the user data

Author:
mchyzer

Constructor Summary
UserDataObject()
           
UserDataObject(String uuid)
           
UserDataObject(String uuid, long theTimestamp)
          construct with fields
 
Method Summary
 Long getTimestamp()
          timestamp that the thing was last favorited or whatever
 String getUuid()
          uuid of the object
 void setTimestamp(Long timestamp1)
          timestamp that the thing was last favorited or whatever
 void setUuid(String uuid1)
          uuid of the object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserDataObject

public UserDataObject(String uuid,
                      long theTimestamp)
construct with fields

Parameters:
uuid -
theTimestamp -

UserDataObject

public UserDataObject(String uuid)
Parameters:
uuid -

UserDataObject

public UserDataObject()
Method Detail

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