com.konakartadmin.app
Class AdminIpnSearch

java.lang.Object
  extended by com.konakartadmin.app.AdminIpnSearch

public class AdminIpnSearch
extends java.lang.Object

Allows you to enter search criteria for retrieving AdminIpnHistory objects


Field Summary
private  java.lang.String gatewayTxId
          gateway Transaction Id
private  java.lang.String kkResult
          kkResult - if set it must be an integer as a String
private  java.lang.String moduleCode
          module Code
private  int orderId
          order Id
private  int subscriptionId
          subscription Id
private  java.lang.String txType
          Transaction type
 
Constructor Summary
AdminIpnSearch()
          Constructor
 
Method Summary
 java.lang.String getGatewayTxId()
           
 java.lang.String getKkResult()
           
 java.lang.String getModuleCode()
           
 int getOrderId()
           
 int getSubscriptionId()
           
 java.lang.String getTxType()
           
 void setGatewayTxId(java.lang.String gatewayTxId)
           
 void setKkResult(java.lang.String kkResult)
           
 void setModuleCode(java.lang.String moduleCode)
           
 void setOrderId(int orderId)
           
 void setSubscriptionId(int subscriptionId)
           
 void setTxType(java.lang.String txType)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

moduleCode

private java.lang.String moduleCode
module Code


gatewayTxId

private java.lang.String gatewayTxId
gateway Transaction Id


orderId

private int orderId
order Id


subscriptionId

private int subscriptionId
subscription Id


kkResult

private java.lang.String kkResult
kkResult - if set it must be an integer as a String


txType

private java.lang.String txType
Transaction type

Constructor Detail

AdminIpnSearch

public AdminIpnSearch()
Constructor

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
Returns a string containing the attributes of the Product object and those of its Options.

getGatewayTxId

public java.lang.String getGatewayTxId()
Returns:
Returns the gatewayTxId.

setGatewayTxId

public void setGatewayTxId(java.lang.String gatewayTxId)
Parameters:
gatewayTxId - The gatewayTxId to set.

getKkResult

public java.lang.String getKkResult()
Returns:
Returns the kkResult.

setKkResult

public void setKkResult(java.lang.String kkResult)
Parameters:
kkResult - The kkResult to set.

getModuleCode

public java.lang.String getModuleCode()
Returns:
Returns the moduleCode.

setModuleCode

public void setModuleCode(java.lang.String moduleCode)
Parameters:
moduleCode - The moduleCode to set.

getOrderId

public int getOrderId()
Returns:
Returns the orderId.

setOrderId

public void setOrderId(int orderId)
Parameters:
orderId - The orderId to set.

getSubscriptionId

public int getSubscriptionId()
Returns:
the subscriptionId

setSubscriptionId

public void setSubscriptionId(int subscriptionId)
Parameters:
subscriptionId - the subscriptionId to set

getTxType

public java.lang.String getTxType()
Returns:
the txType

setTxType

public void setTxType(java.lang.String txType)
Parameters:
txType - the txType to set


Copyright © 2011 DS Data Systems UK Ltd.