Project

General

Profile

« Previous | Next » 

Revision 62268

update lastConsentTermsOfUseDate instead of consentTermsOfUseDate

View differences:

RepositoryTerms.java
9 9
    private Boolean consentTermsOfUse;
10 10
    private Boolean fullTextDownload;
11 11
    private Date consentTermsOfUseDate;
12
    private Date lastConsentTermsOfUseDate;
12 13

  
13 14
    public RepositoryTerms() {
14 15
    }
......
52 53
    public void setConsentTermsOfUseDate(Date consentTermsOfUseDate) {
53 54
        this.consentTermsOfUseDate = consentTermsOfUseDate;
54 55
    }
56

  
57
    public Date getLastConsentTermsOfUseDate() {
58
        return lastConsentTermsOfUseDate;
59
    }
60

  
61
    public void setLastConsentTermsOfUseDate(Date lastConsentTermsOfUseDate) {
62
        this.lastConsentTermsOfUseDate = lastConsentTermsOfUseDate;
63
    }
55 64
}

Also available in: Unified diff