public class PunchOutSession extends Object implements Serializable
| Constructor and Description |
|---|
PunchOutSession() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBrowserFormPostUrl() |
String |
getBuyerCookie() |
List |
getInitiatedBy() |
String |
getKey() |
String |
getOperation() |
String |
getSalt() |
List |
getSentBy() |
String |
getSentByUserAgent() |
Address |
getShippingAddress() |
List |
getTargetedTo() |
Date |
getTime() |
void |
setBrowserFormPostUrl(String browserFormPostUrl) |
void |
setBuyerCookie(String buyerCookie) |
void |
setInitiatedBy(List initiatedBy) |
void |
setKey(String key) |
void |
setOperation(String operation) |
void |
setSalt(String salt) |
void |
setSentBy(List sentBy) |
void |
setSentByUserAgent(String sentByUserAgent) |
void |
setShippingAddress(Address shippingAddress) |
void |
setTargetedTo(List targetedTo) |
void |
setTime(Date time) |
public void setOperation(String operation)
public String getOperation()
public void setBuyerCookie(String buyerCookie)
public String getBuyerCookie()
public void setBrowserFormPostUrl(String browserFormPostUrl)
public String getBrowserFormPostUrl()
public void setTime(Date time)
public Date getTime()
public void setInitiatedBy(List initiatedBy)
public List getInitiatedBy()
public void setTargetedTo(List targetedTo)
public List getTargetedTo()
public void setSentBy(List sentBy)
public List getSentBy()
public void setSentByUserAgent(String sentByUserAgent)
public String getSentByUserAgent()
public void setShippingAddress(Address shippingAddress)
public Address getShippingAddress()
public void setKey(String key)
public String getKey()
public void setSalt(String salt)
public String getSalt()
Copyright © 2017 SAP SE. All Rights Reserved.