Class Restoration
java.lang.Object
org.episteme.social.arts.Restoration
- All Implemented Interfaces:
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 Summary
ConstructorsConstructorDescriptionRestoration(String processName, String restorer, TimeCoordinate date, String outcome) Creates a new Restoration record. -
Method Summary
-
Constructor Details
-
Restoration
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 workdate- the date when the restoration was completedoutcome- the state of the artwork after the treatment
-
-
Method Details
-
getProcessName
-
getRestorer
-
getDate
-
getOutcome
-
getComments
-
setComments
-
toString
-