public class CustomOperationWithMenuVO extends CustomOperationVO
| Modifier and Type | Field and Description |
|---|---|
static Property<AdminMainMenu,CustomOperationWithMenuVO> |
ADMIN_MENU |
static Property<ProfileManagementSection,CustomOperationWithMenuVO> |
PROFILE_SECTION |
static Property<UserMainMenu,CustomOperationWithMenuVO> |
USER_MENU |
ENABLEDNAMEID| Constructor and Description |
|---|
CustomOperationWithMenuVO() |
CustomOperationWithMenuVO(java.lang.Long id) |
CustomOperationWithMenuVO(Property<T,? super CustomOperationWithMenuVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
AdminMainMenu |
getAdminMenu() |
ProfileManagementSection |
getProfileSection() |
UserMainMenu |
getUserMenu() |
void |
setAdminMenu(AdminMainMenu adminMenu) |
void |
setProfileSection(ProfileManagementSection profileSection) |
void |
setUserMenu(UserMainMenu userMenu) |
isEnabled, setEnabledcompareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<AdminMainMenu,CustomOperationWithMenuVO> ADMIN_MENU
public static final Property<ProfileManagementSection,CustomOperationWithMenuVO> PROFILE_SECTION
public static final Property<UserMainMenu,CustomOperationWithMenuVO> USER_MENU
public CustomOperationWithMenuVO()
public CustomOperationWithMenuVO(java.lang.Long id)
public CustomOperationWithMenuVO(Property<T,? super CustomOperationWithMenuVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class CustomOperationVOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class CustomOperationVOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class CustomOperationVOpublic AdminMainMenu getAdminMenu()
public ProfileManagementSection getProfileSection()
public UserMainMenu getUserMenu()
public void setAdminMenu(AdminMainMenu adminMenu)
public void setProfileSection(ProfileManagementSection profileSection)
public void setUserMenu(UserMainMenu userMenu)