Package pt.ist.fenixframework.data
Class InstallationData_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
pt.ist.fenixframework.data.InstallationData_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class InstallationData_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 TypeMethodDescriptionpt.ist.fenixframework.DomainRootpt.ist.fenixframework.data.ModuleDatastatic pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.data.InstallationData,pt.ist.fenixframework.DomainRoot> voidsetDomainRoot(pt.ist.fenixframework.DomainRoot domainRoot) voidsetModuleData(pt.ist.fenixframework.data.ModuleData moduleData) 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
-
InstallationData_Base
protected InstallationData_Base()
-
-
Method Details
-
getRelationDomainRootHasInstallationData
public static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.data.InstallationData,pt.ist.fenixframework.DomainRoot> getRelationDomainRootHasInstallationData() -
getModuleData
public pt.ist.fenixframework.data.ModuleData getModuleData() -
setModuleData
public void setModuleData(pt.ist.fenixframework.data.ModuleData moduleData) -
getDomainRoot
public pt.ist.fenixframework.DomainRoot getDomainRoot() -
setDomainRoot
public void setDomainRoot(pt.ist.fenixframework.DomainRoot domainRoot)
-