org.kuali.kfs.module.purap.businessobject
Class B2BInformation

java.lang.Object
  extended by org.kuali.kfs.module.purap.businessobject.B2BInformation
All Implemented Interfaces:
Serializable

public class B2BInformation
extends Object
implements Serializable

This holds information we need to start shopping with B2B.

See Also:
Serialized Form

Constructor Summary
B2BInformation()
           
 
Method Summary
 String getEnvironment()
           
 String getIdentity()
           
 String getPassword()
           
 String getPunchbackURL()
           
 String getPunchoutURL()
           
 String getUserAgent()
           
 void setEnvironment(String environment)
           
 void setIdentity(String identity)
           
 void setPassword(String password)
           
 void setPunchbackURL(String punchbackURL)
           
 void setPunchoutURL(String punchoutURL)
           
 void setUserAgent(String userAgent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

B2BInformation

public B2BInformation()
Method Detail

getPunchbackURL

public String getPunchbackURL()

setPunchbackURL

public void setPunchbackURL(String punchbackURL)

getPunchoutURL

public String getPunchoutURL()

setPunchoutURL

public void setPunchoutURL(String punchoutURL)

getEnvironment

public String getEnvironment()

setEnvironment

public void setEnvironment(String environment)

getUserAgent

public String getUserAgent()

setUserAgent

public void setUserAgent(String userAgent)

getIdentity

public String getIdentity()

setIdentity

public void setIdentity(String identity)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.