Class ObjectiveReference

java.lang.Object
dev.jcputney.elearning.parser.input.cmi5.types.ObjectiveReference
All Implemented Interfaces:
Serializable

public final class ObjectiveReference extends Object implements Serializable
Represents a single objective reference.
See Also:
  • Constructor Details

    • ObjectiveReference

      public ObjectiveReference()
      Constructs an instance of ObjectiveReference. This is a no-operation constructor, intended for default initialization.
  • Method Details

    • getIdref

      public String getIdref()
      Retrieves the ID reference associated with this objective reference.
      Returns:
      the ID reference as a string, represented as an anyURI.
    • setIdref

      public void setIdref(String idref)
      Sets the ID reference for this objective reference.
      Parameters:
      idref - the ID reference to set, represented as a string (anyURI).
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object