org.broadleafcommerce.core.order.domain
Class FulfillmentGroupFeeImpl
java.lang.Object
org.broadleafcommerce.core.order.domain.FulfillmentGroupFeeImpl
- All Implemented Interfaces:
- java.io.Serializable, FulfillmentGroupFee
@Entity
public class FulfillmentGroupFeeImpl
- extends java.lang.Object
- implements FulfillmentGroupFee
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
id
protected java.lang.Long id
fulfillmentGroup
protected FulfillmentGroup fulfillmentGroup
amount
protected java.math.BigDecimal amount
FulfillmentGroupFeeImpl
public FulfillmentGroupFeeImpl()
getId
public java.lang.Long getId()
- Specified by:
getId in interface FulfillmentGroupFee
setId
public void setId(java.lang.Long id)
- Specified by:
setId in interface FulfillmentGroupFee
getFulfillmentGroup
public FulfillmentGroup getFulfillmentGroup()
- Specified by:
getFulfillmentGroup in interface FulfillmentGroupFee
setFulfillmentGroup
public void setFulfillmentGroup(FulfillmentGroup fulfillmentGroup)
- Specified by:
setFulfillmentGroup in interface FulfillmentGroupFee
getAmount
public Money getAmount()
- Specified by:
getAmount in interface FulfillmentGroupFee
setAmount
public void setAmount(Money amount)
- Specified by:
setAmount in interface FulfillmentGroupFee
getName
public java.lang.String getName()
- Specified by:
getName in interface FulfillmentGroupFee
setName
public void setName(java.lang.String name)
- Specified by:
setName in interface FulfillmentGroupFee
isTaxable
public java.lang.Boolean isTaxable()
- Specified by:
isTaxable in interface FulfillmentGroupFee
setTaxable
public void setTaxable(java.lang.Boolean isTaxable)
- Specified by:
setTaxable in interface FulfillmentGroupFee
getReportingCode
public java.lang.String getReportingCode()
- Specified by:
getReportingCode in interface FulfillmentGroupFee
setReportingCode
public void setReportingCode(java.lang.String reportingCode)
- Specified by:
setReportingCode in interface FulfillmentGroupFee
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2012. All Rights Reserved.