public abstract class SupportConfiguration_Base extends pt.ist.fenixframework.core.AbstractDomainObject
pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm| Modifier | Constructor and Description |
|---|---|
protected |
SupportConfiguration_Base() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMenuItem(MenuItem menuItem) |
String |
getEmailAddress() |
Set<MenuItem> |
getMenuItemSet() |
static pt.ist.fenixframework.dml.runtime.DirectRelation<SupportConfiguration,Bennu> |
getRelationBennuSupportConfiguration() |
static pt.ist.fenixframework.dml.runtime.DirectRelation<SupportConfiguration,MenuItem> |
getRelationMenuItemSupport() |
protected Bennu |
getRoot() |
org.fenixedu.commons.i18n.LocalizedString |
getTitle() |
void |
removeMenuItem(MenuItem menuItem) |
void |
setEmailAddress(String emailAddress) |
protected void |
setRoot(Bennu root) |
void |
setTitle(org.fenixedu.commons.i18n.LocalizedString title) |
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplacepublic static pt.ist.fenixframework.dml.runtime.DirectRelation<SupportConfiguration,MenuItem> getRelationMenuItemSupport()
public static pt.ist.fenixframework.dml.runtime.DirectRelation<SupportConfiguration,Bennu> getRelationBennuSupportConfiguration()
public org.fenixedu.commons.i18n.LocalizedString getTitle()
public void setTitle(org.fenixedu.commons.i18n.LocalizedString title)
public String getEmailAddress()
public void setEmailAddress(String emailAddress)
public void addMenuItem(MenuItem menuItem)
public void removeMenuItem(MenuItem menuItem)
protected Bennu getRoot()
protected void setRoot(Bennu root)
Copyright © 2018 FenixEdu. All rights reserved.