@Entity public class Position extends AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_POSITION |
| Constructor and Description |
|---|
Position() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
DeptDesig |
getDeptDesig() |
Long |
getId() |
boolean |
getIsPostOutsourced() |
String |
getName() |
int |
hashCode() |
boolean |
isPostOutsourced() |
void |
setDeptDesig(DeptDesig deptDesig) |
void |
setId(Long id) |
void |
setIsPostOutsourced(boolean isPostOutsourced) |
void |
setName(String name) |
void |
setPostOutsourced(boolean isPostOutsourced) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDategetVersion, isNew, notEquals, toStringpublic static final String SEQ_POSITION
public Long getId()
getId in class AbstractPersistable<Long>public void setId(Long id)
setId in class AbstractPersistable<Long>public String getName()
public void setName(String name)
public boolean isPostOutsourced()
public void setPostOutsourced(boolean isPostOutsourced)
public boolean getIsPostOutsourced()
public void setIsPostOutsourced(boolean isPostOutsourced)
public DeptDesig getDeptDesig()
public void setDeptDesig(DeptDesig deptDesig)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.