public abstract class MenuItem_Base extends pt.ist.fenixframework.core.AbstractDomainObject
pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm| Modifier | Constructor and Description |
|---|---|
protected |
MenuItem_Base() |
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplacepublic static pt.ist.fenixframework.dml.runtime.DirectRelation<MenuItem,PersistentGroup> getRelationMenuItemGroup()
public static pt.ist.fenixframework.dml.runtime.DirectRelation<SupportConfiguration,MenuItem> getRelationMenuItemSupport()
public static pt.ist.fenixframework.dml.runtime.DirectRelation<MenuContainer,MenuItem> getRelationMenuItemComposition()
public Integer getOrd()
public void setOrd(Integer ord)
public org.fenixedu.commons.i18n.LocalizedString getTitle()
public void setTitle(org.fenixedu.commons.i18n.LocalizedString title)
public org.fenixedu.commons.i18n.LocalizedString getDescription()
public void setDescription(org.fenixedu.commons.i18n.LocalizedString description)
protected String getPath()
protected void setPath(String path)
protected String getFullPath()
protected void setFullPath(String fullPath)
public Boolean getVisible()
public void setVisible(Boolean visible)
public String getLayout()
public void setLayout(String layout)
public String getIcon()
public void setIcon(String icon)
protected PersistentGroup getGroup()
protected void setGroup(PersistentGroup group)
public SupportConfiguration getSupport()
public void setSupport(SupportConfiguration support)
protected MenuContainer getParent()
protected void setParent(MenuContainer parent)
Copyright © 2018 FenixEdu. All rights reserved.