Class BillLineItemResponse
java.lang.Object
com.iland.core.web.rest.response.billing.BillLineItemResponse
- All Implemented Interfaces:
Serializable
Bill Line Item Response.
- Author:
- Brett Snyder
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBillLineItemResponse(String name, double costPerUnit, double quantity, String productId, String vdcUuid, String contractId) -
Method Summary
Modifier and TypeMethodDescriptionGets the associated contract ID.doubleGet the line item cost per unit.getName()Get the line item name.Get the item's Salesforce product iddoubleGet the quantity of an item.Gets the associated vDC UUID.
-
Constructor Details
-
BillLineItemResponse
-
-
Method Details
-
getName
Get the line item name.- Returns:
Stringitem name
-
getCostPerUnit
public double getCostPerUnit()Get the line item cost per unit.- Returns:
- item cost per unit
-
getQuantity
public double getQuantity()Get the quantity of an item.- Returns:
- item quantity
-
getProductId
Get the item's Salesforce product id- Returns:
- product id
-
getVdcUuid
Gets the associated vDC UUID.- Returns:
- the vDC UUID
-
getContractId
Gets the associated contract ID.- Returns:
- the associated contract ID
-