public class GeneralMachineItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
GeneralMachineItem() |
GeneralMachineItem(GeneralMachineItem source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get Item name
|
String |
getPrice()
Get Unit price
|
String |
getQuantity()
Get Quantity
|
String |
getSpecification()
Get Specification
|
String |
getTax()
Get Tax amount
|
String |
getTaxRate()
Get Tax rate
|
String |
getTotal()
Get Amount
|
String |
getUnit()
Get Unit
|
void |
setName(String Name)
Set Item name
|
void |
setPrice(String Price)
Set Unit price
|
void |
setQuantity(String Quantity)
Set Quantity
|
void |
setSpecification(String Specification)
Set Specification
|
void |
setTax(String Tax)
Set Tax amount
|
void |
setTaxRate(String TaxRate)
Set Tax rate
|
void |
setTotal(String Total)
Set Amount
|
void |
setUnit(String Unit)
Set Unit
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public GeneralMachineItem()
public GeneralMachineItem(GeneralMachineItem source)
public String getName()
public void setName(String Name)
Name
- Item namepublic String getSpecification()
public void setSpecification(String Specification)
Specification
- Specificationpublic String getUnit()
public void setUnit(String Unit)
Unit
- Unitpublic String getQuantity()
public void setQuantity(String Quantity)
Quantity
- Quantitypublic String getPrice()
public void setPrice(String Price)
Price
- Unit pricepublic String getTotal()
public void setTotal(String Total)
Total
- Amountpublic String getTaxRate()
public void setTaxRate(String TaxRate)
TaxRate
- Tax ratepublic String getTax()
public void setTax(String Tax)
Tax
- Tax amountCopyright © 2024. All rights reserved.