Class StudentNumber_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.student.StudentNumber_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class StudentNumber_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 TypeMethodDescriptionstatic pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.student.StudentNumber,org.fenixedu.bennu.core.domain.Bennu> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.student.StudentNumber,org.fenixedu.academic.domain.student.Student> org.fenixedu.bennu.core.domain.Bennuorg.fenixedu.academic.domain.student.StudentvoidvoidsetRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject) voidsetStudent(org.fenixedu.academic.domain.student.Student student) 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
-
StudentNumber_Base
protected StudentNumber_Base()
-
-
Method Details
-
getRelationStudentStudentNumber
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.student.StudentNumber,org.fenixedu.academic.domain.student.Student> getRelationStudentStudentNumber() -
getRelationRootDomainObjectStudentNumber
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.student.StudentNumber,org.fenixedu.bennu.core.domain.Bennu> getRelationRootDomainObjectStudentNumber() -
getNumber
-
setNumber
-
getStudent
public org.fenixedu.academic.domain.student.Student getStudent() -
setStudent
public void setStudent(org.fenixedu.academic.domain.student.Student student) -
getRootDomainObject
public org.fenixedu.bennu.core.domain.Bennu getRootDomainObject() -
setRootDomainObject
public void setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject)
-