java.lang.Object
dev.jcputney.elearning.parser.input.scorm2004.adl.cp.ADLData
All Implemented Interfaces:
Serializable

public final class ADLData extends Object implements Serializable
Represents the data element, which contains multiple map elements.
See Also:
  • Constructor Details

    • ADLData

      public ADLData()
      Default constructor for the ADLData class.

      This constructor initializes an instance of the ADLData class without setting any properties or performing any actions. It serves as a no-operation (no-op) placeholder for object instantiation.

  • Method Details

    • getMapList

      public List<DataMap> getMapList()
      Retrieves the list of map elements, where each map specifies a target and shared data access.
      Returns:
      a list of DataMap objects representing the target and shared data configuration
    • setMapList

      public void setMapList(List<DataMap> mapList)
      Sets the list of map elements, where each map specifies a target ID and shared data access configuration.
      Parameters:
      mapList - the list of DataMap objects to be assigned, representing the target and shared data configuration
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object