Package org.fenixedu.academic.domain
Class Alumni_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.Alumni_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class Alumni_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 TypeMethodDescriptionstatic pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.student.Student,org.fenixedu.academic.domain.Alumni> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.Alumni> org.fenixedu.bennu.core.domain.Bennuorg.fenixedu.academic.domain.student.StudentvoidsetRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject) voidsetStudent(org.fenixedu.academic.domain.student.Student student) 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
-
Alumni_Base
protected Alumni_Base()
-
-
Method Details
-
getRelationAlumniStudent
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.student.Student,org.fenixedu.academic.domain.Alumni> getRelationAlumniStudent() -
getRelationRootDomainObjectAlumni
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.Alumni> getRelationRootDomainObjectAlumni() -
getStudent
public org.fenixedu.academic.domain.student.Student getStudent() -
setStudent
public void setStudent(org.fenixedu.academic.domain.student.Student student) -
getRootDomainObject
public org.fenixedu.bennu.core.domain.Bennu getRootDomainObject() -
setRootDomainObject
public void setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject)
-