@Entity public class DeptDesig extends AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_DEPTDESIG |
| Constructor and Description |
|---|
DeptDesig() |
| Modifier and Type | Method and Description |
|---|---|
Department |
getDepartment() |
Designation |
getDesignation() |
Long |
getId() |
Integer |
getOutsourcedPosts() |
Integer |
getSanctionedPosts() |
void |
setDepartment(Department department) |
void |
setDesignation(Designation designation) |
void |
setId(Long id) |
void |
setOutsourcedPosts(Integer outsourcedPosts) |
void |
setSanctionedPosts(Integer sanctionedPosts) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDategetVersion, isNew, notEquals, toStringpublic static final String SEQ_DEPTDESIG
public Long getId()
getId in class AbstractPersistable<Long>public void setId(Long id)
setId in class AbstractPersistable<Long>public Designation getDesignation()
public void setDesignation(Designation designation)
public Department getDepartment()
public void setDepartment(Department department)
public Integer getSanctionedPosts()
public void setSanctionedPosts(Integer sanctionedPosts)
public Integer getOutsourcedPosts()
public void setOutsourcedPosts(Integer outsourcedPosts)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.