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
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.joda.time.DateTime
     
    org.fenixedu.academic.domain.ExecutionDegree
     
    org.fenixedu.academic.domain.OperationType
     
    org.fenixedu.academic.domain.Person
     
    org.fenixedu.academic.domain.Person
     
    static 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.Bennu
     
    void
    setDate(org.joda.time.DateTime date)
     
    void
    setExecutionDegree(org.fenixedu.academic.domain.ExecutionDegree executionDegree)
     
    void
    setOperation(org.fenixedu.academic.domain.OperationType operation)
     
    void
    setPerson(org.fenixedu.academic.domain.Person person)
     
    void
    setPersonWho(org.fenixedu.academic.domain.Person personWho)
     
    void
    setRootDomainObject(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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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)