Class PersistentStudentsConcludedInExecutionYearGroup_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.PersistentStudentsConcludedInExecutionYearGroup_Base
All Implemented Interfaces:
Serializable, pt.ist.fenixframework.DomainObject

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

    • PersistentStudentsConcludedInExecutionYearGroup_Base

      protected PersistentStudentsConcludedInExecutionYearGroup_Base()
  • Method Details

    • getRelationPersistentStudentsConcludedInExecutionYearGroupDegrees

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.accessControl.PersistentStudentsConcludedInExecutionYearGroup,org.fenixedu.academic.domain.Degree> getRelationPersistentStudentsConcludedInExecutionYearGroupDegrees()
    • getRelationPersistentStudentsConcludedInExecutionYearExecutionYear

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.accessControl.PersistentStudentsConcludedInExecutionYearGroup,org.fenixedu.academic.domain.ExecutionYear> getRelationPersistentStudentsConcludedInExecutionYearExecutionYear()
    • getDegree

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

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

      public org.fenixedu.academic.domain.ExecutionYear getConclusionYear()
    • setConclusionYear

      public void setConclusionYear(org.fenixedu.academic.domain.ExecutionYear conclusionYear)