Project

General

Profile

« Previous | Next » 

Revision 62265

added new field 'lastConsentTermsOfUseDate'

View differences:

modules/uoa-domain/trunk/src/main/java/eu/dnetlib/domain/data/Repository.java
84 84
	private Boolean fullTextDownload;
85 85
	private Date consentTermsOfUseDate;
86 86

  
87
	private Date lastConsentTermsOfUseDate;
88

  
87 89
	private Boolean registered = false;
88 90

  
89 91
	// QOS parameters
......
759 761
	public void setConsentTermsOfUseDate(Date consentTermsOfUseDate) {
760 762
		this.consentTermsOfUseDate = consentTermsOfUseDate;
761 763
	}
764

  
765
	public Date getLastConsentTermsOfUseDate() {
766
		return lastConsentTermsOfUseDate;
767
	}
768

  
769
	public void setLastConsentTermsOfUseDate(Date lastConsentTermsOfUseDate) {
770
		this.lastConsentTermsOfUseDate = lastConsentTermsOfUseDate;
771
	}
762 772
}

Also available in: Unified diff