|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.core.order.domain.FulfillmentGroupFeeImpl
@Entity public class FulfillmentGroupFeeImpl
| Field Summary | |
|---|---|
protected BigDecimal |
amount
|
protected Boolean |
feeTaxable
|
protected FulfillmentGroup |
fulfillmentGroup
|
protected Long |
id
|
protected String |
name
|
protected String |
reportingCode
|
protected List<TaxDetail> |
taxes
|
protected BigDecimal |
totalTax
|
| Constructor Summary | |
|---|---|
FulfillmentGroupFeeImpl()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Money |
getAmount()
|
FulfillmentGroup |
getFulfillmentGroup()
|
Long |
getId()
|
String |
getName()
|
String |
getReportingCode()
|
List<TaxDetail> |
getTaxes()
Gets a list of TaxDetail objects, which are taxes that apply directly to this fee. |
Money |
getTotalTax()
Gets the total tax for this fee, which is the sum of all taxes for this fee. |
int |
hashCode()
|
Boolean |
isTaxable()
Returns whether or not this fee is taxable. |
void |
setAmount(Money amount)
|
void |
setFulfillmentGroup(FulfillmentGroup fulfillmentGroup)
|
void |
setId(Long id)
|
void |
setName(String name)
|
void |
setReportingCode(String reportingCode)
|
void |
setTaxable(Boolean taxable)
Sets whether or not this fee is taxable |
void |
setTaxes(List<TaxDetail> taxes)
Sets the list of TaxDetail objects, which are taxes that apply directly to this fee. |
void |
setTotalTax(Money totalTax)
Sets the total tax for this fee, which is the sum of all taxes for this fee. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Long id
protected FulfillmentGroup fulfillmentGroup
protected BigDecimal amount
protected String name
protected String reportingCode
protected Boolean feeTaxable
protected List<TaxDetail> taxes
protected BigDecimal totalTax
| Constructor Detail |
|---|
public FulfillmentGroupFeeImpl()
| Method Detail |
|---|
public Long getId()
getId in interface FulfillmentGroupFeepublic void setId(Long id)
setId in interface FulfillmentGroupFeepublic FulfillmentGroup getFulfillmentGroup()
getFulfillmentGroup in interface FulfillmentGroupFeepublic void setFulfillmentGroup(FulfillmentGroup fulfillmentGroup)
setFulfillmentGroup in interface FulfillmentGroupFeepublic Money getAmount()
getAmount in interface FulfillmentGroupFeepublic void setAmount(Money amount)
setAmount in interface FulfillmentGroupFeepublic String getName()
getName in interface FulfillmentGroupFeepublic void setName(String name)
setName in interface FulfillmentGroupFeepublic String getReportingCode()
getReportingCode in interface FulfillmentGroupFeepublic void setReportingCode(String reportingCode)
setReportingCode in interface FulfillmentGroupFeepublic Boolean isTaxable()
FulfillmentGroupFee
isTaxable in interface FulfillmentGroupFeepublic void setTaxable(Boolean taxable)
FulfillmentGroupFee
setTaxable in interface FulfillmentGroupFeepublic List<TaxDetail> getTaxes()
FulfillmentGroupFee
getTaxes in interface FulfillmentGroupFeepublic void setTaxes(List<TaxDetail> taxes)
FulfillmentGroupFee
setTaxes in interface FulfillmentGroupFeetaxes - the list of taxes on this feepublic Money getTotalTax()
FulfillmentGroupFee
getTotalTax in interface FulfillmentGroupFeepublic void setTotalTax(Money totalTax)
FulfillmentGroupFee
setTotalTax in interface FulfillmentGroupFeetotalTax - the total tax for this feepublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||