Ignore:
Timestamp:
Jan 21, 2011, 7:18:42 PM (13 years ago)
Author:
mlg
Message:

Changes ImagesManagement access from static to object.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/jiwigo/trunk/src/main/java/fr/mael/jiwigo/om/Image.java

    r6821 r8829  
    4545    private String auteur;
    4646    private File thumbnail;
     47    private String privacyLevel;
     48
     49    /**
     50     * @return the privacyLevel
     51     */
     52    public String getPrivacyLevel() {
     53        return privacyLevel;
     54    }
     55
     56    /**
     57     * @param privacyLevel the privacyLevel to set
     58     */
     59    public void setPrivacyLevel(String privacyLevel) {
     60        this.privacyLevel = privacyLevel;
     61    }
    4762
    4863    /**
Note: See TracChangeset for help on using the changeset viewer.