Class PersistentTeacherGroup_Base

java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.bennu.core.domain.groups.PersistentGroup_Base
org.fenixedu.bennu.core.domain.groups.PersistentGroup
org.fenixedu.academic.domain.accessControl.PersistentTeacherGroup_Base
All Implemented Interfaces:
Serializable, pt.ist.fenixframework.DomainObject

public abstract class PersistentTeacherGroup_Base extends org.fenixedu.bennu.core.domain.groups.PersistentGroup
See Also:
  • Constructor Details

    • PersistentTeacherGroup_Base

      protected PersistentTeacherGroup_Base()
  • Method Details

    • getRelationPersistentTeacherGroupExecutionCourse

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.accessControl.PersistentTeacherGroup,org.fenixedu.academic.domain.ExecutionCourse> getRelationPersistentTeacherGroupExecutionCourse()
    • getRelationPersistentTeacherGroupExecutionYear

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.accessControl.PersistentTeacherGroup,org.fenixedu.academic.domain.ExecutionYear> getRelationPersistentTeacherGroupExecutionYear()
    • getRelationPersistentTeacherGroupDegree

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.accessControl.PersistentTeacherGroup,org.fenixedu.academic.domain.Degree> getRelationPersistentTeacherGroupDegree()
    • getRelationPersistentTeacherGroupCampus

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.accessControl.PersistentTeacherGroup,org.fenixedu.spaces.domain.Space> getRelationPersistentTeacherGroupCampus()
    • getExecutionCourse

      public org.fenixedu.academic.domain.ExecutionCourse getExecutionCourse()
    • setExecutionCourse

      public void setExecutionCourse(org.fenixedu.academic.domain.ExecutionCourse executionCourse)
    • getExecutionYear

      public org.fenixedu.academic.domain.ExecutionYear getExecutionYear()
    • setExecutionYear

      public void setExecutionYear(org.fenixedu.academic.domain.ExecutionYear executionYear)
    • getDegree

      public org.fenixedu.academic.domain.Degree getDegree()
    • setDegree

      public void setDegree(org.fenixedu.academic.domain.Degree degree)
    • getCampus

      public org.fenixedu.spaces.domain.Space getCampus()
    • setCampus

      public void setCampus(org.fenixedu.spaces.domain.Space campus)