Package org.cyclos.model.system.wizards
Class CustomWizardVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.NamedEntityVO
-
- org.cyclos.model.ConfigurationEntityVO
-
- org.cyclos.model.system.wizards.CustomWizardVO
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityVO>,IEntity,IInternalNamedEntity,INamedEntity
- Direct Known Subclasses:
CustomWizardResultVO
public class CustomWizardVO extends ConfigurationEntityVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<AdminMainMenu,CustomWizardVO>ADMIN_MENUstatic StringCLASS_NAMEstatic BasicProperty<String,CustomWizardVO>ICONstatic BasicProperty<String,CustomWizardVO>LABELstatic BasicProperty<CustomWizardNature,CustomWizardVO>NATUREstatic BasicProperty<ProfileManagementSection,CustomWizardVO>PROFILE_SECTIONstatic BasicProperty<String,CustomWizardVO>SVG_ICONstatic BasicProperty<UserMainMenu,CustomWizardVO>USER_MENU-
Fields inherited from class org.cyclos.model.ConfigurationEntityVO
GLOBAL, INTERNAL_NAME
-
Fields inherited from class org.cyclos.model.NamedEntityVO
NAME
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description CustomWizardVO()CustomWizardVO(Long id)CustomWizardVO(Property<T,? super CustomWizardVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()AdminMainMenugetAdminMenu()StringgetIcon()StringgetLabel()CustomWizardNaturegetNature()ProfileManagementSectiongetProfileSection()StringgetSvgIcon()UserMainMenugetUserMenu()voidsetAdminMenu(AdminMainMenu adminMenu)voidsetIcon(String icon)voidsetLabel(String label)voidsetNature(CustomWizardNature nature)voidsetProfileSection(ProfileManagementSection profileSection)voidsetSvgIcon(String svgIcon)voidsetUserMenu(UserMainMenu userMenu)-
Methods inherited from class org.cyclos.model.ConfigurationEntityVO
getInternalName, isGlobal, setGlobal, setInternalName
-
Methods inherited from class org.cyclos.model.NamedEntityVO
compareTo, getName, setName, toString
-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.IInternalNamedEntity
matches
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
ADMIN_MENU
public static final BasicProperty<AdminMainMenu,CustomWizardVO> ADMIN_MENU
-
ICON
public static final BasicProperty<String,CustomWizardVO> ICON
-
LABEL
public static final BasicProperty<String,CustomWizardVO> LABEL
-
NATURE
public static final BasicProperty<CustomWizardNature,CustomWizardVO> NATURE
-
PROFILE_SECTION
public static final BasicProperty<ProfileManagementSection,CustomWizardVO> PROFILE_SECTION
-
SVG_ICON
public static final BasicProperty<String,CustomWizardVO> SVG_ICON
-
USER_MENU
public static final BasicProperty<UserMainMenu,CustomWizardVO> USER_MENU
-
-
Constructor Detail
-
CustomWizardVO
public CustomWizardVO()
-
CustomWizardVO
public CustomWizardVO(Long id)
-
CustomWizardVO
public CustomWizardVO(Property<T,? super CustomWizardVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classConfigurationEntityVO
-
getAdminMenu
public AdminMainMenu getAdminMenu()
-
setAdminMenu
public void setAdminMenu(AdminMainMenu adminMenu)
-
getIcon
public String getIcon()
-
setIcon
public void setIcon(String icon)
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
getNature
public CustomWizardNature getNature()
-
setNature
public void setNature(CustomWizardNature nature)
-
getProfileSection
public ProfileManagementSection getProfileSection()
-
setProfileSection
public void setProfileSection(ProfileManagementSection profileSection)
-
getSvgIcon
public String getSvgIcon()
-
setSvgIcon
public void setSvgIcon(String svgIcon)
-
getUserMenu
public UserMainMenu getUserMenu()
-
setUserMenu
public void setUserMenu(UserMainMenu userMenu)
-
-