public TrData( String authority, int code, String name, String crsSource, String crsTarget, String details) { super(); this.authority = authority; this.code = code; this.name = name; this.crsSource = crsSource; this.crsTarget = crsTarget; this.details = details; this.date = DateTime.getCurrentDate(); }
public void updateLastAccess() { date = DateTime.getCurrentDate(); }