Class DomainDependenceRecord_Base

  • All Implemented Interfaces:
    Serializable, pt.ist.fenixframework.DomainObject

    public abstract class DomainDependenceRecord_Base
    extends pt.ist.fenixframework.core.AbstractDomainObject
    See Also:
    Serialized Form
    • Constructor Detail

      • DomainDependenceRecord_Base

        protected DomainDependenceRecord_Base()
    • Method Detail

      • getRelationDomainConsistencyPredicateDomainDependenceRecords

        public static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.consistencyPredicates.DomainDependenceRecord,​pt.ist.fenixframework.consistencyPredicates.DomainConsistencyPredicate> getRelationDomainConsistencyPredicateDomainDependenceRecords()
      • getRelationDependentDomainMetaObjectOwnDependenceRecords

        public static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.consistencyPredicates.DomainDependenceRecord,​pt.ist.fenixframework.DomainMetaObject> getRelationDependentDomainMetaObjectOwnDependenceRecords()
      • getRelationDomainConsistencyPredicateInconsistentDependenceRecords

        public static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.consistencyPredicates.DomainConsistencyPredicate,​pt.ist.fenixframework.consistencyPredicates.DomainDependenceRecord> getRelationDomainConsistencyPredicateInconsistentDependenceRecords()
      • getRelationDependedDomainMetaObjectsDependingDependenceRecords

        public static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.consistencyPredicates.DomainDependenceRecord,​pt.ist.fenixframework.DomainMetaObject> getRelationDependedDomainMetaObjectsDependingDependenceRecords()
      • getDomainConsistencyPredicate

        public pt.ist.fenixframework.consistencyPredicates.DomainConsistencyPredicate getDomainConsistencyPredicate()
      • setDomainConsistencyPredicate

        public void setDomainConsistencyPredicate​(pt.ist.fenixframework.consistencyPredicates.DomainConsistencyPredicate domainConsistencyPredicate)
      • getDependentDomainMetaObject

        public pt.ist.fenixframework.DomainMetaObject getDependentDomainMetaObject()
      • setDependentDomainMetaObject

        public void setDependentDomainMetaObject​(pt.ist.fenixframework.DomainMetaObject dependentDomainMetaObject)
      • getInconsistentPredicate

        public pt.ist.fenixframework.consistencyPredicates.DomainConsistencyPredicate getInconsistentPredicate()
      • setInconsistentPredicate

        public void setInconsistentPredicate​(pt.ist.fenixframework.consistencyPredicates.DomainConsistencyPredicate inconsistentPredicate)
      • addDependedDomainMetaObject

        public void addDependedDomainMetaObject​(pt.ist.fenixframework.DomainMetaObject dependedDomainMetaObject)
      • removeDependedDomainMetaObject

        public void removeDependedDomainMetaObject​(pt.ist.fenixframework.DomainMetaObject dependedDomainMetaObject)
      • getDependedDomainMetaObjectSet

        public Set<pt.ist.fenixframework.DomainMetaObject> getDependedDomainMetaObjectSet()