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