@Entity
@Unique(id="id",
tableName="EGLC_GOVERNMENTDEPARTMENT",
columnName="name",
fields="name",
enableDfltMsg=true)
public class GovernmentDepartment
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_EGLC_GOVERNMENTDEPARTMENT |
| Constructor and Description |
|---|
GovernmentDepartment() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getActive() |
String |
getCode() |
String |
getDescription() |
Long |
getId() |
String |
getName() |
Long |
getOrderNumber() |
void |
setActive(Boolean active) |
void |
setCode(String code) |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setOrderNumber(Long orderNumber) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_EGLC_GOVERNMENTDEPARTMENT
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 String getCode()
public void setCode(String code)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Long getOrderNumber()
public void setOrderNumber(Long orderNumber)
public Boolean getActive()
public void setActive(Boolean active)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.