org.broadleafcommerce.vendor.paypal.service.payment.message.payment
Class PayPalItemRequest
java.lang.Object
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
PayPalItemRequest
public PayPalItemRequest()
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 © 2012. All Rights Reserved.