Package org.fenixedu.academic.domain
Class ShiftEnrolment_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.ShiftEnrolment_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class ShiftEnrolment_Base
extends pt.ist.fenixframework.core.AbstractDomainObject
- 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.joda.time.DateTimeorg.fenixedu.academic.domain.student.Registrationstatic pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.ShiftEnrolment,org.fenixedu.bennu.core.domain.Bennu> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.ShiftEnrolment,org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.ShiftEnrolment,org.fenixedu.academic.domain.student.Registration> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.ShiftEnrolment,org.fenixedu.academic.domain.Shift> org.fenixedu.bennu.core.domain.Bennuorg.fenixedu.academic.domain.ShiftgetShift()org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacityvoidsetCreatedOn(org.joda.time.DateTime createdOn) voidsetRegistration(org.fenixedu.academic.domain.student.Registration registration) voidsetRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject) voidsetShift(org.fenixedu.academic.domain.Shift shift) voidsetShiftCapacity(org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity shiftCapacity) Methods inherited from class pt.ist.fenixframework.core.AbstractDomainObject
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace
-
Constructor Details
-
ShiftEnrolment_Base
protected ShiftEnrolment_Base()
-
-
Method Details
-
getRelationRootDomainObjectShiftEnrolment
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.ShiftEnrolment,org.fenixedu.bennu.core.domain.Bennu> getRelationRootDomainObjectShiftEnrolment() -
getRelationShiftEnrolmentShift
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.ShiftEnrolment,org.fenixedu.academic.domain.Shift> getRelationShiftEnrolmentShift() -
getRelationShiftEnrolmentRegistration
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.ShiftEnrolment,org.fenixedu.academic.domain.student.Registration> getRelationShiftEnrolmentRegistration() -
getRelationShiftCapacityShiftEnrolment
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.ShiftEnrolment,org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity> getRelationShiftCapacityShiftEnrolment() -
getCreatedOn
public org.joda.time.DateTime getCreatedOn() -
setCreatedOn
public void setCreatedOn(org.joda.time.DateTime createdOn) -
getRootDomainObject
public org.fenixedu.bennu.core.domain.Bennu getRootDomainObject() -
setRootDomainObject
public void setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject) -
getShift
public org.fenixedu.academic.domain.Shift getShift() -
setShift
public void setShift(org.fenixedu.academic.domain.Shift shift) -
getRegistration
public org.fenixedu.academic.domain.student.Registration getRegistration() -
setRegistration
public void setRegistration(org.fenixedu.academic.domain.student.Registration registration) -
getShiftCapacity
public org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity getShiftCapacity() -
setShiftCapacity
public void setShiftCapacity(org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity shiftCapacity)
-