Class Collection

java.lang.Object
org.episteme.social.arts.Collection
All Implemented Interfaces:
Serializable, Commented, ComprehensiveIdentification, Identified<Identification>, Named

public class Collection extends Object implements ComprehensiveIdentification
Represents a collection of artworks, typically held by a museum, gallery, or private collector. * @version 2.0
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

    • Collection

      public Collection(String name)
      Creates a new Collection with a given name.
      Parameters:
      name - common name of the collection
    • Collection

      public Collection()
  • Method Details