fr.inra.refcomp.entities
Class AgentImpl

java.lang.Object
  extended by org.nuiton.wikitty.entities.BusinessEntityImpl
      extended by fr.inra.refcomp.entities.AgentAbstract
          extended by fr.inra.refcomp.entities.AgentImpl
All Implemented Interfaces:
Agent, User, Serializable, Cloneable, org.nuiton.wikitty.entities.BusinessEntity, org.nuiton.wikitty.entities.WikittyUser

public class AgentImpl
extends AgentAbstract

See Also:
Serialized Form

Field Summary
 
Fields inherited from class fr.inra.refcomp.entities.AgentAbstract
extensionAgent, extensions
 
Fields inherited from class org.nuiton.wikitty.entities.BusinessEntityImpl
propertyChangeSupport, wikitty
 
Fields inherited from interface fr.inra.refcomp.entities.Agent
EXT_AGENT, FIELD_AGENT_ADDRESS, FIELD_AGENT_AGENT, FIELD_AGENT_CATI, FIELD_AGENT_DEPARTMENT, FIELD_AGENT_JOBTYPE, FIELD_AGENT_JOBTYPEREFERENCE, FIELD_AGENT_PEPI, FIELD_AGENT_REFNUMBER, FIELD_AGENT_STATE, FIELD_AGENT_STATEDATE, FIELD_AGENT_UNIT, FQ_FIELD_AGENT_ADDRESS, FQ_FIELD_AGENT_AGENT, FQ_FIELD_AGENT_CATI, FQ_FIELD_AGENT_DEPARTMENT, FQ_FIELD_AGENT_JOBTYPE, FQ_FIELD_AGENT_JOBTYPEREFERENCE, FQ_FIELD_AGENT_PEPI, FQ_FIELD_AGENT_REFNUMBER, FQ_FIELD_AGENT_STATE, FQ_FIELD_AGENT_STATEDATE, FQ_FIELD_AGENT_UNIT
 
Fields inherited from interface fr.inra.refcomp.entities.User
EXT_USER, FIELD_USER_COMMENT, FIELD_USER_EMAIL, FIELD_USER_FIRSTNAME, FIELD_USER_LASTNAME, FQ_FIELD_USER_COMMENT, FQ_FIELD_USER_EMAIL, FQ_FIELD_USER_FIRSTNAME, FQ_FIELD_USER_LASTNAME
 
Fields inherited from interface org.nuiton.wikitty.entities.WikittyUser
EXT_WIKITTYUSER, FIELD_WIKITTYUSER_LOGIN, FIELD_WIKITTYUSER_PASSWORD, FQ_FIELD_WIKITTYUSER_LOGIN, FQ_FIELD_WIKITTYUSER_PASSWORD
 
Constructor Summary
AgentImpl()
          AgentImpl :
AgentImpl(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl)
          AgentImpl :
AgentImpl(org.nuiton.wikitty.entities.Wikitty wikitty)
          AgentImpl :
 
Method Summary
 
Methods inherited from class fr.inra.refcomp.entities.AgentAbstract
addAllUnit, addUnit, clearUnit, getAddress, getAgent, getCati, getComment, getDepartment, getEmail, getFirstName, getJobType, getJobTypeReference, getLastName, getLogin, getPassword, getPepi, getRefNumber, getState, getStateDate, getStaticExtensions, getUnit, removeUnit, setAddress, setAgent, setCati, setComment, setDepartment, setEmail, setFirstName, setJobType, setJobTypeReference, setLastName, setLogin, setPassword, setPepi, setRefNumber, setState, setStateDate, setUnit, toString
 
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
 

Constructor Detail

AgentImpl

public AgentImpl()
AgentImpl :


AgentImpl

public AgentImpl(org.nuiton.wikitty.entities.Wikitty wikitty)
AgentImpl :

Parameters:
wikitty -

AgentImpl

public AgentImpl(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl)
AgentImpl :

Parameters:
businessEntityImpl -


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