com.counterclaim.openefm.billing
Class BillingResponse

java.lang.Object
  |
  +--com.counterclaim.openefm.billing.BillingResponse

public class BillingResponse
extends java.lang.Object


Field Summary
 boolean accepted
           
 java.lang.String response
           
 int result
           
 
Constructor Summary
BillingResponse()
           
 
Method Summary
 java.lang.String getResponse()
           
 java.lang.String getResultMsg()
           
 void setAccepted(boolean valid)
           
 void setResponse(java.lang.String resp)
           
 void setResult(int r)
           
 boolean wasAccepted()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

response

public java.lang.String response

accepted

public boolean accepted

result

public int result
Constructor Detail

BillingResponse

public BillingResponse()
Method Detail

getResponse

public java.lang.String getResponse()

setResponse

public void setResponse(java.lang.String resp)

wasAccepted

public boolean wasAccepted()

setAccepted

public void setAccepted(boolean valid)

setResult

public void setResult(int r)

getResultMsg

public java.lang.String getResultMsg()


Copyright © 2002 counterclaim.com. All Rights Reserved.