318319320321322323324
public void setEdited(DateTime v) { if (v != null && v.getTzShift() == null) { throw new IllegalArgumentException("Entry.edited must have a timezone."); } setElement(Edited.KEY, (v == null) ? null : new Edited(v)); }