if (typedProperties.containsProperty(ABSOLUTE_EXPIRY_TIME_SS))
{
calendar.setTimeInMillis(typedProperties.getLongProperty(ABSOLUTE_EXPIRY_TIME_SS));
properties.setAbsoluteExpiryTime(calendar.getTime());
}
if (typedProperties.containsProperty(CREATION_TIME_SS))
{
calendar.setTimeInMillis(typedProperties.getLongProperty(CREATION_TIME_SS));
properties.setCreationTime(calendar.getTime());
}
if (typedProperties.containsProperty(GROUP_ID_SS))