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
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.joda.time.DateTime
     
    org.fenixedu.academic.domain.student.Registration
     
    static 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.Bennu
     
    org.fenixedu.academic.domain.Shift
     
    org.fenixedu.academic.domain.schedule.shiftCapacity.ShiftCapacity
     
    void
    setCreatedOn(org.joda.time.DateTime createdOn)
     
    void
    setRegistration(org.fenixedu.academic.domain.student.Registration registration)
     
    void
    setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject)
     
    void
    setShift(org.fenixedu.academic.domain.Shift shift)
     
    void
    setShiftCapacity(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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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)