fr.inra.refcomp.entities
Class AgentSkillDTO

java.lang.Object
  extended by fr.inra.refcomp.entities.AgentSkillDTO
All Implemented Interfaces:
AgentSkill, Serializable, Cloneable, org.nuiton.wikitty.entities.BusinessEntity

public class AgentSkillDTO
extends Object
implements AgentSkill

See Also:
Serialized Form

Field Summary
protected  String agent
           
protected  String comment
           
protected  String domainSkill
           
protected  String frequency
           
protected  int modificationCount
           
protected  String nature
           
protected  String technicalSkill
           
protected  String wikittyId
           
protected  String wikittyVersion
           
 
Fields inherited from interface fr.inra.refcomp.entities.AgentSkill
EXT_AGENTSKILL, FIELD_AGENTSKILL_AGENT, FIELD_AGENTSKILL_COMMENT, FIELD_AGENTSKILL_DOMAINSKILL, FIELD_AGENTSKILL_FREQUENCY, FIELD_AGENTSKILL_NATURE, FIELD_AGENTSKILL_TECHNICALSKILL, FQ_FIELD_AGENTSKILL_AGENT, FQ_FIELD_AGENTSKILL_COMMENT, FQ_FIELD_AGENTSKILL_DOMAINSKILL, FQ_FIELD_AGENTSKILL_FREQUENCY, FQ_FIELD_AGENTSKILL_NATURE, FQ_FIELD_AGENTSKILL_TECHNICALSKILL
 
Constructor Summary
AgentSkillDTO()
          AgentSkillDTO :
AgentSkillDTO(String wikittyId)
          AgentSkillDTO :
 
Method Summary
 void addPropertyChangeListener(PropertyChangeListener listener)
          addPropertyChangeListener :
 void addPropertyChangeListener(String property, PropertyChangeListener listener)
          addPropertyChangeListener :
 void copyFrom(org.nuiton.wikitty.entities.BusinessEntity source)
          copyFrom :
 String getAgent()
          getAgent :
 String getComment()
          getComment :
 String getDomainSkill()
          getDomainSkill :
 Collection<String> getExtensionFields(String ext)
          getExtensionFields :
 Collection<String> getExtensionNames()
          getExtensionNames :
 Object getField(String ext, String fieldName)
          getField :
 String getFrequency()
          getFrequency :
 String getNature()
          getNature :
 String getTechnicalSkill()
          getTechnicalSkill :
 String getWikittyId()
          getWikittyId :
 String getWikittyVersion()
          getWikittyVersion :
 void removePropertyChangeListener(PropertyChangeListener listener)
          removePropertyChangeListener :
 void removePropertyChangeListener(String property, PropertyChangeListener listener)
          removePropertyChangeListener :
 void setAgent(String agent)
          setAgent :
 void setComment(String comment)
          setComment :
 void setDomainSkill(String domainSkill)
          setDomainSkill :
 void setField(String ext, String fieldName, Object value)
          setField :
 void setFrequency(String frequency)
          setFrequency :
 void setNature(String nature)
          setNature :
 void setTechnicalSkill(String technicalSkill)
          setTechnicalSkill :
 void setWikittyId(String wikittyId)
          setWikittyId :
 void setWikittyVersion(String wikittyVersion)
          setWikittyVersion :
 String toString()
          toString :
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

comment

protected String comment

nature

protected String nature

technicalSkill

protected String technicalSkill

domainSkill

protected String domainSkill

frequency

protected String frequency

agent

protected String agent

wikittyId

protected String wikittyId

modificationCount

protected int modificationCount

wikittyVersion

protected String wikittyVersion
Constructor Detail

AgentSkillDTO

public AgentSkillDTO()
AgentSkillDTO :


AgentSkillDTO

public AgentSkillDTO(String wikittyId)
AgentSkillDTO :

Parameters:
wikittyId -
Method Detail

getComment

public String getComment()
getComment :

Specified by:
getComment in interface AgentSkill
Returns:
String

setComment

public void setComment(String comment)
setComment :

Specified by:
setComment in interface AgentSkill
Parameters:
comment -

getNature

public String getNature()
getNature :

Specified by:
getNature in interface AgentSkill
Returns:
String

setNature

public void setNature(String nature)
setNature :

Specified by:
setNature in interface AgentSkill
Parameters:
nature -

getTechnicalSkill

public String getTechnicalSkill()
getTechnicalSkill :

Specified by:
getTechnicalSkill in interface AgentSkill
Returns:
String

setTechnicalSkill

public void setTechnicalSkill(String technicalSkill)
setTechnicalSkill :

Specified by:
setTechnicalSkill in interface AgentSkill
Parameters:
technicalSkill -

getDomainSkill

public String getDomainSkill()
getDomainSkill :

Specified by:
getDomainSkill in interface AgentSkill
Returns:
String

setDomainSkill

public void setDomainSkill(String domainSkill)
setDomainSkill :

Specified by:
setDomainSkill in interface AgentSkill
Parameters:
domainSkill -

getFrequency

public String getFrequency()
getFrequency :

Specified by:
getFrequency in interface AgentSkill
Returns:
String

setFrequency

public void setFrequency(String frequency)
setFrequency :

Specified by:
setFrequency in interface AgentSkill
Parameters:
frequency -

getAgent

public String getAgent()
getAgent :

Specified by:
getAgent in interface AgentSkill
Returns:
String

setAgent

public void setAgent(String agent)
setAgent :

Specified by:
setAgent in interface AgentSkill
Parameters:
agent -

toString

public String toString()
toString :

Overrides:
toString in class Object
Returns:
String

getWikittyId

public String getWikittyId()
getWikittyId :

Specified by:
getWikittyId in interface org.nuiton.wikitty.entities.BusinessEntity
Returns:
String

setWikittyId

public void setWikittyId(String wikittyId)
setWikittyId :

Parameters:
wikittyId -

getWikittyVersion

public String getWikittyVersion()
getWikittyVersion :

Specified by:
getWikittyVersion in interface org.nuiton.wikitty.entities.BusinessEntity
Returns:
String

setWikittyVersion

public void setWikittyVersion(String wikittyVersion)
setWikittyVersion :

Specified by:
setWikittyVersion in interface org.nuiton.wikitty.entities.BusinessEntity
Parameters:
wikittyVersion -

addPropertyChangeListener

public void addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener :

Specified by:
addPropertyChangeListener in interface org.nuiton.wikitty.entities.BusinessEntity
Parameters:
listener -

removePropertyChangeListener

public void removePropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener :

Specified by:
removePropertyChangeListener in interface org.nuiton.wikitty.entities.BusinessEntity
Parameters:
listener -

addPropertyChangeListener

public void addPropertyChangeListener(String property,
                                      PropertyChangeListener listener)
addPropertyChangeListener :

Specified by:
addPropertyChangeListener in interface org.nuiton.wikitty.entities.BusinessEntity
Parameters:
property -
listener -

removePropertyChangeListener

public void removePropertyChangeListener(String property,
                                         PropertyChangeListener listener)
removePropertyChangeListener :

Specified by:
removePropertyChangeListener in interface org.nuiton.wikitty.entities.BusinessEntity
Parameters:
property -
listener -

getExtensionFields

public Collection<String> getExtensionFields(String ext)
getExtensionFields :

Specified by:
getExtensionFields in interface org.nuiton.wikitty.entities.BusinessEntity
Parameters:
ext -
Returns:
Collection

getExtensionNames

public Collection<String> getExtensionNames()
getExtensionNames :

Specified by:
getExtensionNames in interface org.nuiton.wikitty.entities.BusinessEntity
Returns:
Collection

getField

public Object getField(String ext,
                       String fieldName)
getField :

Specified by:
getField in interface org.nuiton.wikitty.entities.BusinessEntity
Parameters:
ext -
fieldName -
Returns:
Object

setField

public void setField(String ext,
                     String fieldName,
                     Object value)
setField :

Specified by:
setField in interface org.nuiton.wikitty.entities.BusinessEntity
Parameters:
ext -
fieldName -
value -

copyFrom

public void copyFrom(org.nuiton.wikitty.entities.BusinessEntity source)
copyFrom :

Specified by:
copyFrom in interface org.nuiton.wikitty.entities.BusinessEntity
Parameters:
source -


Copyright © 2010-2011 Code Lutin. All Rights Reserved.