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()
           
 Agent getAgent(boolean exceptionIfNotLoaded)
           
 String getComment()
           
 String getDomainSkill()
           
 Skill getDomainSkill(boolean exceptionIfNotLoaded)
           
 String getFrequency()
           
 Frequency getFrequency(boolean exceptionIfNotLoaded)
           
 String getNature()
           
 Nature getNature(boolean exceptionIfNotLoaded)
           
 Collection<org.nuiton.wikitty.entities.WikittyExtension> getStaticExtensions()
           
 String getTechnicalSkill()
           
 Skill getTechnicalSkill(boolean exceptionIfNotLoaded)
           
 void setAgent(Agent agent)
           
 void setAgent(String agent)
           
 void setComment(String comment)
           
 void setDomainSkill(Skill domainSkill)
           
 void setDomainSkill(String domainSkill)
           
 void setFrequency(Frequency frequency)
           
 void setFrequency(String frequency)
           
 void setNature(Nature nature)
           
 void setNature(String nature)
           
 void setTechnicalSkill(Skill technicalSkill)
           
 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

getNature

public Nature getNature(boolean exceptionIfNotLoaded)
Specified by:
getNature in interface AgentSkill

setNature

public void setNature(Nature 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

getTechnicalSkill

public Skill getTechnicalSkill(boolean exceptionIfNotLoaded)
Specified by:
getTechnicalSkill in interface AgentSkill

setTechnicalSkill

public void setTechnicalSkill(Skill 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

getDomainSkill

public Skill getDomainSkill(boolean exceptionIfNotLoaded)
Specified by:
getDomainSkill in interface AgentSkill

setDomainSkill

public void setDomainSkill(Skill 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

getFrequency

public Frequency getFrequency(boolean exceptionIfNotLoaded)
Specified by:
getFrequency in interface AgentSkill

setFrequency

public void setFrequency(Frequency 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

getAgent

public Agent getAgent(boolean exceptionIfNotLoaded)
Specified by:
getAgent in interface AgentSkill

setAgent

public void setAgent(Agent 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.