urn.ebay.apis.eBLBaseComponents
Class IncentiveDetailType

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

public class IncentiveDetailType
extends Object


Constructor Summary
IncentiveDetailType()
          Default Constructor
IncentiveDetailType(Node node)
           
 
Method Summary
 List<IncentiveAppliedToType> getAppliedTo()
          Getter for appliedTo
 String getDisplayCode()
          Getter for displayCode
 String getErrorCode()
          Getter for errorCode
 String getIncentiveDescription()
          Getter for incentiveDescription
 IncentiveTypeCodeType getIncentiveType()
          Getter for incentiveType
 String getProgramId()
          Getter for programId
 String getRedemptionCode()
          Getter for redemptionCode
 String getStatus()
          Getter for status
 void setAppliedTo(List<IncentiveAppliedToType> appliedTo)
          Setter for appliedTo
 void setDisplayCode(String displayCode)
          Setter for displayCode
 void setErrorCode(String errorCode)
          Setter for errorCode
 void setIncentiveDescription(String incentiveDescription)
          Setter for incentiveDescription
 void setIncentiveType(IncentiveTypeCodeType incentiveType)
          Setter for incentiveType
 void setProgramId(String programId)
          Setter for programId
 void setRedemptionCode(String redemptionCode)
          Setter for redemptionCode
 void setStatus(String status)
          Setter for status
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncentiveDetailType

public IncentiveDetailType()
Default Constructor


IncentiveDetailType

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

getRedemptionCode

public String getRedemptionCode()
Getter for redemptionCode


setRedemptionCode

public void setRedemptionCode(String redemptionCode)
Setter for redemptionCode


getDisplayCode

public String getDisplayCode()
Getter for displayCode


setDisplayCode

public void setDisplayCode(String displayCode)
Setter for displayCode


getProgramId

public String getProgramId()
Getter for programId


setProgramId

public void setProgramId(String programId)
Setter for programId


getIncentiveType

public IncentiveTypeCodeType getIncentiveType()
Getter for incentiveType


setIncentiveType

public void setIncentiveType(IncentiveTypeCodeType incentiveType)
Setter for incentiveType


getIncentiveDescription

public String getIncentiveDescription()
Getter for incentiveDescription


setIncentiveDescription

public void setIncentiveDescription(String incentiveDescription)
Setter for incentiveDescription


getAppliedTo

public List<IncentiveAppliedToType> getAppliedTo()
Getter for appliedTo


setAppliedTo

public void setAppliedTo(List<IncentiveAppliedToType> appliedTo)
Setter for appliedTo


getStatus

public String getStatus()
Getter for status


setStatus

public void setStatus(String status)
Setter for status


getErrorCode

public String getErrorCode()
Getter for errorCode


setErrorCode

public void setErrorCode(String errorCode)
Setter for errorCode



Copyright © 2012. All Rights Reserved.