public interface IUserProfessionalInformation extends Serializable
Modifier and Type | Method and Description |
---|---|
IUser |
getAssistant()
Retrieves the user's assistant
|
String |
getContractType()
Retrieves the user's contract type
|
String |
getEmployeeNumber()
Retrieves the user's employee number
|
Date |
getEntry()
Retrieves the user's entry date in the organization
|
Date |
getExit()
Retrieves the user's leaving date from the organization
|
IUser |
getHierarchicalManager()
Retrieves the user's hierarchical manager
|
IUser |
getManager()
Retrieves the user's manager
|
String |
getSocialCategory()
Retrieves the user's social category
|
String |
getUserFunction()
Retrieves the user's function
|
String |
retrieveUserFunctionTranslationKey()
Retrieves the user's function's label
|
void |
setAssistant(IUser assistant)
Sets the user's assistant.
|
void |
setContractType(String contractType)
Sets the user's contract type.
|
void |
setEmployeeNumber(String employeeNumber)
Sets the user's employee number.
|
void |
setEntry(Date date)
Sets the date of entry of the user in the organization.
|
void |
setExit(Date date)
Sets the leaving date of the user from the organization.
|
void |
setHierarchicalManager(IUser hierarchicalManager)
Sets the user's hierarchical manager.
|
void |
setManager(IUser manager)
Sets the user's manager.
|
void |
setSocialCategory(String socialCategory)
Sets the user's social category.
|
void |
setUserFunction(String userFunction)
Sets the user's function.
|
String getEmployeeNumber()
void setEmployeeNumber(String employeeNumber)
employeeNumber
- A java.lang.String value.String getUserFunction()
void setUserFunction(String userFunction)
userFunction
- A java.lang.String value.String retrieveUserFunctionTranslationKey()
IUser getAssistant()
void setAssistant(IUser assistant)
assistant
- A IUser
object.IUser getManager()
void setManager(IUser manager)
manager
- A IUser
object.IUser getHierarchicalManager()
void setHierarchicalManager(IUser hierarchicalManager)
hierarchicalManager
- A IUser
object.Date getEntry()
void setEntry(Date date)
date
- A java.util.Date value.Date getExit()
void setExit(Date date)
date
- A java.util.Date value.String getSocialCategory()
void setSocialCategory(String socialCategory)
socialCategory
- A java.lang.String value.String getContractType()
void setContractType(String contractType)
contractType
- A java.lang.String value.Copyright © 2024 Visiativ. All rights reserved.