Class ShiftProfessorship_Base

java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.ShiftProfessorship_Base
All Implemented Interfaces:
Serializable, pt.ist.fenixframework.DomainObject

public abstract class ShiftProfessorship_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.fenixedu.academic.domain.Professorship
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Professorship,org.fenixedu.academic.domain.ShiftProfessorship>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.ShiftProfessorship,org.fenixedu.bennu.core.domain.Bennu>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Shift,org.fenixedu.academic.domain.ShiftProfessorship>
     
    org.fenixedu.bennu.core.domain.Bennu
     
    org.fenixedu.academic.domain.Shift
     
    void
     
    void
    setPercentage(Double percentage)
     
    void
    setProfessorship(org.fenixedu.academic.domain.Professorship professorship)
     
    void
    setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject)
     
    void
    setShift(org.fenixedu.academic.domain.Shift shift)
     

    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

    • ShiftProfessorship_Base

      protected ShiftProfessorship_Base()
  • Method Details

    • getRelationProfessorshipShiftProfessorship

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Professorship,org.fenixedu.academic.domain.ShiftProfessorship> getRelationProfessorshipShiftProfessorship()
    • getRelationShiftShiftProfessorship

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Shift,org.fenixedu.academic.domain.ShiftProfessorship> getRelationShiftShiftProfessorship()
    • getRelationRootDomainObjectShiftProfessorship

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.ShiftProfessorship,org.fenixedu.bennu.core.domain.Bennu> getRelationRootDomainObjectShiftProfessorship()
    • getPercentage

      public Double getPercentage()
    • setPercentage

      public void setPercentage(Double percentage)
    • getHours

      public Double getHours()
    • setHours

      public void setHours(Double hours)
    • getProfessorship

      public org.fenixedu.academic.domain.Professorship getProfessorship()
    • setProfessorship

      public void setProfessorship(org.fenixedu.academic.domain.Professorship professorship)
    • getShift

      public org.fenixedu.academic.domain.Shift getShift()
    • setShift

      public void setShift(org.fenixedu.academic.domain.Shift shift)
    • getRootDomainObject

      public org.fenixedu.bennu.core.domain.Bennu getRootDomainObject()
    • setRootDomainObject

      public void setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject)