public void $$_hibernate_write_created(Timestamp paramTimestamp)
{
if (!EqualsHelper.areEqual(created, paramTimestamp)) {
$$_hibernate_trackChange("created");
}
Timestamp localTimestamp = paramTimestamp;
if ($$_hibernate_getInterceptor() != null) {
localTimestamp = (Timestamp)$$_hibernate_getInterceptor().writeObject(this, "created", created, paramTimestamp);
}
created = localTimestamp;
}