@Entity
@Unique(id="id",
tableName="egpgr_complainttype_category",
fields="name",
columnName="name",
enableDfltMsg=true)
public class ComplaintTypeCategory
extends org.egov.infra.persistence.entity.AbstractPersistable<Long>
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_COMP_TYPE_CATEGORY |
| Constructor and Description |
|---|
ComplaintTypeCategory() |
| Modifier and Type | Method and Description |
|---|---|
List<ComplaintType> |
getComplaintTypes() |
String |
getDescription() |
Long |
getId() |
String |
getName() |
void |
setComplaintTypes(List<ComplaintType> complaintTypes) |
void |
setDescription(String description) |
protected void |
setId(Long id) |
void |
setName(String name) |
public static final String SEQ_COMP_TYPE_CATEGORY
protected void setId(Long id)
setId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public Long getId()
getId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public List<ComplaintType> getComplaintTypes()
public void setComplaintTypes(List<ComplaintType> complaintTypes)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.