public class StorageRemains
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigDecimal |
amount
КоличествоНаСкладе
|
protected java.lang.String |
storageId
ИдСклада
|
| Constructor and Description |
|---|
StorageRemains() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
getAmount()
КоличествоНаСкладе
|
java.lang.String |
getStorageId()
ИдСклада
|
void |
setAmount(java.math.BigDecimal amount)
КоличествоНаСкладе
|
void |
setStorageId(java.lang.String id)
ИдСклада
|
protected java.lang.String storageId
protected java.math.BigDecimal amount
public java.lang.String getStorageId()
public void setStorageId(java.lang.String id)
id - public java.math.BigDecimal getAmount()
public void setAmount(java.math.BigDecimal amount)
amount -