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 -
Method Summary
Modifier and TypeMethodDescriptionorg.fenixedu.academic.domain.Lessonstatic pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.space.LessonSpaceOccupation,org.fenixedu.academic.domain.Lesson> voidsetLesson(org.fenixedu.academic.domain.Lesson lesson) Methods inherited from class org.fenixedu.academic.domain.space.EventSpaceOccupation
delete, getRoom, getSpace, setResourceMethods inherited from class org.fenixedu.spaces.domain.occupation.Occupation
addSpace, canManageOccupation, getEnd, getExtendedSummary, getInfo, getIntervals, getSpaces, getStart, getSummary, getType, getUrl, isActive, overlaps, overlaps, removeSpaceMethods inherited from class org.fenixedu.spaces.domain.occupation.Occupation_Base
getBennu, getConfig, getDescription, getEmails, getRelationBennuSpaceOccupation, getRelationOccupationRequestOccupations, getRelationSpaceOccupation, getRequest, getSpaceSet, getSubject, setBennu, setConfig, setDescription, setEmails, setRequest, setSubjectMethods inherited from class pt.ist.fenixframework.core.AbstractDomainObject
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplaceMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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)
-