|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Price | |
---|---|
fr.etai.xat2v2.obj | |
fr.etai.xat2v2.util | Classes in this package are all utility classes. |
Uses of Price in fr.etai.xat2v2.obj |
---|
Methods in fr.etai.xat2v2.obj that return Price | |
---|---|
Price |
Carriage.getPrice()
Gets the value of the price property. |
Methods in fr.etai.xat2v2.obj that return types with arguments of type Price | |
---|---|
List<Price> |
PartList.getPriceList()
Gets the value of the priceList property. |
List<Price> |
TechnicalAssessment.getPriceList()
Gets the value of the priceList property. |
List<Price> |
ElementaryOperation.getPriceList()
Gets the value of the priceList property. |
List<Price> |
Part.getPriceList()
Gets the value of the priceList property. |
List<Price> |
EquipmentList.getPriceList()
Gets the value of the priceList property. |
List<Price> |
Equipment.getPriceList()
Gets the value of the priceList property. |
List<Price> |
Excess.getPriceList()
Gets the value of the priceList property. |
List<Price> |
VehicleClassification.getPriceList()
Gets the value of the priceList property. |
List<Price> |
Payment.getPriceList()
Gets the value of the priceList property. |
List<Price> |
Operation.getPriceList()
Gets the value of the priceList property. |
List<Price> |
Calculating.getPriceList()
Gets the value of the priceList property. |
List<Price> |
Vehicle.getPriceList()
Gets the value of the priceList property. |
Methods in fr.etai.xat2v2.obj with parameters of type Price | |
---|---|
void |
Part.addPartPrice(Price price)
|
void |
Shuttle.addPartPrice(Price price)
|
void |
PartList.addPrice(Price price)
|
void |
TechnicalAssessment.addPrice(Price price)
|
void |
ElementaryOperation.addPrice(Price price)
|
void |
Part.addPrice(Price price)
|
void |
EquipmentList.addPrice(Price price)
|
void |
Equipment.addPrice(Price price)
|
void |
Excess.addPrice(Price price)
|
void |
VehicleClassification.addPrice(Price price)
|
void |
Payment.addPrice(Price price)
|
void |
Operation.addPrice(Price price)
|
void |
Calculating.addPrice(Price price)
|
void |
Vehicle.addPrice(Price price)
|
void |
Carriage.setPrice(Price value)
Sets the value of the price property. |
Method parameters in fr.etai.xat2v2.obj with type arguments of type Price | |
---|---|
void |
PartList.setPriceList(List<Price> value)
Sets the value of the priceList property. |
void |
TechnicalAssessment.setPriceList(List<Price> value)
Sets the value of the priceList property. |
void |
ElementaryOperation.setPriceList(List<Price> value)
Sets the value of the priceList property. |
void |
Part.setPriceList(List<Price> value)
Sets the value of the priceList property. |
void |
EquipmentList.setPriceList(List<Price> value)
Sets the value of the priceList property. |
void |
Equipment.setPriceList(List<Price> value)
Sets the value of the priceList property. |
void |
Excess.setPriceList(List<Price> value)
Sets the value of the priceList property. |
void |
VehicleClassification.setPriceList(List<Price> value)
Sets the value of the priceList property. |
void |
Payment.setPriceList(List<Price> value)
Sets the value of the priceList property. |
void |
Operation.setPriceList(List<Price> value)
Sets the value of the priceList property. |
void |
Calculating.setPriceList(List<Price> value)
Sets the value of the priceList property. |
void |
Vehicle.setPriceList(List<Price> value)
Sets the value of the priceList property. |
Uses of Price in fr.etai.xat2v2.util |
---|
Methods in fr.etai.xat2v2.util that return Price | |
---|---|
static Price |
PaymentUtil.getPriceByRef(Payment payment,
String ref)
Gets the price from priceList property. |
static Price |
VehicleClassificationUtil.getPriceByRef(VehicleClassification vehicleClassification,
String ref)
Gets the price from priceList property. |
static Price[] |
PartUtil.getUnitPriceList(Part part)
Returns all the unit prices of this part |
Methods in fr.etai.xat2v2.util with parameters of type Price | |
---|---|
static boolean |
PriceUtil.isUnitPrice(Price price)
Checks if this price is a unit price, analyzing its breakdown list content. |
static boolean |
PriceUtil.matchType(Price price,
String ref)
Checks if the price has, in its breakdownList, any classification from ETAI:price dictionary with the given ref. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |