Uses of Class
dev.jcputney.elearning.parser.input.lom.types.Date
Packages that use Date
Package
Description
-
Uses of Date in dev.jcputney.elearning.parser.input.lom
Methods in dev.jcputney.elearning.parser.input.lom that return DateModifier and TypeMethodDescriptionAnnotation.getDate()Retrieves the date associated with this object.Methods in dev.jcputney.elearning.parser.input.lom with parameters of type Date -
Uses of Date in dev.jcputney.elearning.parser.input.lom.types
Methods in dev.jcputney.elearning.parser.input.lom.types that return DateModifier and TypeMethodDescriptionContribute.getDate()Retrieves the date associated with the current contribution.ContributeMeta.getDate()Retrieves the date associated with the contribution metadata.Methods in dev.jcputney.elearning.parser.input.lom.types with parameters of type DateModifier and TypeMethodDescriptionvoidSets the date associated with the current contribution.voidSets the date associated with the contribution metadata.Constructors in dev.jcputney.elearning.parser.input.lom.types with parameters of type DateModifierConstructorDescriptionContributeMeta(SourceValuePair<RoleMeta> role, List<String> entities, Date date) Constructs an instance of theContributeMetaclass with the specified role, entities, and date.