Class RegistrationNumber_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.student.RegistrationNumber_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class RegistrationNumber_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.student.Registrationstatic pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.student.RegistrationNumber,org.fenixedu.academic.domain.student.Registration> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.student.RegistrationNumber> org.fenixedu.bennu.core.domain.BennuvoidvoidsetRegistration(org.fenixedu.academic.domain.student.Registration registration) 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
-
RegistrationNumber_Base
protected RegistrationNumber_Base()
-
-
Method Details
-
getRelationRootDomainObjectRegistrationNumber
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.student.RegistrationNumber> getRelationRootDomainObjectRegistrationNumber() -
getRelationRegistrationRegistrationNumber
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.student.RegistrationNumber,org.fenixedu.academic.domain.student.Registration> getRelationRegistrationRegistrationNumber() -
getNumber
-
setNumber
-
getRootDomainObject
public org.fenixedu.bennu.core.domain.Bennu getRootDomainObject() -
setRootDomainObject
public void setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject) -
getRegistration
public org.fenixedu.academic.domain.student.Registration getRegistration() -
setRegistration
public void setRegistration(org.fenixedu.academic.domain.student.Registration registration)
-