public class StockDiary extends AbstractIdentifiedHibernateObject<StockDiary>
id
Constructor and Description |
---|
StockDiary() |
Modifier and Type | Method and Description |
---|---|
Date |
getDate() |
Location |
getLocation() |
Integer |
getModifiers() |
Double |
getPrice()
Buy price of the product (net)
|
Double |
getPriceSell()
Sell price of the product (net).
|
Product |
getProduct() |
Integer |
getReason() |
Double |
getUnits() |
void |
setDate(Date date) |
void |
setLocation(Location location) |
void |
setModifiers(Integer modifiers) |
void |
setPrice(Double price) |
void |
setPriceSell(Double priceSell) |
void |
setProduct(Product product) |
void |
setReason(Integer reason) |
void |
setUnits(Double units) |
equals, getId, getVersion, hashCode, setId, setVersion
delete, getGetters, getKeyValue, merge, refresh, save
public Date getDate()
public void setDate(Date date)
public Double getPrice()
public void setPrice(Double price)
public Double getPriceSell()
public void setPriceSell(Double priceSell)
public Product getProduct()
public void setProduct(Product product)
public Integer getReason()
public void setReason(Integer reason)
public Double getUnits()
public void setUnits(Double units)
public Integer getModifiers()
public void setModifiers(Integer modifiers)
public Location getLocation()
public void setLocation(Location location)
Copyright © 2021. All rights reserved.