org.broadleafcommerce.vendor.cybersource.service.message
Class CyberSourceItemRequest

java.lang.Object
  extended by org.broadleafcommerce.vendor.cybersource.service.message.CyberSourceItemRequest
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CyberSourceTaxItemRequest

public class CyberSourceItemRequest
extends java.lang.Object
implements java.io.Serializable

Author:
jfischer
See Also:
Serialized Form

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

Constructor Detail

CyberSourceItemRequest

public CyberSourceItemRequest()
Method Detail

getShortDescription

public java.lang.String getShortDescription()

setShortDescription

public void setShortDescription(java.lang.String shortDescription)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getUnitPrice

public Money getUnitPrice()

setUnitPrice

public void setUnitPrice(Money unitPrice)

getQuantity

public java.lang.Long getQuantity()

setQuantity

public void setQuantity(java.lang.Long quantity)

getId

public java.lang.Long getId()

setId

protected void setId(java.lang.Long id)

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.