java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.organizationalStructure.Party_Base
All Implemented Interfaces:
Serializable, pt.ist.fenixframework.DomainObject
Direct Known Subclasses:
org.fenixedu.academic.domain.organizationalStructure.Party

public abstract class Party_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
    addChilds(org.fenixedu.academic.domain.organizationalStructure.Accountability childs)
     
    void
    addDynamicField(org.fenixedu.academic.domain.dml.DynamicField dynamicField)
     
    void
    addParents(org.fenixedu.academic.domain.organizationalStructure.Accountability parents)
     
    void
    addPartyContacts(org.fenixedu.academic.domain.contacts.PartyContact partyContacts)
     
    Set<org.fenixedu.academic.domain.organizationalStructure.Accountability>
     
    Set<org.fenixedu.academic.domain.dml.DynamicField>
     
    org.fenixedu.academic.domain.Country
     
    Set<org.fenixedu.academic.domain.organizationalStructure.Accountability>
     
    Set<org.fenixedu.academic.domain.contacts.PartyContact>
     
    org.fenixedu.academic.domain.organizationalStructure.PartySocialSecurityNumber
     
    org.fenixedu.academic.domain.organizationalStructure.PartyType
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.Party,org.fenixedu.academic.domain.organizationalStructure.Accountability>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.Accountability,org.fenixedu.academic.domain.organizationalStructure.Party>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.Party,org.fenixedu.academic.domain.dml.DynamicField>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.organizationalStructure.Party>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Country,org.fenixedu.academic.domain.organizationalStructure.Party>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.contacts.PartyContact,org.fenixedu.academic.domain.organizationalStructure.Party>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.PartySocialSecurityNumber,org.fenixedu.academic.domain.organizationalStructure.Party>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.PartyType,org.fenixedu.academic.domain.organizationalStructure.Party>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.organizationalStructure.Party>
     
    org.fenixedu.bennu.core.domain.Bennu
     
    org.fenixedu.bennu.core.domain.Bennu
     
    void
    removeChilds(org.fenixedu.academic.domain.organizationalStructure.Accountability childs)
     
    void
    removeDynamicField(org.fenixedu.academic.domain.dml.DynamicField dynamicField)
     
    void
    removeParents(org.fenixedu.academic.domain.organizationalStructure.Accountability parents)
     
    void
    removePartyContacts(org.fenixedu.academic.domain.contacts.PartyContact partyContacts)
     
    void
    setNationality(org.fenixedu.academic.domain.Country nationality)
     
    void
    setPartySocialSecurityNumber(org.fenixedu.academic.domain.organizationalStructure.PartySocialSecurityNumber partySocialSecurityNumber)
     
    void
    setPartyType(org.fenixedu.academic.domain.organizationalStructure.PartyType partyType)
     
    void
    setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject)
     
    void
    setRootDomainObjectExternalScholarshipProvider(org.fenixedu.bennu.core.domain.Bennu rootDomainObjectExternalScholarshipProvider)
     

    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

    • Party_Base

      protected Party_Base()
  • Method Details

    • getRelationAccountabilityChildParty

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.Party,org.fenixedu.academic.domain.organizationalStructure.Accountability> getRelationAccountabilityChildParty()
    • getRelationExternalScholarshipProviderRootDomainObject

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.organizationalStructure.Party> getRelationExternalScholarshipProviderRootDomainObject()
    • getRelationRootDomainObjectParty

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.organizationalStructure.Party> getRelationRootDomainObjectParty()
    • getRelationPartyPartyContact

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.contacts.PartyContact,org.fenixedu.academic.domain.organizationalStructure.Party> getRelationPartyPartyContact()
    • getRelationAccountabilityParentParty

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.Accountability,org.fenixedu.academic.domain.organizationalStructure.Party> getRelationAccountabilityParentParty()
    • getRelationPartyCountry

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.Country,org.fenixedu.academic.domain.organizationalStructure.Party> getRelationPartyCountry()
    • getRelationPartyPartyType

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.PartyType,org.fenixedu.academic.domain.organizationalStructure.Party> getRelationPartyPartyType()
    • getRelationDynamicFieldsForParty

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.Party,org.fenixedu.academic.domain.dml.DynamicField> getRelationDynamicFieldsForParty()
    • getRelationPartyPartySocialSecurityNumber

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.PartySocialSecurityNumber,org.fenixedu.academic.domain.organizationalStructure.Party> getRelationPartyPartySocialSecurityNumber()
    • addChilds

      public void addChilds(org.fenixedu.academic.domain.organizationalStructure.Accountability childs)
    • removeChilds

      public void removeChilds(org.fenixedu.academic.domain.organizationalStructure.Accountability childs)
    • getChildsSet

      public Set<org.fenixedu.academic.domain.organizationalStructure.Accountability> getChildsSet()
    • getRootDomainObjectExternalScholarshipProvider

      public org.fenixedu.bennu.core.domain.Bennu getRootDomainObjectExternalScholarshipProvider()
    • setRootDomainObjectExternalScholarshipProvider

      public void setRootDomainObjectExternalScholarshipProvider(org.fenixedu.bennu.core.domain.Bennu rootDomainObjectExternalScholarshipProvider)
    • getRootDomainObject

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

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

      public void addPartyContacts(org.fenixedu.academic.domain.contacts.PartyContact partyContacts)
    • removePartyContacts

      public void removePartyContacts(org.fenixedu.academic.domain.contacts.PartyContact partyContacts)
    • getPartyContactsSet

      public Set<org.fenixedu.academic.domain.contacts.PartyContact> getPartyContactsSet()
    • addParents

      public void addParents(org.fenixedu.academic.domain.organizationalStructure.Accountability parents)
    • removeParents

      public void removeParents(org.fenixedu.academic.domain.organizationalStructure.Accountability parents)
    • getParentsSet

      public Set<org.fenixedu.academic.domain.organizationalStructure.Accountability> getParentsSet()
    • getNationality

      public org.fenixedu.academic.domain.Country getNationality()
    • setNationality

      public void setNationality(org.fenixedu.academic.domain.Country nationality)
    • getPartyType

      public org.fenixedu.academic.domain.organizationalStructure.PartyType getPartyType()
    • setPartyType

      public void setPartyType(org.fenixedu.academic.domain.organizationalStructure.PartyType partyType)
    • addDynamicField

      public void addDynamicField(org.fenixedu.academic.domain.dml.DynamicField dynamicField)
    • removeDynamicField

      public void removeDynamicField(org.fenixedu.academic.domain.dml.DynamicField dynamicField)
    • getDynamicFieldSet

      public Set<org.fenixedu.academic.domain.dml.DynamicField> getDynamicFieldSet()
    • getPartySocialSecurityNumber

      public org.fenixedu.academic.domain.organizationalStructure.PartySocialSecurityNumber getPartySocialSecurityNumber()
    • setPartySocialSecurityNumber

      public void setPartySocialSecurityNumber(org.fenixedu.academic.domain.organizationalStructure.PartySocialSecurityNumber partySocialSecurityNumber)