Class ConnectionRule_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.organizationalStructure.ConnectionRule_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class ConnectionRule_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.organizationalStructure.AccountabilityTypeorg.fenixedu.academic.domain.organizationalStructure.PartyTypeorg.fenixedu.academic.domain.organizationalStructure.PartyTypebooleanstatic pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.ConnectionRule,org.fenixedu.academic.domain.organizationalStructure.AccountabilityType> 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.ConnectionRule> org.fenixedu.bennu.core.domain.BennuvoidsetAccountabilityType(org.fenixedu.academic.domain.organizationalStructure.AccountabilityType accountabilityType) voidsetAllowedChildPartyType(org.fenixedu.academic.domain.organizationalStructure.PartyType allowedChildPartyType) voidsetAllowedParentPartyType(org.fenixedu.academic.domain.organizationalStructure.PartyType allowedParentPartyType) voidsetManagedByUser(boolean managedByUser) voidsetRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject) 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
-
ConnectionRule_Base
protected ConnectionRule_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() -
getRelationConnectionRuleAccountabilityType
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.ConnectionRule,org.fenixedu.academic.domain.organizationalStructure.AccountabilityType> getRelationConnectionRuleAccountabilityType() -
getRelationPartyTypeChildConnectionRule
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.organizationalStructure.ConnectionRule,org.fenixedu.academic.domain.organizationalStructure.PartyType> getRelationPartyTypeChildConnectionRule() -
getRelationRootDomainObjectConnectionRule
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.organizationalStructure.ConnectionRule> getRelationRootDomainObjectConnectionRule() -
getManagedByUser
public boolean getManagedByUser() -
setManagedByUser
public void setManagedByUser(boolean managedByUser) -
getAllowedParentPartyType
public org.fenixedu.academic.domain.organizationalStructure.PartyType getAllowedParentPartyType() -
setAllowedParentPartyType
public void setAllowedParentPartyType(org.fenixedu.academic.domain.organizationalStructure.PartyType allowedParentPartyType) -
getAccountabilityType
public org.fenixedu.academic.domain.organizationalStructure.AccountabilityType getAccountabilityType() -
setAccountabilityType
public void setAccountabilityType(org.fenixedu.academic.domain.organizationalStructure.AccountabilityType accountabilityType) -
getAllowedChildPartyType
public org.fenixedu.academic.domain.organizationalStructure.PartyType getAllowedChildPartyType() -
setAllowedChildPartyType
public void setAllowedChildPartyType(org.fenixedu.academic.domain.organizationalStructure.PartyType allowedChildPartyType) -
getRootDomainObject
public org.fenixedu.bennu.core.domain.Bennu getRootDomainObject() -
setRootDomainObject
public void setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject)
-