Class DomainRoot_Base

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

    public abstract class DomainRoot_Base
    extends pt.ist.fenixframework.core.AbstractDomainObject
    See Also:
    Serialized Form
    • 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 DomainRoot_Base()  
    • Constructor Detail

      • DomainRoot_Base

        protected DomainRoot_Base()
    • Method Detail

      • getRelationDomainRootHasInstallationData

        public static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.data.InstallationData,​pt.ist.fenixframework.DomainRoot> getRelationDomainRootHasInstallationData()
      • getRelationDomainRootDomainFenixFrameworkRoot

        public static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.DomainRoot,​pt.ist.fenixframework.DomainFenixFrameworkRoot> getRelationDomainRootDomainFenixFrameworkRoot()
      • getRelationDomainRootHasFenixFrameworkData

        public static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.DomainRoot,​pt.ist.fenixframework.backend.jvstm.pstm.FenixFrameworkData> getRelationDomainRootHasFenixFrameworkData()
      • getInstallationData

        public pt.ist.fenixframework.data.InstallationData getInstallationData()
      • setInstallationData

        public void setInstallationData​(pt.ist.fenixframework.data.InstallationData installationData)
      • getDomainFenixFrameworkRoot

        public pt.ist.fenixframework.DomainFenixFrameworkRoot getDomainFenixFrameworkRoot()
      • setDomainFenixFrameworkRoot

        public void setDomainFenixFrameworkRoot​(pt.ist.fenixframework.DomainFenixFrameworkRoot domainFenixFrameworkRoot)
      • getFenixFrameworkData

        public pt.ist.fenixframework.backend.jvstm.pstm.FenixFrameworkData getFenixFrameworkData()
      • setFenixFrameworkData

        public void setFenixFrameworkData​(pt.ist.fenixframework.backend.jvstm.pstm.FenixFrameworkData fenixFrameworkData)