Package org.cyclos.model.system.wizards
Class MenuItemWizardDTO
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityDTO>,IEntity,IInternalNamedEntity,INamedEntity
public class MenuItemWizardDTO extends WizardWithChannelsDTO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAME-
Fields inherited from class org.cyclos.model.system.wizards.WizardWithChannelsDTO
CHANNELS
-
Fields inherited from class org.cyclos.model.system.wizards.CustomWizardDTO
RESULT_TYPE, SCRIPT, SCRIPT_PARAMETERS, SHOW_PROGRESS
-
Fields inherited from class org.cyclos.model.ConfigurationEntityDTO
DESCRIPTION, INTERNAL_NAME
-
Fields inherited from class org.cyclos.model.NamedEntityDTO
NAME
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description MenuItemWizardDTO()MenuItemWizardDTO(Long id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()-
Methods inherited from class org.cyclos.model.system.wizards.WizardWithChannelsDTO
doGetProperties, getChannels, setChannels
-
Methods inherited from class org.cyclos.model.system.wizards.CustomWizardDTO
getResultType, getScript, getScriptParameters, isShowProgress, setResultType, setScript, setScriptParameters, setShowProgress
-
Methods inherited from class org.cyclos.model.ConfigurationEntityDTO
getDescription, getInternalName, setDescription, setInternalName
-
Methods inherited from class org.cyclos.model.NamedEntityDTO
compareTo, getName, setName, toString
-
Methods inherited from class org.cyclos.model.EntityDTO
getVersion, isPersistent, isTransient, setVersion
-
Methods inherited from class org.cyclos.model.EntityModel
equals, getId, hashCode, setId
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, set, setAttribute, setWithPropagationId
-
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
-
-
Constructor Detail
-
MenuItemWizardDTO
public MenuItemWizardDTO()
-
MenuItemWizardDTO
public MenuItemWizardDTO(Long id)
-
-
Method Detail
-
className
public String className()
- Overrides:
classNamein classCustomWizardDTO
-
-