@Entity
@Unique(fields="code",
enableDfltMsg=true)
public class Employee
extends org.egov.infra.admin.master.entity.User
implements org.egov.commons.utils.EntityType
| Constructor and Description |
|---|
Employee() |
| Modifier and Type | Method and Description |
|---|---|
List<Assignment> |
getAssignments() |
String |
getBankaccount() |
String |
getBankname() |
String |
getCode() |
org.joda.time.DateTime |
getDateOfAppointment() |
org.joda.time.DateTime |
getDateOfRetirement() |
org.egov.commons.EgwStatus |
getEgwStatus() |
EmployeeStatus |
getEmployeeStatus() |
EmployeeType |
getEmployeeType() |
String |
getEntityDescription() |
Integer |
getEntityId() |
String |
getIfsccode() |
List<Jurisdiction> |
getJurisdictions() |
String |
getModeofpay() |
String |
getPanno() |
String |
getTinno() |
void |
setAssignments(List<Assignment> assignments) |
void |
setCode(String code) |
void |
setDateOfAppointment(org.joda.time.DateTime dateOfAppointment) |
void |
setDateOfRetirement(org.joda.time.DateTime dateOfRetirement) |
void |
setEmployeeStatus(EmployeeStatus employeeStatus) |
void |
setEmployeeType(EmployeeType employeeType) |
void |
setJurisdictions(List<Jurisdiction> jurisdictions) |
addAddress, addRole, getAadhaarNumber, getAddress, getAltContactNumber, getDob, getEmailId, getGender, getGuardian, getGuardianRelation, getId, getLocale, getMobileNumber, getName, getPan, getPassword, getPwdExpiryDate, getRoles, getSalutation, getSignature, getType, getUsername, isAccountLocked, isActive, locale, removeAddress, removeRole, setAadhaarNumber, setAccountLocked, setActive, setAddress, setAltContactNumber, setDob, setEmailId, setGender, setGuardian, setGuardianRelation, setId, setLocale, setMobileNumber, setName, setPan, setPassword, setPwdExpiryDate, setRoles, setSalutation, setSignature, setType, setUsername, updateNextPwdExpiryDategetCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDategetVersion, isNew, notEquals, toStringpublic String getCode()
getCode in interface org.egov.commons.utils.EntityTypepublic void setCode(String code)
public org.joda.time.DateTime getDateOfAppointment()
public void setDateOfAppointment(org.joda.time.DateTime dateOfAppointment)
public org.joda.time.DateTime getDateOfRetirement()
public void setDateOfRetirement(org.joda.time.DateTime dateOfRetirement)
public EmployeeStatus getEmployeeStatus()
public void setEmployeeStatus(EmployeeStatus employeeStatus)
public EmployeeType getEmployeeType()
public void setEmployeeType(EmployeeType employeeType)
public List<Assignment> getAssignments()
public void setAssignments(List<Assignment> assignments)
public List<Jurisdiction> getJurisdictions()
public void setJurisdictions(List<Jurisdiction> jurisdictions)
public String getBankname()
getBankname in interface org.egov.commons.utils.EntityTypepublic String getBankaccount()
getBankaccount in interface org.egov.commons.utils.EntityTypepublic String getPanno()
getPanno in interface org.egov.commons.utils.EntityTypepublic String getTinno()
getTinno in interface org.egov.commons.utils.EntityTypepublic String getIfsccode()
getIfsccode in interface org.egov.commons.utils.EntityTypepublic String getModeofpay()
getModeofpay in interface org.egov.commons.utils.EntityTypepublic Integer getEntityId()
getEntityId in interface org.egov.commons.utils.EntityTypepublic String getEntityDescription()
getEntityDescription in interface org.egov.commons.utils.EntityTypepublic org.egov.commons.EgwStatus getEgwStatus()
getEgwStatus in interface org.egov.commons.utils.EntityTypeCopyright © 2015–2017 eGovernments Foundation. All rights reserved.