Class IdDocumentTypeObject_Base

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

public abstract class IdDocumentTypeObject_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
    void
    addIdDocuments(org.fenixedu.academic.domain.person.IdDocument idDocuments)
     
    Set<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.IdDocumentTypeObject>
     
    org.fenixedu.bennu.core.domain.Bennu
     
    org.fenixedu.academic.domain.person.IDDocumentType
     
    void
    removeIdDocuments(org.fenixedu.academic.domain.person.IdDocument idDocuments)
     
    void
    setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject)
     
    void
    setValue(org.fenixedu.academic.domain.person.IDDocumentType value)
     

    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

    • IdDocumentTypeObject_Base

      protected IdDocumentTypeObject_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()
    • getRelationRootDomainObjectIdDocumentTypeObject

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

      public org.fenixedu.academic.domain.person.IDDocumentType getValue()
    • setValue

      public void setValue(org.fenixedu.academic.domain.person.IDDocumentType value)
    • addIdDocuments

      public void addIdDocuments(org.fenixedu.academic.domain.person.IdDocument idDocuments)
    • removeIdDocuments

      public void removeIdDocuments(org.fenixedu.academic.domain.person.IdDocument idDocuments)
    • getIdDocumentsSet

      public Set<org.fenixedu.academic.domain.person.IdDocument> getIdDocumentsSet()
    • getRootDomainObject

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

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