org.broadleafcommerce.vendor.paypal.service.payment.message.payment
Class PayPalItemRequest

java.lang.Object
  extended by org.broadleafcommerce.vendor.paypal.service.payment.message.payment.PayPalItemRequest
All Implemented Interfaces:
Serializable

public class PayPalItemRequest
extends Object
implements Serializable

Author:
jfischer
See Also:
Serialized Form

Constructor Summary
PayPalItemRequest()
           
 
Method Summary
 boolean equals(Object o)
           
 String getDescription()
           
 Long getId()
           
 Long getQuantity()
           
 String getShortDescription()
           
 String getSystemId()
           
 org.broadleafcommerce.common.money.Money getUnitPrice()
           
 int hashCode()
           
 void setDescription(String description)
           
protected  void setId(Long id)
           
 void setQuantity(Long quantity)
           
 void setShortDescription(String shortDescription)
           
 void setSystemId(String systemId)
           
 void setUnitPrice(org.broadleafcommerce.common.money.Money unitPrice)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PayPalItemRequest

public PayPalItemRequest()
Method Detail

getShortDescription

public String getShortDescription()

setShortDescription

public void setShortDescription(String shortDescription)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getUnitPrice

public org.broadleafcommerce.common.money.Money getUnitPrice()

setUnitPrice

public void setUnitPrice(org.broadleafcommerce.common.money.Money unitPrice)

getQuantity

public Long getQuantity()

setQuantity

public void setQuantity(Long quantity)

getId

public Long getId()

setId

protected void setId(Long id)

getSystemId

public String getSystemId()

setSystemId

public void setSystemId(String systemId)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013. All Rights Reserved.