Class ADLData
java.lang.Object
dev.jcputney.elearning.parser.input.scorm2004.adl.cp.ADLData
- All Implemented Interfaces:
Serializable
Represents the data element, which contains multiple map elements.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanRetrieves the list of map elements, where each map specifies a target and shared data access.inthashCode()voidsetMapList(List<DataMap> mapList) Sets the list of map elements, where each map specifies a target ID and shared data access configuration.
-
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
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
Sets the list of map elements, where each map specifies a target ID and shared data access configuration.- Parameters:
mapList- the list ofDataMapobjects to be assigned, representing the target and shared data configuration
-
equals
-
hashCode
public int hashCode()
-