Package org.fenixedu.academic.domain
Class Qualification_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.Qualification_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class Qualification_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.Countryorg.fenixedu.academic.domain.Personorg.joda.time.YearMonthDaybooleangetMark()org.fenixedu.academic.domain.Personorg.fenixedu.academic.domain.Personstatic pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Country,org.fenixedu.academic.domain.Qualification> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Person,org.fenixedu.academic.domain.Qualification> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Qualification,org.fenixedu.academic.domain.Person> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Person,org.fenixedu.academic.domain.Qualification> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.Qualification> org.fenixedu.bennu.core.domain.BennugetYear()voidsetCountry(org.fenixedu.academic.domain.Country country) voidsetCreator(org.fenixedu.academic.domain.Person creator) voidsetDateYearMonthDay(org.joda.time.YearMonthDay dateYearMonthDay) voidvoidsetMainQualification(boolean mainQualification) voidvoidsetModifiedBy(org.fenixedu.academic.domain.Person modifiedBy) voidsetOtherLevel(String otherLevel) voidsetPerson(org.fenixedu.academic.domain.Person person) voidsetRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject) voidvoidMethods inherited from class pt.ist.fenixframework.core.AbstractDomainObject
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace
-
Constructor Details
-
Qualification_Base
protected Qualification_Base()
-
-
Method Details
-
getRelationQualificationPerson
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Person,org.fenixedu.academic.domain.Qualification> getRelationQualificationPerson() -
getRelationQualificationCountry
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Country,org.fenixedu.academic.domain.Qualification> getRelationQualificationCountry() -
getRelationQualificationModifiedByPerson
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Qualification,org.fenixedu.academic.domain.Person> getRelationQualificationModifiedByPerson() -
getRelationQualificationCreatorPerson
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Person,org.fenixedu.academic.domain.Qualification> getRelationQualificationCreatorPerson() -
getRelationRootDomainObjectQualification
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.Qualification> getRelationRootDomainObjectQualification() -
getDegree
-
setDegree
-
getMark
-
setMark
-
getSchool
-
setSchool
-
getDateYearMonthDay
public org.joda.time.YearMonthDay getDateYearMonthDay() -
setDateYearMonthDay
public void setDateYearMonthDay(org.joda.time.YearMonthDay dateYearMonthDay) -
getYear
-
setYear
-
getOtherLevel
-
setOtherLevel
-
getMainQualification
public boolean getMainQualification() -
setMainQualification
public void setMainQualification(boolean mainQualification) -
getPerson
public org.fenixedu.academic.domain.Person getPerson() -
setPerson
public void setPerson(org.fenixedu.academic.domain.Person person) -
getCountry
public org.fenixedu.academic.domain.Country getCountry() -
setCountry
public void setCountry(org.fenixedu.academic.domain.Country country) -
getModifiedBy
public org.fenixedu.academic.domain.Person getModifiedBy() -
setModifiedBy
public void setModifiedBy(org.fenixedu.academic.domain.Person modifiedBy) -
getCreator
public org.fenixedu.academic.domain.Person getCreator() -
setCreator
public void setCreator(org.fenixedu.academic.domain.Person creator) -
getRootDomainObject
public org.fenixedu.bennu.core.domain.Bennu getRootDomainObject() -
setRootDomainObject
public void setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject)
-