Class DataMap
java.lang.Object
dev.jcputney.elearning.parser.input.scorm2004.adl.cp.DataMap
- All Implemented Interfaces:
Serializable
Represents the map element, specifying shared data configuration.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanRetrieves the target ID URI for shared data mapping.inthashCode()booleanDetermines whether shared data is readable.booleanDetermines whether shared data is writable.voidsetReadSharedData(boolean readSharedData) Sets the read access configuration for shared data.voidsetTargetID(String targetID) Sets the target ID URI for shared data mapping.voidsetWriteSharedData(boolean writeSharedData) Configures the write access for shared data.
-
Constructor Details
-
DataMap
public DataMap()Default constructor for the DataMap class.This constructor initializes an instance of the DataMap class without setting any properties or performing any actions. It serves as a no-operation (no-op) placeholder for object instantiation.
-
-
Method Details
-
getTargetID
Retrieves the target ID URI for shared data mapping.- Returns:
- the target ID as a String
-
setTargetID
Sets the target ID URI for shared data mapping.- Parameters:
targetID- the target ID as a String to be assigned
-
equals
-
hashCode
public int hashCode()
-