Package org.fenixedu.academic.domain
Class Coordinator_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.Coordinator_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class Coordinator_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 TypeMethodDescriptionorg.fenixedu.academic.domain.ExecutionDegreeorg.fenixedu.academic.domain.Personstatic pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Person,org.fenixedu.academic.domain.Coordinator> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.ExecutionDegree,org.fenixedu.academic.domain.Coordinator> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.Coordinator> org.fenixedu.bennu.core.domain.BennuvoidsetExecutionDegree(org.fenixedu.academic.domain.ExecutionDegree executionDegree) voidsetPerson(org.fenixedu.academic.domain.Person person) voidsetResponsible(Boolean responsible) 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
-
Coordinator_Base
protected Coordinator_Base()
-
-
Method Details
-
getRelationRootDomainObjectCoordinator
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.Coordinator> getRelationRootDomainObjectCoordinator() -
getRelationCoordinatorTeacher
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Person,org.fenixedu.academic.domain.Coordinator> getRelationCoordinatorTeacher() -
getRelationExecutionDegreeCoordinator
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.ExecutionDegree,org.fenixedu.academic.domain.Coordinator> getRelationExecutionDegreeCoordinator() -
getResponsible
-
setResponsible
-
getRootDomainObject
public org.fenixedu.bennu.core.domain.Bennu getRootDomainObject() -
setRootDomainObject
public void setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject) -
getPerson
public org.fenixedu.academic.domain.Person getPerson() -
setPerson
public void setPerson(org.fenixedu.academic.domain.Person person) -
getExecutionDegree
public org.fenixedu.academic.domain.ExecutionDegree getExecutionDegree() -
setExecutionDegree
public void setExecutionDegree(org.fenixedu.academic.domain.ExecutionDegree executionDegree)
-