Package org.fenixedu.academic.domain
Class DegreeLog_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.DomainOperationLog_Base
org.fenixedu.academic.domain.DomainOperationLog
org.fenixedu.academic.domain.DegreeLog_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
- Direct Known Subclasses:
org.fenixedu.academic.domain.DegreeLog
public abstract class DegreeLog_Base
extends org.fenixedu.academic.domain.DomainOperationLog
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class pt.ist.fenixframework.core.AbstractDomainObject
pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm -
Field Summary
Fields inherited from class org.fenixedu.academic.domain.DomainOperationLog
advice$delete, COMPARATOR_BY_WHEN_DATETIME, DATE_FORMAT, SEPARATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.fenixedu.academic.domain.Degreeorg.fenixedu.academic.domain.ExecutionYearstatic pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.DegreeLog,org.fenixedu.academic.domain.Degree> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.ExecutionYear,org.fenixedu.academic.domain.DegreeLog> voidsetDegree(org.fenixedu.academic.domain.Degree degree) voidsetExecutionYear(org.fenixedu.academic.domain.ExecutionYear executionYear) Methods inherited from class org.fenixedu.academic.domain.DomainOperationLog
deleteMethods inherited from class org.fenixedu.academic.domain.DomainOperationLog_Base
getDescription, getPerson, getRelationDomainOperationLogPerson, getRelationDomainOperationLogRootDomainObject, getRootDomainObject, getWhenDateTime, setDescription, setPerson, setRootDomainObject, setWhenDateTimeMethods inherited from class pt.ist.fenixframework.core.AbstractDomainObject
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace
-
Constructor Details
-
DegreeLog_Base
protected DegreeLog_Base()
-
-
Method Details
-
getRelationExecutionYearDegreeLog
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.ExecutionYear,org.fenixedu.academic.domain.DegreeLog> getRelationExecutionYearDegreeLog() -
getRelationDegreeDegreeLog
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.DegreeLog,org.fenixedu.academic.domain.Degree> getRelationDegreeDegreeLog() -
getExecutionYear
public org.fenixedu.academic.domain.ExecutionYear getExecutionYear() -
setExecutionYear
public void setExecutionYear(org.fenixedu.academic.domain.ExecutionYear executionYear) -
getDegree
public org.fenixedu.academic.domain.Degree getDegree() -
setDegree
public void setDegree(org.fenixedu.academic.domain.Degree degree)
-