Package org.fenixedu.academic.domain
Class CoordinatorLog_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.CoordinatorLog_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class CoordinatorLog_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.joda.time.DateTimegetDate()org.fenixedu.academic.domain.ExecutionDegreeorg.fenixedu.academic.domain.OperationTypeorg.fenixedu.academic.domain.Personorg.fenixedu.academic.domain.Personstatic pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.ExecutionDegree,org.fenixedu.academic.domain.CoordinatorLog> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Person,org.fenixedu.academic.domain.CoordinatorLog> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Person,org.fenixedu.academic.domain.CoordinatorLog> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.CoordinatorLog> org.fenixedu.bennu.core.domain.BennuvoidsetDate(org.joda.time.DateTime date) voidsetExecutionDegree(org.fenixedu.academic.domain.ExecutionDegree executionDegree) voidsetOperation(org.fenixedu.academic.domain.OperationType operation) voidsetPerson(org.fenixedu.academic.domain.Person person) voidsetPersonWho(org.fenixedu.academic.domain.Person personWho) 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
-
CoordinatorLog_Base
protected CoordinatorLog_Base()
-
-
Method Details
-
getRelationCoordinatorLogPerson
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Person,org.fenixedu.academic.domain.CoordinatorLog> getRelationCoordinatorLogPerson() -
getRelationCoordinatorLogExecutionDegree
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.ExecutionDegree,org.fenixedu.academic.domain.CoordinatorLog> getRelationCoordinatorLogExecutionDegree() -
getRelationRootDomainObjectCoordinatorLog
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.CoordinatorLog> getRelationRootDomainObjectCoordinatorLog() -
getRelationCoordinatorLogWhoPerson
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Person,org.fenixedu.academic.domain.CoordinatorLog> getRelationCoordinatorLogWhoPerson() -
getDate
public org.joda.time.DateTime getDate() -
setDate
public void setDate(org.joda.time.DateTime date) -
getOperation
public org.fenixedu.academic.domain.OperationType getOperation() -
setOperation
public void setOperation(org.fenixedu.academic.domain.OperationType operation) -
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) -
getRootDomainObject
public org.fenixedu.bennu.core.domain.Bennu getRootDomainObject() -
setRootDomainObject
public void setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject) -
getPersonWho
public org.fenixedu.academic.domain.Person getPersonWho() -
setPersonWho
public void setPersonWho(org.fenixedu.academic.domain.Person personWho)
-