Class ObjectiveReference
java.lang.Object
dev.jcputney.elearning.parser.input.cmi5.types.ObjectiveReference
- All Implemented Interfaces:
Serializable
Represents a single objective reference.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ObjectiveReference
public ObjectiveReference()Constructs an instance ofObjectiveReference. This is a no-operation constructor, intended for default initialization.
-
-
Method Details
-
getIdref
Retrieves the ID reference associated with this objective reference.- Returns:
- the ID reference as a string, represented as an anyURI.
-
setIdref
Sets the ID reference for this objective reference.- Parameters:
idref- the ID reference to set, represented as a string (anyURI).
-
equals
-
hashCode
public int hashCode()
-