com.google.checkout.notification
Class Promotion

java.lang.Object
  extended by com.google.checkout.notification.Promotion

public class Promotion
extends java.lang.Object

Author:
(Charles Dang) cdang@google.com

Constructor Summary
Promotion(org.w3c.dom.Document document, org.w3c.dom.Element promotion)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 float getTotalAmount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Promotion

public Promotion(org.w3c.dom.Document document,
                 org.w3c.dom.Element promotion)
Method Detail

getDescription

public java.lang.String getDescription()

getName

public java.lang.String getName()

getTotalAmount

public float getTotalAmount()