@Entity
public class Jurisdiction
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_JURISDICTION |
| Constructor and Description |
|---|
Jurisdiction() |
| Modifier and Type | Method and Description |
|---|---|
org.egov.infra.admin.master.entity.Boundary |
getBoundary() |
org.egov.infra.admin.master.entity.BoundaryType |
getBoundaryType() |
Employee |
getEmployee() |
Long |
getId() |
void |
setBoundary(org.egov.infra.admin.master.entity.Boundary boundary) |
void |
setBoundaryType(org.egov.infra.admin.master.entity.BoundaryType boundaryType) |
void |
setEmployee(Employee employee) |
void |
setId(Long id) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_JURISDICTION
public Employee getEmployee()
public void setEmployee(Employee employee)
public Long getId()
getId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public void setId(Long id)
setId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public org.egov.infra.admin.master.entity.BoundaryType getBoundaryType()
public void setBoundaryType(org.egov.infra.admin.master.entity.BoundaryType boundaryType)
public org.egov.infra.admin.master.entity.Boundary getBoundary()
public void setBoundary(org.egov.infra.admin.master.entity.Boundary boundary)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.