fr.inra.refcomp.entities
Class AgentSkillAbstract

java.lang.Object
  extended by org.nuiton.wikitty.entities.BusinessEntityImpl
      extended by fr.inra.refcomp.entities.AgentSkillAbstract
All Implemented Interfaces:
AgentSkill, Serializable, Cloneable, org.nuiton.wikitty.entities.BusinessEntity
Direct Known Subclasses:
AgentSkillImpl

public abstract class AgentSkillAbstract
extends org.nuiton.wikitty.entities.BusinessEntityImpl
implements AgentSkill

See Also:
Serialized Form

Field Summary
static org.nuiton.wikitty.entities.WikittyExtension extensionAgentSkill
           
static List<org.nuiton.wikitty.entities.WikittyExtension> extensions
           
 
Fields inherited from class org.nuiton.wikitty.entities.BusinessEntityImpl
extensionForMetaExtension, propertyChangeSupport, wikitty
 
Fields inherited from interface fr.inra.refcomp.entities.AgentSkill
ELEMENT_FIELD_AGENTSKILL_AGENT, ELEMENT_FIELD_AGENTSKILL_COMMENT, ELEMENT_FIELD_AGENTSKILL_DOMAINSKILL, ELEMENT_FIELD_AGENTSKILL_FREQUENCY, ELEMENT_FIELD_AGENTSKILL_NATURE, ELEMENT_FIELD_AGENTSKILL_TECHNICALSKILL, 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
AgentSkillAbstract()
           
AgentSkillAbstract(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl)
           
AgentSkillAbstract(org.nuiton.wikitty.entities.Wikitty wikitty)
           
 
Method Summary
 String getAgent()
           
 String getComment()
           
 String getDomainSkill()
           
 String getFrequency()
           
 String getNature()
           
 Collection<org.nuiton.wikitty.entities.WikittyExtension> getStaticExtensions()
           
 String getTechnicalSkill()
           
 void setAgent(String agent)
           
 void setComment(String comment)
           
 void setDomainSkill(String domainSkill)
           
 void setFrequency(String frequency)
           
 void setNature(String nature)
           
 void setTechnicalSkill(String technicalSkill)
           
 String toString()
          Return toString representation.
 
Methods inherited from class org.nuiton.wikitty.entities.BusinessEntityImpl
addPropertyChangeListener, addPropertyChangeListener, copyFrom, equals, getExtensionFields, getExtensionNames, getField, getFieldType, getPropertyChangeSupport, getWikitty, getWikittyId, getWikittyVersion, hashCode, removePropertyChangeListener, removePropertyChangeListener, setField, setWikitty, setWikittyVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.nuiton.wikitty.entities.BusinessEntity
addPropertyChangeListener, addPropertyChangeListener, copyFrom, getExtensionFields, getExtensionNames, getField, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion
 

Field Detail

extensions

public static final List<org.nuiton.wikitty.entities.WikittyExtension> extensions

extensionAgentSkill

public static final org.nuiton.wikitty.entities.WikittyExtension extensionAgentSkill
Constructor Detail

AgentSkillAbstract

public AgentSkillAbstract()

AgentSkillAbstract

public AgentSkillAbstract(org.nuiton.wikitty.entities.Wikitty wikitty)

AgentSkillAbstract

public AgentSkillAbstract(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl)
Method Detail

getComment

public String getComment()
Specified by:
getComment in interface AgentSkill

setComment

public void setComment(String comment)
Specified by:
setComment in interface AgentSkill

getNature

public String getNature()
Specified by:
getNature in interface AgentSkill

setNature

public void setNature(String nature)
Specified by:
setNature in interface AgentSkill

getTechnicalSkill

public String getTechnicalSkill()
Specified by:
getTechnicalSkill in interface AgentSkill

setTechnicalSkill

public void setTechnicalSkill(String technicalSkill)
Specified by:
setTechnicalSkill in interface AgentSkill

getDomainSkill

public String getDomainSkill()
Specified by:
getDomainSkill in interface AgentSkill

setDomainSkill

public void setDomainSkill(String domainSkill)
Specified by:
setDomainSkill in interface AgentSkill

getFrequency

public String getFrequency()
Specified by:
getFrequency in interface AgentSkill

setFrequency

public void setFrequency(String frequency)
Specified by:
setFrequency in interface AgentSkill

getAgent

public String getAgent()
Specified by:
getAgent in interface AgentSkill

setAgent

public void setAgent(String agent)
Specified by:
setAgent in interface AgentSkill

getStaticExtensions

public Collection<org.nuiton.wikitty.entities.WikittyExtension> getStaticExtensions()
Overrides:
getStaticExtensions in class org.nuiton.wikitty.entities.BusinessEntityImpl

toString

public String toString()
Return toString representation. Use tagValue 'toString' format, if exist, else standard toString is call

Overrides:
toString in class Object
Returns:


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