Class BaseHelpContentDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityDTO
-
- org.cyclos.model.contentmanagement.staticcontents.BaseStaticContentDTO
-
- org.cyclos.model.contentmanagement.staticcontents.BaseHelpContentDTO
-
- All Implemented Interfaces:
Serializable,HasContentScriptDTO,IEntity
- Direct Known Subclasses:
AdminHelpContentDTO,MobileHelpContentDTO,MobilePosHelpContentDTO,UserHelpContentDTO
public abstract class BaseHelpContentDTO extends BaseStaticContentDTO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<HelpContentDefinitionType,BaseHelpContentDTO>DEFINITION_TYPE-
Fields inherited from class org.cyclos.model.contentmanagement.staticcontents.BaseStaticContentDTO
CONFIGURATION, CONTENT, CONTENT_SCRIPT, CONTENT_SCRIPT_PARAMETERS, NATURE
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description BaseHelpContentDTO()BaseHelpContentDTO(Long id)BaseHelpContentDTO(Property<T,? super BaseHelpContentDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<Property<?,?>>doGetProperties()HelpContentDefinitionTypegetDefinitionType()voidsetDefinitionType(HelpContentDefinitionType definitionType)-
Methods inherited from class org.cyclos.model.contentmanagement.staticcontents.BaseStaticContentDTO
getConfiguration, getContent, getContentScript, getContentScriptParameters, getNature, setConfiguration, setContent, setContentScript, setContentScriptParameters, setNature
-
Methods inherited from class org.cyclos.model.EntityDTO
getVersion, isPersistent, isTransient, setVersion
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, className, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
DEFINITION_TYPE
public static final BasicProperty<HelpContentDefinitionType,BaseHelpContentDTO> DEFINITION_TYPE
-
-
Constructor Detail
-
BaseHelpContentDTO
public BaseHelpContentDTO()
-
BaseHelpContentDTO
public BaseHelpContentDTO(Long id)
-
BaseHelpContentDTO
public BaseHelpContentDTO(Property<T,? super BaseHelpContentDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBaseStaticContentDTO
-
getDefinitionType
public HelpContentDefinitionType getDefinitionType()
-
setDefinitionType
public void setDefinitionType(HelpContentDefinitionType definitionType)
-
-