org.broadleafcommerce.core.order.domain
Class FulfillmentGroupFeeImpl

java.lang.Object
  extended by org.broadleafcommerce.core.order.domain.FulfillmentGroupFeeImpl
All Implemented Interfaces:
Serializable, FulfillmentGroupFee

@Entity
public class FulfillmentGroupFeeImpl
extends Object
implements FulfillmentGroupFee

See Also:
Serialized Form

Field Summary
protected  BigDecimal amount
           
protected  FulfillmentGroup fulfillmentGroup
           
protected  Long id
           
 
Constructor Summary
FulfillmentGroupFeeImpl()
           
 
Method Summary
 boolean equals(Object obj)
           
 Money getAmount()
           
 FulfillmentGroup getFulfillmentGroup()
           
 Long getId()
           
 String getName()
           
 String getReportingCode()
           
 int hashCode()
           
 Boolean isTaxable()
           
 void setAmount(Money amount)
           
 void setFulfillmentGroup(FulfillmentGroup fulfillmentGroup)
           
 void setId(Long id)
           
 void setName(String name)
           
 void setReportingCode(String reportingCode)
           
 void setTaxable(Boolean isTaxable)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id

fulfillmentGroup

protected FulfillmentGroup fulfillmentGroup

amount

protected BigDecimal amount
Constructor Detail

FulfillmentGroupFeeImpl

public FulfillmentGroupFeeImpl()
Method Detail

getId

public Long getId()
Specified by:
getId in interface FulfillmentGroupFee

setId

public void setId(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 String getName()
Specified by:
getName in interface FulfillmentGroupFee

setName

public void setName(String name)
Specified by:
setName in interface FulfillmentGroupFee

isTaxable

public Boolean isTaxable()
Specified by:
isTaxable in interface FulfillmentGroupFee

setTaxable

public void setTaxable(Boolean isTaxable)
Specified by:
setTaxable in interface FulfillmentGroupFee

getReportingCode

public String getReportingCode()
Specified by:
getReportingCode in interface FulfillmentGroupFee

setReportingCode

public void setReportingCode(String reportingCode)
Specified by:
setReportingCode in interface FulfillmentGroupFee

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012. All Rights Reserved.