@Generated(value="org.nuiton.wikitty.generator.WikittyDTOGenerator", date="Wed Oct 22 11:16:43 CEST 2014") 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 WikittyHook
public void setName(String name)
setName
in interface WikittyHook
public Set<String> getActionToHook()
getActionToHook
in interface WikittyHook
public void setActionToHook(Set<String> actionToHook)
setActionToHook
in interface WikittyHook
public void addAllActionToHook(Collection<String> actionToHook)
addAllActionToHook
in interface WikittyHook
public void addActionToHook(String... element)
addActionToHook
in interface WikittyHook
public void removeActionToHook(String... element)
removeActionToHook
in interface WikittyHook
public void clearActionToHook()
clearActionToHook
in interface WikittyHook
public String getScript()
getScript
in interface WikittyHook
public void setScript(String script)
setScript
in interface WikittyHook
public String getMimetype()
getMimetype
in interface WikittyHook
public void setMimetype(String mimetype)
setMimetype
in interface WikittyHook
public String getWikittyId()
getWikittyId
in interface BusinessEntity
public void setWikittyId(String wikittyId)
public String getWikittyVersion()
getWikittyVersion
in interface BusinessEntity
public void setWikittyVersion(String wikittyVersion)
setWikittyVersion
in interface BusinessEntity
public void addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener
in interface BusinessEntity
public void removePropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener
in interface BusinessEntity
public void addPropertyChangeListener(String property, PropertyChangeListener listener)
addPropertyChangeListener
in interface BusinessEntity
public void removePropertyChangeListener(String property, PropertyChangeListener listener)
removePropertyChangeListener
in interface BusinessEntity
public Collection<String> getExtensionFields(String ext)
getExtensionFields
in interface BusinessEntity
public Collection<String> getExtensionNames()
getExtensionNames
in interface BusinessEntity
public Collection<String> getStaticExtensionNames()
getStaticExtensionNames
in interface BusinessEntity
public Object getField(String ext, String fieldName)
getField
in interface BusinessEntity
public Object getFieldAsObject(String ext, String fieldName)
getFieldAsObject
in interface BusinessEntity
public void setField(String ext, String fieldName, Object value)
setField
in interface BusinessEntity
public void copyFrom(BusinessEntity source)
copyFrom
in interface BusinessEntity
Copyright © 2010–2014 CodeLutin. All rights reserved.