fr.inra.refcomp.entities
Class SkillDTO
java.lang.Object
fr.inra.refcomp.entities.SkillDTO
- All Implemented Interfaces:
- Skill, Serializable, Cloneable, org.nuiton.wikitty.entities.BusinessEntity, org.nuiton.wikitty.entities.WikittyTreeNode
public class SkillDTO
- extends Object
- implements Skill
- See Also:
- Serialized Form
| Fields inherited from interface fr.inra.refcomp.entities.Skill |
EXT_SKILL |
| Fields inherited from interface org.nuiton.wikitty.entities.WikittyTreeNode |
ELEMENT_FIELD_WIKITTYTREENODE_ATTACHMENT, ELEMENT_FIELD_WIKITTYTREENODE_NAME, ELEMENT_FIELD_WIKITTYTREENODE_PARENT, EXT_WIKITTYTREENODE, FIELD_WIKITTYTREENODE_ATTACHMENT, FIELD_WIKITTYTREENODE_NAME, FIELD_WIKITTYTREENODE_PARENT, FQ_FIELD_WIKITTYTREENODE_ATTACHMENT, FQ_FIELD_WIKITTYTREENODE_NAME, FQ_FIELD_WIKITTYTREENODE_PARENT |
name
protected String name
attachment
protected Set<String> attachment
parent
protected String parent
wikittyId
protected String wikittyId
modificationCount
protected int modificationCount
wikittyVersion
protected String wikittyVersion
SkillDTO
public SkillDTO()
SkillDTO
public SkillDTO(String wikittyId)
getName
public String getName()
- Specified by:
getName in interface org.nuiton.wikitty.entities.WikittyTreeNode
setName
public void setName(String name)
- Specified by:
setName in interface org.nuiton.wikitty.entities.WikittyTreeNode
getAttachment
public Set<String> getAttachment()
- Specified by:
getAttachment in interface org.nuiton.wikitty.entities.WikittyTreeNode
setAttachment
public void setAttachment(Set<String> attachment)
- Specified by:
setAttachment in interface org.nuiton.wikitty.entities.WikittyTreeNode
addAllAttachment
public void addAllAttachment(Collection<String> attachment)
- Specified by:
addAllAttachment in interface org.nuiton.wikitty.entities.WikittyTreeNode
addAttachment
public void addAttachment(String... element)
- Specified by:
addAttachment in interface org.nuiton.wikitty.entities.WikittyTreeNode
removeAttachment
public void removeAttachment(String... element)
- Specified by:
removeAttachment in interface org.nuiton.wikitty.entities.WikittyTreeNode
clearAttachment
public void clearAttachment()
- Specified by:
clearAttachment in interface org.nuiton.wikitty.entities.WikittyTreeNode
getParent
public String getParent()
- Specified by:
getParent in interface org.nuiton.wikitty.entities.WikittyTreeNode
setParent
public void setParent(String parent)
- Specified by:
setParent in interface org.nuiton.wikitty.entities.WikittyTreeNode
getParent
public org.nuiton.wikitty.entities.WikittyTreeNode getParent(boolean exceptionIfNotLoaded)
- Specified by:
getParent in interface org.nuiton.wikitty.entities.WikittyTreeNode
setParent
public void setParent(org.nuiton.wikitty.entities.WikittyTreeNode parent)
- Specified by:
setParent in interface org.nuiton.wikitty.entities.WikittyTreeNode
toString
public String toString()
- Overrides:
toString in class Object
getWikittyId
public String getWikittyId()
- Specified by:
getWikittyId in interface org.nuiton.wikitty.entities.BusinessEntity
setWikittyId
public void setWikittyId(String wikittyId)
getWikittyVersion
public String getWikittyVersion()
- Specified by:
getWikittyVersion in interface org.nuiton.wikitty.entities.BusinessEntity
setWikittyVersion
public void setWikittyVersion(String wikittyVersion)
- Specified by:
setWikittyVersion in interface org.nuiton.wikitty.entities.BusinessEntity
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener listener)
- Specified by:
addPropertyChangeListener in interface org.nuiton.wikitty.entities.BusinessEntity
removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener listener)
- Specified by:
removePropertyChangeListener in interface org.nuiton.wikitty.entities.BusinessEntity
addPropertyChangeListener
public void addPropertyChangeListener(String property,
PropertyChangeListener listener)
- Specified by:
addPropertyChangeListener in interface org.nuiton.wikitty.entities.BusinessEntity
removePropertyChangeListener
public void removePropertyChangeListener(String property,
PropertyChangeListener listener)
- Specified by:
removePropertyChangeListener in interface org.nuiton.wikitty.entities.BusinessEntity
getExtensionFields
public Collection<String> getExtensionFields(String ext)
- Specified by:
getExtensionFields in interface org.nuiton.wikitty.entities.BusinessEntity
getExtensionNames
public Collection<String> getExtensionNames()
- Specified by:
getExtensionNames in interface org.nuiton.wikitty.entities.BusinessEntity
getField
public Object getField(String ext,
String fieldName)
- Specified by:
getField in interface org.nuiton.wikitty.entities.BusinessEntity
setField
public void setField(String ext,
String fieldName,
Object value)
- Specified by:
setField in interface org.nuiton.wikitty.entities.BusinessEntity
copyFrom
public void copyFrom(org.nuiton.wikitty.entities.BusinessEntity source)
- Specified by:
copyFrom in interface org.nuiton.wikitty.entities.BusinessEntity
Copyright © 2010-2012 Code Lutin. All Rights Reserved.