@Entity
@Unique(id="id",
tableName="EGADTAX_CATEGORY",
columnName={"code","name"},
fields={"code","name"},
enableDfltMsg=true)
public class HoardingCategory
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_CATEGORY |
| Constructor and Description |
|---|
HoardingCategory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
Long |
getId() |
String |
getName() |
boolean |
isActive() |
boolean |
isPropertyMandatory() |
void |
setActive(boolean active) |
void |
setCode(String code) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setPropertyMandatory(boolean propertyMandatory) |
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 boolean isActive()
public void setActive(boolean active)
public boolean isPropertyMandatory()
public void setPropertyMandatory(boolean propertyMandatory)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.