@Generated(value="org.nuiton.wikitty.generator.WikittyDTOGenerator", date="Mon Jul 20 19:15:35 CEST 2015") public class WikittyHookDTO extends Object implements WikittyHook
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
actionToHook |
protected String |
mimetype |
protected int |
modificationCount |
protected String |
name |
protected String |
script |
protected String |
wikittyId |
protected String |
wikittyVersion |
ELEMENT_FIELD_WIKITTYHOOK_ACTIONTOHOOK, ELEMENT_FIELD_WIKITTYHOOK_MIMETYPE, ELEMENT_FIELD_WIKITTYHOOK_NAME, ELEMENT_FIELD_WIKITTYHOOK_SCRIPT, EXT_WIKITTYHOOK, FIELD_WIKITTYHOOK_ACTIONTOHOOK, FIELD_WIKITTYHOOK_MIMETYPE, FIELD_WIKITTYHOOK_NAME, FIELD_WIKITTYHOOK_SCRIPT, FQ_FIELD_WIKITTYHOOK_ACTIONTOHOOK, FQ_FIELD_WIKITTYHOOK_MIMETYPE, FQ_FIELD_WIKITTYHOOK_NAME, FQ_FIELD_WIKITTYHOOK_SCRIPT| Constructor and Description |
|---|
WikittyHookDTO() |
WikittyHookDTO(String wikittyId) |
protected String name
protected String script
protected String mimetype
protected String wikittyId
protected int modificationCount
protected String wikittyVersion
public WikittyHookDTO()
public WikittyHookDTO(String wikittyId)
public String getName()
getName in interface WikittyHookpublic void setName(String name)
setName in interface WikittyHookpublic Set<String> getActionToHook()
getActionToHook in interface WikittyHookpublic void setActionToHook(Set<String> actionToHook)
setActionToHook in interface WikittyHookpublic void addAllActionToHook(Collection<String> actionToHook)
addAllActionToHook in interface WikittyHookpublic void addActionToHook(String... element)
addActionToHook in interface WikittyHookpublic void removeActionToHook(String... element)
removeActionToHook in interface WikittyHookpublic void clearActionToHook()
clearActionToHook in interface WikittyHookpublic String getScript()
getScript in interface WikittyHookpublic void setScript(String script)
setScript in interface WikittyHookpublic String getMimetype()
getMimetype in interface WikittyHookpublic void setMimetype(String mimetype)
setMimetype in interface WikittyHookpublic String getWikittyId()
getWikittyId in interface BusinessEntitypublic void setWikittyId(String wikittyId)
public String getWikittyVersion()
getWikittyVersion in interface BusinessEntitypublic void setWikittyVersion(String wikittyVersion)
setWikittyVersion in interface BusinessEntitypublic void addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener in interface BusinessEntitypublic void removePropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener in interface BusinessEntitypublic void addPropertyChangeListener(String property, PropertyChangeListener listener)
addPropertyChangeListener in interface BusinessEntitypublic void removePropertyChangeListener(String property, PropertyChangeListener listener)
removePropertyChangeListener in interface BusinessEntitypublic Collection<String> getExtensionFields(String ext)
getExtensionFields in interface BusinessEntitypublic Collection<String> getExtensionNames()
getExtensionNames in interface BusinessEntitypublic Collection<String> getStaticExtensionNames()
getStaticExtensionNames in interface BusinessEntitypublic Object getField(String ext, String fieldName)
getField in interface BusinessEntitypublic Object getFieldAsObject(String ext, String fieldName)
getFieldAsObject in interface BusinessEntitypublic void setField(String ext, String fieldName, Object value)
setField in interface BusinessEntitypublic void copyFrom(BusinessEntity source)
copyFrom in interface BusinessEntityCopyright © 2010–2015 CodeLutin. All rights reserved.