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:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedInstallationData_Base()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description pt.ist.fenixframework.DomainRootgetDomainRoot()pt.ist.fenixframework.data.ModuleDatagetModuleData()static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.data.InstallationData,pt.ist.fenixframework.DomainRoot>getRelationDomainRootHasInstallationData()voidsetDomainRoot(pt.ist.fenixframework.DomainRoot domainRoot)voidsetModuleData(pt.ist.fenixframework.data.ModuleData moduleData)
-
-
-
Method Detail
-
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)
-
-