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