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

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

    • PersistentUnitGroup_Base

      protected PersistentUnitGroup_Base()
  • Method Details

    • getRelationPersistentUnitGroupUnit

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.accessControl.PersistentUnitGroup,org.fenixedu.academic.domain.organizationalStructure.Unit> getRelationPersistentUnitGroupUnit()
    • getRelationPersistentUnitGroupAccountabilityType

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.accessControl.PersistentUnitGroup,org.fenixedu.academic.domain.organizationalStructure.AccountabilityType> getRelationPersistentUnitGroupAccountabilityType()
    • getRelationType

      public org.fenixedu.academic.domain.organizationalStructure.AccountabilityTypeEnum getRelationType()
    • setRelationType

      public void setRelationType(org.fenixedu.academic.domain.organizationalStructure.AccountabilityTypeEnum relationType)
    • getIncludeSubUnits

      public Boolean getIncludeSubUnits()
    • setIncludeSubUnits

      public void setIncludeSubUnits(Boolean includeSubUnits)
    • getUnit

      public org.fenixedu.academic.domain.organizationalStructure.Unit getUnit()
    • setUnit

      public void setUnit(org.fenixedu.academic.domain.organizationalStructure.Unit unit)
    • getAccountabilityType

      public org.fenixedu.academic.domain.organizationalStructure.AccountabilityType getAccountabilityType()
    • setAccountabilityType

      public void setAccountabilityType(org.fenixedu.academic.domain.organizationalStructure.AccountabilityType accountabilityType)