urn.ebay.apis.eBLBaseComponents
Class IncentiveAppliedToType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.IncentiveAppliedToType

public class IncentiveAppliedToType
extends Object


Constructor Summary
IncentiveAppliedToType()
          Default Constructor
IncentiveAppliedToType(Node node)
           
 
Method Summary
 String getBucketId()
          Getter for bucketId
 BasicAmountType getIncentiveAmount()
          Getter for incentiveAmount
 String getItemId()
          Getter for itemId
 String getSubType()
          Getter for subType
 void setBucketId(String bucketId)
          Setter for bucketId
 void setIncentiveAmount(BasicAmountType incentiveAmount)
          Setter for incentiveAmount
 void setItemId(String itemId)
          Setter for itemId
 void setSubType(String subType)
          Setter for subType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncentiveAppliedToType

public IncentiveAppliedToType()
Default Constructor


IncentiveAppliedToType

public IncentiveAppliedToType(Node node)
                       throws XPathExpressionException
Throws:
XPathExpressionException
Method Detail

getBucketId

public String getBucketId()
Getter for bucketId


setBucketId

public void setBucketId(String bucketId)
Setter for bucketId


getItemId

public String getItemId()
Getter for itemId


setItemId

public void setItemId(String itemId)
Setter for itemId


getIncentiveAmount

public BasicAmountType getIncentiveAmount()
Getter for incentiveAmount


setIncentiveAmount

public void setIncentiveAmount(BasicAmountType incentiveAmount)
Setter for incentiveAmount


getSubType

public String getSubType()
Getter for subType


setSubType

public void setSubType(String subType)
Setter for subType



Copyright © 2012. All Rights Reserved.