Class PersistentStudentGroup_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.FenixPredicateGroup_Base
org.fenixedu.academic.domain.accessControl.FenixPredicateGroup
org.fenixedu.academic.domain.accessControl.PersistentStudentGroup_Base
All Implemented Interfaces:
Serializable, pt.ist.fenixframework.DomainObject

public abstract class PersistentStudentGroup_Base extends org.fenixedu.academic.domain.accessControl.FenixPredicateGroup
See Also:
  • Constructor Details

    • PersistentStudentGroup_Base

      protected PersistentStudentGroup_Base()
  • Method Details

    • getRelationPersistentStudentGroupExecutionYear

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.accessControl.PersistentStudentGroup,org.fenixedu.academic.domain.ExecutionYear> getRelationPersistentStudentGroupExecutionYear()
    • getRelationPersistentStudentGroupCurricularYear

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.accessControl.PersistentStudentGroup,org.fenixedu.academic.domain.CurricularYear> getRelationPersistentStudentGroupCurricularYear()
    • getRelationPersistentStudentGroupDegreeType

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.accessControl.PersistentStudentGroup,org.fenixedu.academic.domain.degree.DegreeType> getRelationPersistentStudentGroupDegreeType()
    • getRelationPersistentStudentGroupDegree

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.accessControl.PersistentStudentGroup,org.fenixedu.academic.domain.Degree> getRelationPersistentStudentGroupDegree()
    • getRelationPersistentStudentGroupCampus

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.accessControl.PersistentStudentGroup,org.fenixedu.spaces.domain.Space> getRelationPersistentStudentGroupCampus()
    • getRelationPersistentStudentGroupExecutionCourse

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.accessControl.PersistentStudentGroup,org.fenixedu.academic.domain.ExecutionCourse> getRelationPersistentStudentGroupExecutionCourse()
    • getCycle

      public org.fenixedu.academic.domain.degreeStructure.CycleType getCycle()
    • setCycle

      public void setCycle(org.fenixedu.academic.domain.degreeStructure.CycleType cycle)
    • getWithEnrolments

      public Boolean getWithEnrolments()
    • setWithEnrolments

      public void setWithEnrolments(Boolean withEnrolments)
    • getFirstTimeInDegree

      public Boolean getFirstTimeInDegree()
    • setFirstTimeInDegree

      public void setFirstTimeInDegree(Boolean firstTimeInDegree)
    • getExecutionYear

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

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

      public org.fenixedu.academic.domain.CurricularYear getCurricularYear()
    • setCurricularYear

      public void setCurricularYear(org.fenixedu.academic.domain.CurricularYear curricularYear)
    • getDegreeType

      public org.fenixedu.academic.domain.degree.DegreeType getDegreeType()
    • setDegreeType

      public void setDegreeType(org.fenixedu.academic.domain.degree.DegreeType degreeType)
    • 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)
    • getExecutionCourse

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

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