Class Restoration

java.lang.Object
org.episteme.social.arts.Restoration
All Implemented Interfaces:
Serializable

public class Restoration extends Object implements Serializable
Represents a restoration event or conservation treatment performed on an artwork. Tracks the technical process, the restorer's identity, and the outcome of the intervention. * @version 2.0
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

    • Restoration

      public Restoration(String processName, String restorer, TimeCoordinate date, String outcome)
      Creates a new Restoration record.
      Parameters:
      processName - the name of the restoration process (e.g., "Varnish removal")
      restorer - the name of the individual or organization performing the work
      date - the date when the restoration was completed
      outcome - the state of the artwork after the treatment
  • Method Details

    • getProcessName

      public String getProcessName()
    • getRestorer

      public String getRestorer()
    • getDate

      public TimeCoordinate getDate()
    • getOutcome

      public String getOutcome()
    • getComments

      public String getComments()
    • setComments

      public void setComments(String comments)
    • toString

      public String toString()
      Overrides:
      toString in class Object