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

public abstract class PartyType_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
    addAllowedChildConnectionRules(org.fenixedu.academic.domain.organizationalStructure.ConnectionRule allowedChildConnectionRules)
     
    void
    addAllowedParentConnectionRules(org.fenixedu.academic.domain.organizationalStructure.ConnectionRule allowedParentConnectionRules)
     
    void
    addParties(org.fenixedu.academic.domain.organizationalStructure.Party parties)
     
    Set<org.fenixedu.academic.domain.organizationalStructure.ConnectionRule>
     
    Set<org.fenixedu.academic.domain.organizationalStructure.ConnectionRule>
     
     
    Set<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.academic.domain.organizationalStructure.ConnectionRule,org.fenixedu.academic.domain.organizationalStructure.PartyType>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.PartyType,org.fenixedu.academic.domain.organizationalStructure.ConnectionRule>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.organizationalStructure.PartyType>
     
    org.fenixedu.bennu.core.domain.Bennu
     
    org.fenixedu.academic.domain.organizationalStructure.PartyTypeEnum
     
    org.fenixedu.commons.i18n.LocalizedString
     
    void
    removeAllowedChildConnectionRules(org.fenixedu.academic.domain.organizationalStructure.ConnectionRule allowedChildConnectionRules)
     
    void
    removeAllowedParentConnectionRules(org.fenixedu.academic.domain.organizationalStructure.ConnectionRule allowedParentConnectionRules)
     
    void
    removeParties(org.fenixedu.academic.domain.organizationalStructure.Party parties)
     
    void
     
    void
    setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject)
     
    void
    setType(org.fenixedu.academic.domain.organizationalStructure.PartyTypeEnum type)
     
    void
    setTypeName(org.fenixedu.commons.i18n.LocalizedString typeName)
     

    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

    • PartyType_Base

      protected PartyType_Base()
  • Method Details

    • getRelationPartyTypeParentConnectionRule

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

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

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.ConnectionRule,org.fenixedu.academic.domain.organizationalStructure.PartyType> getRelationPartyTypeChildConnectionRule()
    • getRelationRootDomainObjectPartyType

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.organizationalStructure.PartyType> getRelationRootDomainObjectPartyType()
    • getTypeName

      public org.fenixedu.commons.i18n.LocalizedString getTypeName()
    • setTypeName

      public void setTypeName(org.fenixedu.commons.i18n.LocalizedString typeName)
    • getType

      public org.fenixedu.academic.domain.organizationalStructure.PartyTypeEnum getType()
    • setType

      public void setType(org.fenixedu.academic.domain.organizationalStructure.PartyTypeEnum type)
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • addAllowedChildConnectionRules

      public void addAllowedChildConnectionRules(org.fenixedu.academic.domain.organizationalStructure.ConnectionRule allowedChildConnectionRules)
    • removeAllowedChildConnectionRules

      public void removeAllowedChildConnectionRules(org.fenixedu.academic.domain.organizationalStructure.ConnectionRule allowedChildConnectionRules)
    • getAllowedChildConnectionRulesSet

      public Set<org.fenixedu.academic.domain.organizationalStructure.ConnectionRule> getAllowedChildConnectionRulesSet()
    • addParties

      public void addParties(org.fenixedu.academic.domain.organizationalStructure.Party parties)
    • removeParties

      public void removeParties(org.fenixedu.academic.domain.organizationalStructure.Party parties)
    • getPartiesSet

      public Set<org.fenixedu.academic.domain.organizationalStructure.Party> getPartiesSet()
    • addAllowedParentConnectionRules

      public void addAllowedParentConnectionRules(org.fenixedu.academic.domain.organizationalStructure.ConnectionRule allowedParentConnectionRules)
    • removeAllowedParentConnectionRules

      public void removeAllowedParentConnectionRules(org.fenixedu.academic.domain.organizationalStructure.ConnectionRule allowedParentConnectionRules)
    • getAllowedParentConnectionRulesSet

      public Set<org.fenixedu.academic.domain.organizationalStructure.ConnectionRule> getAllowedParentConnectionRulesSet()
    • getRootDomainObject

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

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