public class CustomOperationWithMenuVO extends CustomOperationVO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<AdminMainMenu,CustomOperationWithMenuVO> |
ADMIN_MENU |
static java.lang.String |
CLASS_NAME |
static BasicProperty<ProfileManagementSection,CustomOperationWithMenuVO> |
PROFILE_SECTION |
static BasicProperty<UserMainMenu,CustomOperationWithMenuVO> |
USER_MENU |
ENABLED, SCOPEINTERNAL_NAMENAMEID| Constructor and Description |
|---|
CustomOperationWithMenuVO() |
CustomOperationWithMenuVO(java.lang.Long id) |
CustomOperationWithMenuVO(Property<T,? super CustomOperationWithMenuVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
AdminMainMenu |
getAdminMenu() |
ProfileManagementSection |
getProfileSection() |
UserMainMenu |
getUserMenu() |
void |
setAdminMenu(AdminMainMenu adminMenu) |
void |
setProfileSection(ProfileManagementSection profileSection) |
void |
setUserMenu(UserMainMenu userMenu) |
getScope, isEnabled, setEnabled, setScopegetInternalName, setInternalNamecompareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<AdminMainMenu,CustomOperationWithMenuVO> ADMIN_MENU
public static final BasicProperty<ProfileManagementSection,CustomOperationWithMenuVO> PROFILE_SECTION
public static final BasicProperty<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 CustomOperationVOpublic AdminMainMenu getAdminMenu()
public void setAdminMenu(AdminMainMenu adminMenu)
public ProfileManagementSection getProfileSection()
public void setProfileSection(ProfileManagementSection profileSection)
public UserMainMenu getUserMenu()
public void setUserMenu(UserMainMenu userMenu)
public java.lang.String className()
className in class CustomOperationVO