@Entity
public class Assignment
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_ASSIGNMENT |
| Constructor and Description |
|---|
Assignment() |
| Modifier and Type | Method and Description |
|---|---|
org.egov.infra.admin.master.entity.Department |
getDepartment() |
List<HeadOfDepartments> |
getDeptSet() |
org.egov.pims.commons.Designation |
getDesignation() |
Employee |
getEmployee() |
Date |
getFromDate() |
org.egov.commons.CFunction |
getFunction() |
org.egov.commons.Functionary |
getFunctionary() |
org.egov.commons.Fund |
getFund() |
org.egov.pims.model.GradeMaster |
getGrade() |
List<HeadOfDepartments> |
getHodList() |
Long |
getId() |
org.egov.pims.commons.Position |
getPosition() |
boolean |
getPrimary() |
Date |
getToDate() |
void |
setDepartment(org.egov.infra.admin.master.entity.Department department) |
void |
setDeptSet(List<HeadOfDepartments> deptSet) |
void |
setDesignation(org.egov.pims.commons.Designation designation) |
void |
setEmployee(Employee employee) |
void |
setFromDate(Date fromDate) |
void |
setFunction(org.egov.commons.CFunction function) |
void |
setFunctionary(org.egov.commons.Functionary functionary) |
void |
setFund(org.egov.commons.Fund fund) |
void |
setGrade(org.egov.pims.model.GradeMaster gradeId) |
void |
setHodList(List<HeadOfDepartments> hodLists) |
void |
setId(Long id) |
void |
setPosition(org.egov.pims.commons.Position position) |
void |
setPrimary(boolean primary) |
void |
setToDate(Date toDate) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_ASSIGNMENT
public Long getId()
getId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public List<HeadOfDepartments> getHodList()
public void setHodList(List<HeadOfDepartments> hodLists)
public void setId(Long id)
setId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public org.egov.pims.commons.Designation getDesignation()
public void setDesignation(org.egov.pims.commons.Designation designation)
public org.egov.commons.Functionary getFunctionary()
public void setFunctionary(org.egov.commons.Functionary functionary)
public org.egov.commons.CFunction getFunction()
public void setFunction(org.egov.commons.CFunction function)
public org.egov.commons.Fund getFund()
public void setFund(org.egov.commons.Fund fund)
public org.egov.pims.model.GradeMaster getGrade()
public void setGrade(org.egov.pims.model.GradeMaster gradeId)
public boolean getPrimary()
public void setPrimary(boolean primary)
public org.egov.pims.commons.Position getPosition()
public void setPosition(org.egov.pims.commons.Position position)
public org.egov.infra.admin.master.entity.Department getDepartment()
public void setDepartment(org.egov.infra.admin.master.entity.Department department)
public Date getFromDate()
public void setFromDate(Date fromDate)
public Date getToDate()
public void setToDate(Date toDate)
public Employee getEmployee()
public void setEmployee(Employee employee)
public List<HeadOfDepartments> getDeptSet()
public void setDeptSet(List<HeadOfDepartments> deptSet)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.