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 -
Method Summary
Modifier and TypeMethodDescriptionvoidaddIdDocuments(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.Bennuorg.fenixedu.academic.domain.person.IDDocumentTypegetValue()voidremoveIdDocuments(org.fenixedu.academic.domain.person.IdDocument idDocuments) voidsetRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject) voidsetValue(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
-
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
-
getRootDomainObject
public org.fenixedu.bennu.core.domain.Bennu getRootDomainObject() -
setRootDomainObject
public void setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject)
-