*/
void setCustomerCreated (final Calendar customerCreated);
+ /**
+ * Getter for "updated" timestamp
+ * <p>
+ * @return "updated" timestamp
+ */
+ Calendar getCustomerUpdated ();
+
+ /**
+ * Setter for "updated" timestamp
+ * <p>
+ * @param customerUpdated "updated" timestamp
+ */
+ void setCustomerUpdated (final Calendar customerUpdated);
+
/**
* Getter for customer id number
* <p>
* <p>
* @return "locked" timestamp
*/
- Calendar getCustomerLocked ();
+ Calendar getCustomerLastLocked ();
/**
* Getter for "locked" timestamp
* <p>
* @param customerLocked "locked" timestamp
*/
- void setCustomerLocked (final Calendar customerLocked);
+ void setCustomerLastLocked (final Calendar customerLocked);
+
+ /**
+ * Getter for reason of last locked
+ * <p>
+ * @return Reason of last locked
+ */
+ String getCustomerLastLockedReason ();
+
+ /**
+ * Setter for reason of last locked
+ * <p>
+ * @param lastLockedReason Reason of last locked
+ */
+ void setCustomerLastLockedReason (final String lastLockedReason);
/**
* Getter for customer number