Class IdDocument_Base

java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.person.IdDocument_Base
All Implemented Interfaces:
Serializable, pt.ist.fenixframework.DomainObject

public abstract class IdDocument_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.person.IdDocumentTypeObject
     
    org.fenixedu.academic.domain.Person
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Person,org.fenixedu.academic.domain.person.IdDocument>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.person.IdDocument,org.fenixedu.academic.domain.person.IdDocumentTypeObject>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.person.IdDocument>
     
    org.fenixedu.bennu.core.domain.Bennu
     
     
    void
    setIdDocumentType(org.fenixedu.academic.domain.person.IdDocumentTypeObject idDocumentType)
     
    void
    setPerson(org.fenixedu.academic.domain.Person person)
     
    void
    setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject)
     
    void
     

    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

    • IdDocument_Base

      protected IdDocument_Base()
  • Method Details

    • getRelationIdDocumentTypeObjectIdDocument

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.person.IdDocument,org.fenixedu.academic.domain.person.IdDocumentTypeObject> getRelationIdDocumentTypeObjectIdDocument()
    • getRelationIdDocumentPerson

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Person,org.fenixedu.academic.domain.person.IdDocument> getRelationIdDocumentPerson()
    • getRelationRootDomainObjectIdDocument

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.person.IdDocument> getRelationRootDomainObjectIdDocument()
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getIdDocumentType

      public org.fenixedu.academic.domain.person.IdDocumentTypeObject getIdDocumentType()
    • setIdDocumentType

      public void setIdDocumentType(org.fenixedu.academic.domain.person.IdDocumentTypeObject idDocumentType)
    • getPerson

      public org.fenixedu.academic.domain.Person getPerson()
    • setPerson

      public void setPerson(org.fenixedu.academic.domain.Person person)
    • getRootDomainObject

      public org.fenixedu.bennu.core.domain.Bennu getRootDomainObject()
    • setRootDomainObject

      public void setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject)