fr.inra.refcomp.entities
Class AgentAbstract
java.lang.Object
org.nuiton.wikitty.entities.BusinessEntityImpl
fr.inra.refcomp.entities.AgentAbstract
- All Implemented Interfaces:
- Agent, User, Serializable, Cloneable, org.nuiton.wikitty.entities.BusinessEntity, org.nuiton.wikitty.entities.WikittyUser
- Direct Known Subclasses:
- AgentImpl
public abstract class AgentAbstract
- extends org.nuiton.wikitty.entities.BusinessEntityImpl
- implements Agent
- See Also:
- Serialized Form
|
Field Summary |
static org.nuiton.wikitty.entities.WikittyExtension |
extensionAgent
|
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.Agent |
ELEMENT_FIELD_AGENT_ADDRESS, ELEMENT_FIELD_AGENT_AGENT, ELEMENT_FIELD_AGENT_CATI, ELEMENT_FIELD_AGENT_DEPARTMENT, ELEMENT_FIELD_AGENT_JOBTYPE, ELEMENT_FIELD_AGENT_JOBTYPEREFERENCE, ELEMENT_FIELD_AGENT_PEPI, ELEMENT_FIELD_AGENT_REFNUMBER, ELEMENT_FIELD_AGENT_STATE, ELEMENT_FIELD_AGENT_STATEDATE, ELEMENT_FIELD_AGENT_UNIT, 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 |
ELEMENT_FIELD_USER_COMMENT, ELEMENT_FIELD_USER_EMAIL, ELEMENT_FIELD_USER_FIRSTNAME, ELEMENT_FIELD_USER_LASTNAME, 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 |
ELEMENT_FIELD_WIKITTYUSER_LOGIN, ELEMENT_FIELD_WIKITTYUSER_PASSWORD, EXT_WIKITTYUSER, FIELD_WIKITTYUSER_LOGIN, FIELD_WIKITTYUSER_PASSWORD, FQ_FIELD_WIKITTYUSER_LOGIN, FQ_FIELD_WIKITTYUSER_PASSWORD |
| 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 interface org.nuiton.wikitty.entities.BusinessEntity |
addPropertyChangeListener, addPropertyChangeListener, copyFrom, getExtensionFields, getExtensionNames, getField, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion |
extensions
public static final List<org.nuiton.wikitty.entities.WikittyExtension> extensions
extensionAgent
public static final org.nuiton.wikitty.entities.WikittyExtension extensionAgent
AgentAbstract
public AgentAbstract()
AgentAbstract
public AgentAbstract(org.nuiton.wikitty.entities.Wikitty wikitty)
AgentAbstract
public AgentAbstract(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl)
getRefNumber
public String getRefNumber()
- Specified by:
getRefNumber in interface Agent
setRefNumber
public void setRefNumber(String refNumber)
- Specified by:
setRefNumber in interface Agent
getState
public String getState()
- Specified by:
getState in interface Agent
setState
public void setState(String state)
- Specified by:
setState in interface Agent
getStateDate
public Date getStateDate()
- Specified by:
getStateDate in interface Agent
setStateDate
public void setStateDate(Date stateDate)
- Specified by:
setStateDate in interface Agent
getAgent
public Boolean getAgent()
- Specified by:
getAgent in interface Agent
setAgent
public void setAgent(Boolean agent)
- Specified by:
setAgent in interface Agent
getJobType
public String getJobType()
- Specified by:
getJobType in interface Agent
setJobType
public void setJobType(String jobType)
- Specified by:
setJobType in interface Agent
getAddress
public String getAddress()
- Specified by:
getAddress in interface Agent
setAddress
public void setAddress(String address)
- Specified by:
setAddress in interface Agent
getJobTypeReference
public String getJobTypeReference()
- Specified by:
getJobTypeReference in interface Agent
setJobTypeReference
public void setJobTypeReference(String jobTypeReference)
- Specified by:
setJobTypeReference in interface Agent
getPepi
public String getPepi()
- Specified by:
getPepi in interface Agent
setPepi
public void setPepi(String pepi)
- Specified by:
setPepi in interface Agent
getCati
public String getCati()
- Specified by:
getCati in interface Agent
setCati
public void setCati(String cati)
- Specified by:
setCati in interface Agent
getDepartment
public String getDepartment()
- Specified by:
getDepartment in interface Agent
setDepartment
public void setDepartment(String department)
- Specified by:
setDepartment in interface Agent
getUnit
public Set<String> getUnit()
- Specified by:
getUnit in interface Agent
setUnit
public void setUnit(Set<String> unit)
- Specified by:
setUnit in interface Agent
addAllUnit
public void addAllUnit(Collection<String> unit)
- Specified by:
addAllUnit in interface Agent
addUnit
public void addUnit(String... element)
- Specified by:
addUnit in interface Agent
removeUnit
public void removeUnit(String... element)
- Specified by:
removeUnit in interface Agent
clearUnit
public void clearUnit()
- Specified by:
clearUnit in interface Agent
getLogin
public String getLogin()
- Specified by:
getLogin in interface org.nuiton.wikitty.entities.WikittyUser
setLogin
public void setLogin(String login)
- Specified by:
setLogin in interface org.nuiton.wikitty.entities.WikittyUser
getPassword
public String getPassword()
- Specified by:
getPassword in interface org.nuiton.wikitty.entities.WikittyUser
setPassword
public void setPassword(String password)
- Specified by:
setPassword in interface org.nuiton.wikitty.entities.WikittyUser
getLastName
public String getLastName()
- Specified by:
getLastName in interface User
setLastName
public void setLastName(String lastName)
- Specified by:
setLastName in interface User
getFirstName
public String getFirstName()
- Specified by:
getFirstName in interface User
setFirstName
public void setFirstName(String firstName)
- Specified by:
setFirstName in interface User
getEmail
public String getEmail()
- Specified by:
getEmail in interface User
setEmail
public void setEmail(String email)
- Specified by:
setEmail in interface User
getComment
public String getComment()
- Specified by:
getComment in interface User
setComment
public void setComment(String comment)
- Specified by:
setComment in interface User
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.