@Entity
@Unique(id="id",
tableName="EGW_LINEESTIMATE_UOM",
columnName="code",
fields="code",
enableDfltMsg=true)
public class LineEstimateUOM
extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_EGW_LINEESTIMATE_UOM |
| Constructor and Description |
|---|
LineEstimateUOM() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
String |
getName() |
void |
setId(Long id) |
void |
setName(String name) |
public static final String SEQ_EGW_LINEESTIMATE_UOM
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.