public class WSItemHistoryBean
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected WSCostBean[] |
costs
The cost changes history
|
protected WSHistoryValues[] |
historyValues
all history changes
|
Constructor and Description |
---|
WSItemHistoryBean() |
Modifier and Type | Method and Description |
---|---|
WSCostBean[] |
getCosts() |
WSHistoryValues[] |
getHistoryValues() |
void |
setCosts(WSCostBean[] costs) |
void |
setHistoryValues(WSHistoryValues[] historyValues) |
protected WSHistoryValues[] historyValues
protected WSCostBean[] costs
public WSHistoryValues[] getHistoryValues()
public void setHistoryValues(WSHistoryValues[] historyValues)
historyValues
- the historyValues to setpublic WSCostBean[] getCosts()
public void setCosts(WSCostBean[] costs)
costs
- the costs to set