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

    Modifier and Type
    Method
    Description
     
    org.fenixedu.academic.domain.student.Registration
     
    static 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.Bennu
     
    void
     
    void
    setRegistration(org.fenixedu.academic.domain.student.Registration registration)
     
    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

    • 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

      public Integer getNumber()
    • setNumber

      public void setNumber(Integer number)
    • 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)