public abstract class DomainDependenceRecord_Base extends pt.ist.fenixframework.core.AbstractDomainObject
pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm| Modifier | Constructor and Description |
|---|---|
protected |
DomainDependenceRecord_Base() |
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplacepublic static pt.ist.fenixframework.dml.runtime.DirectRelation<DomainConsistencyPredicate,DomainDependenceRecord> getRelationDomainConsistencyPredicateInconsistentDependenceRecords()
public static pt.ist.fenixframework.dml.runtime.DirectRelation<DomainDependenceRecord,DomainMetaObject> getRelationDependentDomainMetaObjectOwnDependenceRecords()
public static pt.ist.fenixframework.dml.runtime.DirectRelation<DomainDependenceRecord,DomainConsistencyPredicate> getRelationDomainConsistencyPredicateDomainDependenceRecords()
public static pt.ist.fenixframework.dml.runtime.DirectRelation<DomainDependenceRecord,DomainMetaObject> getRelationDependedDomainMetaObjectsDependingDependenceRecords()
public DomainConsistencyPredicate getInconsistentPredicate()
public void setInconsistentPredicate(DomainConsistencyPredicate inconsistentPredicate)
public DomainMetaObject getDependentDomainMetaObject()
public void setDependentDomainMetaObject(DomainMetaObject dependentDomainMetaObject)
public DomainConsistencyPredicate getDomainConsistencyPredicate()
public void setDomainConsistencyPredicate(DomainConsistencyPredicate domainConsistencyPredicate)
public void addDependedDomainMetaObject(DomainMetaObject dependedDomainMetaObject)
public void removeDependedDomainMetaObject(DomainMetaObject dependedDomainMetaObject)
public Set<DomainMetaObject> getDependedDomainMetaObjectSet()
Copyright © 2018 FenixEdu. All rights reserved.