@Entity
@Unique(fields={"name","code"},
enableDfltMsg=true)
public class ComplaintType
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_COMPLAINTTYPE |
| Constructor and Description |
|---|
ComplaintType() |
| Modifier and Type | Method and Description |
|---|---|
ComplaintTypeCategory |
getCategory() |
String |
getCode() |
org.egov.infra.admin.master.entity.Department |
getDepartment() |
String |
getDescription() |
Long |
getId() |
boolean |
getIsActive() |
String |
getName() |
Integer |
getSlaHours() |
boolean |
isHasFinancialImpact() |
void |
setCategory(ComplaintTypeCategory category) |
void |
setCode(String code) |
void |
setDepartment(org.egov.infra.admin.master.entity.Department department) |
void |
setDescription(String description) |
void |
setHasFinancialImpact(boolean hasFinancialImpact) |
void |
setId(Long id) |
void |
setIsActive(boolean isActive) |
void |
setName(String name) |
void |
setSlaHours(Integer slaHours) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_COMPLAINTTYPE
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 getName()
public void setName(String name)
public org.egov.infra.admin.master.entity.Department getDepartment()
public void setDepartment(org.egov.infra.admin.master.entity.Department department)
public String getCode()
public void setCode(String code)
public boolean getIsActive()
public void setIsActive(boolean isActive)
public String getDescription()
public void setDescription(String description)
public Integer getSlaHours()
public void setSlaHours(Integer slaHours)
public boolean isHasFinancialImpact()
public void setHasFinancialImpact(boolean hasFinancialImpact)
public ComplaintTypeCategory getCategory()
public void setCategory(ComplaintTypeCategory category)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.