fr.inra.refcomp.entities
Class SkillDTO

java.lang.Object
  extended by 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

Field Summary
protected  Set<String> attachment
           
protected  int modificationCount
           
protected  String name
           
protected  String parent
           
protected  String wikittyId
           
protected  String wikittyVersion
           
 
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
 
Constructor Summary
SkillDTO()
           
SkillDTO(String wikittyId)
           
 
Method Summary
 void addAllAttachment(Collection<String> attachment)
           
 void addAttachment(String... element)
           
 void addPropertyChangeListener(PropertyChangeListener listener)
           
 void addPropertyChangeListener(String property, PropertyChangeListener listener)
           
 void clearAttachment()
           
 void copyFrom(org.nuiton.wikitty.entities.BusinessEntity source)
           
 Set<String> getAttachment()
           
 Collection<String> getExtensionFields(String ext)
           
 Collection<String> getExtensionNames()
           
 Object getField(String ext, String fieldName)
           
 String getName()
           
 String getParent()
           
 String getWikittyId()
           
 String getWikittyVersion()
           
 void removeAttachment(String... element)
           
 void removePropertyChangeListener(PropertyChangeListener listener)
           
 void removePropertyChangeListener(String property, PropertyChangeListener listener)
           
 void setAttachment(Set<String> attachment)
           
 void setField(String ext, String fieldName, Object value)
           
 void setName(String name)
           
 void setParent(String parent)
           
 void setWikittyId(String wikittyId)
           
 void setWikittyVersion(String wikittyVersion)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

SkillDTO

public SkillDTO()

SkillDTO

public SkillDTO(String wikittyId)
Method Detail

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

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.