Class LessonSpaceOccupation_Base

java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.spaces.domain.occupation.Occupation_Base
org.fenixedu.spaces.domain.occupation.Occupation
org.fenixedu.academic.domain.space.EventSpaceOccupation_Base
org.fenixedu.academic.domain.space.EventSpaceOccupation
org.fenixedu.academic.domain.space.LessonSpaceOccupation_Base
All Implemented Interfaces:
Serializable, org.fenixedu.spaces.domain.occupation.SpaceOccupation, pt.ist.fenixframework.DomainObject

public abstract class LessonSpaceOccupation_Base extends org.fenixedu.academic.domain.space.EventSpaceOccupation
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class pt.ist.fenixframework.core.AbstractDomainObject

    pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.fenixedu.academic.domain.Lesson
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.space.LessonSpaceOccupation,org.fenixedu.academic.domain.Lesson>
     
    void
    setLesson(org.fenixedu.academic.domain.Lesson lesson)
     

    Methods inherited from class org.fenixedu.academic.domain.space.EventSpaceOccupation

    delete, getRoom, getSpace, setResource

    Methods inherited from class org.fenixedu.spaces.domain.occupation.Occupation

    addSpace, canManageOccupation, getEnd, getExtendedSummary, getInfo, getIntervals, getSpaces, getStart, getSummary, getType, getUrl, isActive, overlaps, overlaps, removeSpace

    Methods inherited from class pt.ist.fenixframework.core.AbstractDomainObject

    checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.fenixedu.spaces.domain.occupation.SpaceOccupation

    getDescription, getSubject
  • Constructor Details

    • LessonSpaceOccupation_Base

      protected LessonSpaceOccupation_Base()
  • Method Details

    • getRelationLessonLessonSpaceOccupation

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.space.LessonSpaceOccupation,org.fenixedu.academic.domain.Lesson> getRelationLessonLessonSpaceOccupation()
    • getLesson

      public org.fenixedu.academic.domain.Lesson getLesson()
    • setLesson

      public void setLesson(org.fenixedu.academic.domain.Lesson lesson)