
@Entity public class Item extends AbstractTimestampEntity implements Serializable
| Constructor and Description |
|---|
Item() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCodeCpv() |
String |
getCodeNipez() |
String |
getCurrency() |
String |
getDescription() |
Double |
getEstimatedValue() |
Double |
getEstimatedValueForItem() |
Double |
getEstimatedValueForUnit() |
String |
getIdentification() |
String |
getName() |
Double |
getQuantity() |
Boolean |
getSeparation() |
int |
getUid() |
String |
getUnit() |
Double |
getVat() |
void |
setCodeCpv(String codeCpv) |
void |
setCodeNipez(String codeNipez) |
void |
setCurrency(String currency) |
void |
setDescription(String description) |
void |
setEstimatedValue(Double estimatedValue) |
void |
setEstimatedValueForItem(Double estimatedValueForItem) |
void |
setEstimatedValueForUnit(Double estimatedValueForUnit) |
void |
setIdentification(String identification) |
void |
setName(String name) |
void |
setQuantity(Double quantity) |
void |
setSeparation(Boolean separation) |
void |
setUid(int uid) |
void |
setUnit(String unit) |
void |
setVat(Double vat) |
getCreated, getUpdated, onCreate, onUpdate, setCreated, setUpdatedpublic int getUid()
public void setUid(int uid)
public String getName()
public void setName(String name)
public String getCodeNipez()
public void setCodeNipez(String codeNipez)
public String getCodeCpv()
public void setCodeCpv(String codeCpv)
public String getDescription()
public void setDescription(String description)
public String getIdentification()
public void setIdentification(String identification)
public Double getEstimatedValue()
public void setEstimatedValue(Double estimatedValue)
public Double getVat()
public void setVat(Double vat)
public String getCurrency()
public void setCurrency(String currency)
public Boolean getSeparation()
public void setSeparation(Boolean separation)
public Double getQuantity()
public void setQuantity(Double quantity)
public String getUnit()
public void setUnit(String unit)
public Double getEstimatedValueForUnit()
public void setEstimatedValueForUnit(Double estimatedValueForUnit)
public Double getEstimatedValueForItem()
public void setEstimatedValueForItem(Double estimatedValueForItem)
Copyright © 2013. All Rights Reserved.