Class IngressionType_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.candidacy.IngressionType_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class IngressionType_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 -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRegistration(org.fenixedu.academic.domain.student.Registration registration) getCode()org.fenixedu.commons.i18n.LocalizedStringbooleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanSet<org.fenixedu.academic.domain.student.Registration>static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.candidacy.IngressionType> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.student.Registration,org.fenixedu.academic.domain.candidacy.IngressionType> booleanorg.fenixedu.bennu.core.domain.BennuvoidremoveRegistration(org.fenixedu.academic.domain.student.Registration registration) voidvoidsetDescription(org.fenixedu.commons.i18n.LocalizedString description) voidsetHasEntryPhase(boolean hasEntryPhase) protected voidsetIsDirectAccessFrom1stCycle(boolean isDirectAccessFrom1stCycle) protected voidsetIsExternalDegreeChange(boolean isExternalDegreeChange) protected voidsetIsFirstCycleAttribution(boolean isFirstCycleAttribution) protected voidsetIsHandicappedContingent(boolean isHandicappedContingent) protected voidsetIsInternal2ndCycleAccess(boolean isInternal2ndCycleAccess) protected voidsetIsInternal3rdCycleAccess(boolean isInternal3rdCycleAccess) protected voidsetIsInternalDegreeChange(boolean isInternalDegreeChange) protected voidsetIsIsolatedCurricularUnits(boolean isIsolatedCurricularUnits) protected voidsetIsMiddleAndSuperiorCourses(boolean isMiddleAndSuperiorCourses) protected voidsetIsOver23(boolean isOver23) protected voidsetIsReIngression(boolean isReIngression) protected voidsetIsTransfer(boolean isTransfer) voidsetRequiresUnfinishedSourceDegreeInformation(boolean requiresUnfinishedSourceDegreeInformation) voidsetRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject) Methods inherited from class pt.ist.fenixframework.core.AbstractDomainObject
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace
-
Constructor Details
-
IngressionType_Base
protected IngressionType_Base()
-
-
Method Details
-
getRelationIngressionTypeBennu
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.candidacy.IngressionType> getRelationIngressionTypeBennu() -
getRelationRegistrationIngressionType
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.student.Registration,org.fenixedu.academic.domain.candidacy.IngressionType> getRelationRegistrationIngressionType() -
getCode
-
setCode
-
getDescription
public org.fenixedu.commons.i18n.LocalizedString getDescription() -
setDescription
public void setDescription(org.fenixedu.commons.i18n.LocalizedString description) -
getHasEntryPhase
public boolean getHasEntryPhase() -
setHasEntryPhase
public void setHasEntryPhase(boolean hasEntryPhase) -
getRequiresUnfinishedSourceDegreeInformation
public boolean getRequiresUnfinishedSourceDegreeInformation() -
setRequiresUnfinishedSourceDegreeInformation
public void setRequiresUnfinishedSourceDegreeInformation(boolean requiresUnfinishedSourceDegreeInformation) -
getIsExternalDegreeChange
protected boolean getIsExternalDegreeChange() -
setIsExternalDegreeChange
protected void setIsExternalDegreeChange(boolean isExternalDegreeChange) -
getIsInternalDegreeChange
protected boolean getIsInternalDegreeChange() -
setIsInternalDegreeChange
protected void setIsInternalDegreeChange(boolean isInternalDegreeChange) -
getIsTransfer
protected boolean getIsTransfer() -
setIsTransfer
protected void setIsTransfer(boolean isTransfer) -
getIsMiddleAndSuperiorCourses
protected boolean getIsMiddleAndSuperiorCourses() -
setIsMiddleAndSuperiorCourses
protected void setIsMiddleAndSuperiorCourses(boolean isMiddleAndSuperiorCourses) -
getIsOver23
protected boolean getIsOver23() -
setIsOver23
protected void setIsOver23(boolean isOver23) -
getIsInternal2ndCycleAccess
protected boolean getIsInternal2ndCycleAccess() -
setIsInternal2ndCycleAccess
protected void setIsInternal2ndCycleAccess(boolean isInternal2ndCycleAccess) -
getIsIsolatedCurricularUnits
protected boolean getIsIsolatedCurricularUnits() -
setIsIsolatedCurricularUnits
protected void setIsIsolatedCurricularUnits(boolean isIsolatedCurricularUnits) -
getIsInternal3rdCycleAccess
protected boolean getIsInternal3rdCycleAccess() -
setIsInternal3rdCycleAccess
protected void setIsInternal3rdCycleAccess(boolean isInternal3rdCycleAccess) -
getIsDirectAccessFrom1stCycle
protected boolean getIsDirectAccessFrom1stCycle() -
setIsDirectAccessFrom1stCycle
protected void setIsDirectAccessFrom1stCycle(boolean isDirectAccessFrom1stCycle) -
getIsHandicappedContingent
protected boolean getIsHandicappedContingent() -
setIsHandicappedContingent
protected void setIsHandicappedContingent(boolean isHandicappedContingent) -
getIsFirstCycleAttribution
protected boolean getIsFirstCycleAttribution() -
setIsFirstCycleAttribution
protected void setIsFirstCycleAttribution(boolean isFirstCycleAttribution) -
getIsReIngression
protected boolean getIsReIngression() -
setIsReIngression
protected void setIsReIngression(boolean isReIngression) -
getRootDomainObject
public org.fenixedu.bennu.core.domain.Bennu getRootDomainObject() -
setRootDomainObject
public void setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject) -
addRegistration
public void addRegistration(org.fenixedu.academic.domain.student.Registration registration) -
removeRegistration
public void removeRegistration(org.fenixedu.academic.domain.student.Registration registration) -
getRegistrationSet
-