@Entity
@Unique(id="id",
tableName="eg_uom",
fields="uom",
columnName="uom",
enableDfltMsg=true)
public class UOM
extends org.egov.infra.persistence.entity.AbstractAuditable
| Constructor and Description |
|---|
UOM() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBaseuom() |
BigDecimal |
getConvFactor() |
Long |
getId() |
String |
getNarration() |
String |
getUom() |
UOMCategory |
getUomCategory() |
void |
setBaseuom(Boolean baseuom) |
void |
setConvFactor(BigDecimal convFactor) |
void |
setId(Long id) |
void |
setNarration(String narration) |
void |
setUom(String uom) |
void |
setUomCategory(UOMCategory uomCategory) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_UOM
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 UOMCategory getUomCategory()
public void setUomCategory(UOMCategory uomCategory)
public String getUom()
public void setUom(String uom)
public String getNarration()
public void setNarration(String narration)
public BigDecimal getConvFactor()
public void setConvFactor(BigDecimal convFactor)
public Boolean getBaseuom()
public void setBaseuom(Boolean baseuom)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.