@Entity
@Unique(id="id",
tableName="eg_uomcategory",
fields="category",
columnName="category",
enableDfltMsg=true)
public class UOMCategory
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_UOMCATEGORY |
| Constructor and Description |
|---|
UOMCategory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
Long |
getId() |
String |
getNarration() |
List<UOM> |
getUOM() |
void |
setCategory(String category) |
void |
setId(Long id) |
void |
setNarration(String narration) |
void |
setUOM(List<UOM> uom) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_UOMCATEGORY
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 getCategory()
public void setCategory(String category)
public String getNarration()
public void setNarration(String narration)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.