Class PartyType_Base
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAllowedChildConnectionRules(org.fenixedu.academic.domain.organizationalStructure.ConnectionRule allowedChildConnectionRules) voidaddAllowedParentConnectionRules(org.fenixedu.academic.domain.organizationalStructure.ConnectionRule allowedParentConnectionRules) voidaddParties(org.fenixedu.academic.domain.organizationalStructure.Party parties) Set<org.fenixedu.academic.domain.organizationalStructure.ConnectionRule>Set<org.fenixedu.academic.domain.organizationalStructure.ConnectionRule>getCode()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.Bennuorg.fenixedu.academic.domain.organizationalStructure.PartyTypeEnumgetType()org.fenixedu.commons.i18n.LocalizedStringvoidremoveAllowedChildConnectionRules(org.fenixedu.academic.domain.organizationalStructure.ConnectionRule allowedChildConnectionRules) voidremoveAllowedParentConnectionRules(org.fenixedu.academic.domain.organizationalStructure.ConnectionRule allowedParentConnectionRules) voidremoveParties(org.fenixedu.academic.domain.organizationalStructure.Party parties) voidvoidsetRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject) voidsetType(org.fenixedu.academic.domain.organizationalStructure.PartyTypeEnum type) voidsetTypeName(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
-
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
-
setCode
-
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
-
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)
-