public class TaxInvoiceItem extends InvoiceItemCatalogBase
phaseName, planName, prettyPhaseName, prettyPlanName, prettyProductName, prettyUsageName, productName, usageName
accountId, amount, bundleId, childAccountId, currency, description, endDate, invoiceId, invoiceItemType, itemDetails, linkedItemId, quantity, rate, startDate, subscriptionId
createdDate, id, updatedDate
Constructor and Description |
---|
TaxInvoiceItem(java.util.UUID id,
org.joda.time.DateTime createdDate,
java.util.UUID invoiceId,
java.util.UUID accountId,
java.util.UUID bundleId,
java.util.UUID subscriptionId,
java.lang.String productName,
java.lang.String planName,
java.lang.String phaseName,
java.lang.String usageName,
java.lang.String prettyProductName,
java.lang.String prettyPlanName,
java.lang.String prettyPhaseName,
java.lang.String prettyUsageName,
org.joda.time.LocalDate date,
java.lang.String description,
java.math.BigDecimal amount,
Currency currency,
java.util.UUID linkedItemId) |
TaxInvoiceItem(java.util.UUID invoiceId,
java.util.UUID accountId,
java.util.UUID bundleId,
java.lang.String description,
org.joda.time.LocalDate date,
java.math.BigDecimal amount,
Currency currency) |
TaxInvoiceItem(java.util.UUID id,
java.util.UUID invoiceId,
java.util.UUID accountId,
java.util.UUID bundleId,
java.lang.String description,
org.joda.time.LocalDate date,
java.math.BigDecimal amount,
Currency currency) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
getPhaseName, getPlanName, getPrettyPhaseName, getPrettyPlanName, getPrettyProductName, getPrettyUsageName, getProductName, getUsageName, hashCode, matches, toString
equals, getAccountId, getAmount, getBundleId, getChildAccountId, getCurrency, getEndDate, getInvoiceId, getInvoiceItemType, getItemDetails, getLinkedItemId, getQuantity, getRate, getStartDate, getSubscriptionId
getCreatedDate, getId, getUpdatedDate, safeCompareTo, setCreatedDate, setId, setUpdatedDate
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAccountId, getAmount, getBundleId, getChildAccountId, getCurrency, getEndDate, getInvoiceId, getInvoiceItemType, getItemDetails, getLinkedItemId, getQuantity, getRate, getStartDate, getSubscriptionId
getCreatedDate, getId, getUpdatedDate
public TaxInvoiceItem(java.util.UUID invoiceId, java.util.UUID accountId, @Nullable java.util.UUID bundleId, @Nullable java.lang.String description, org.joda.time.LocalDate date, java.math.BigDecimal amount, Currency currency)
public TaxInvoiceItem(java.util.UUID id, java.util.UUID invoiceId, java.util.UUID accountId, @Nullable java.util.UUID bundleId, @Nullable java.lang.String description, org.joda.time.LocalDate date, java.math.BigDecimal amount, Currency currency)
public TaxInvoiceItem(java.util.UUID id, @Nullable org.joda.time.DateTime createdDate, java.util.UUID invoiceId, java.util.UUID accountId, @Nullable java.util.UUID bundleId, @Nullable java.util.UUID subscriptionId, @Nullable java.lang.String productName, @Nullable java.lang.String planName, @Nullable java.lang.String phaseName, @Nullable java.lang.String usageName, @Nullable java.lang.String prettyProductName, @Nullable java.lang.String prettyPlanName, @Nullable java.lang.String prettyPhaseName, @Nullable java.lang.String prettyUsageName, org.joda.time.LocalDate date, @Nullable java.lang.String description, java.math.BigDecimal amount, Currency currency, @Nullable java.util.UUID linkedItemId)
public java.lang.String getDescription()
getDescription
in interface InvoiceItem
getDescription
in class InvoiceItemBase
Copyright © 2010-2018. All Rights Reserved.