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 -
Method Summary
Modifier and TypeMethodDescriptionorg.fenixedu.academic.domain.person.IdDocumentTypeObjectorg.fenixedu.academic.domain.Personstatic 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.BennugetValue()voidsetIdDocumentType(org.fenixedu.academic.domain.person.IdDocumentTypeObject idDocumentType) voidsetPerson(org.fenixedu.academic.domain.Person person) voidsetRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject) voidMethods inherited from class pt.ist.fenixframework.core.AbstractDomainObject
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace
-
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
-
setValue
-
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)
-