Adempiere 3.5.2a

org.compiere.model
Interface I_C_PaymentProcessor

All Known Implementing Classes:
MPaymentProcessor, X_C_PaymentProcessor

public interface I_C_PaymentProcessor

Generated Interface for C_PaymentProcessor

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_AcceptAMEX
          Column name AcceptAMEX
static String COLUMNNAME_AcceptATM
          Column name AcceptATM
static String COLUMNNAME_AcceptCheck
          Column name AcceptCheck
static String COLUMNNAME_AcceptCorporate
          Column name AcceptCorporate
static String COLUMNNAME_AcceptDiners
          Column name AcceptDiners
static String COLUMNNAME_AcceptDirectDebit
          Column name AcceptDirectDebit
static String COLUMNNAME_AcceptDirectDeposit
          Column name AcceptDirectDeposit
static String COLUMNNAME_AcceptDiscover
          Column name AcceptDiscover
static String COLUMNNAME_AcceptMC
          Column name AcceptMC
static String COLUMNNAME_AcceptVisa
          Column name AcceptVisa
static String COLUMNNAME_AD_Sequence_ID
          Column name AD_Sequence_ID
static String COLUMNNAME_C_BankAccount_ID
          Column name C_BankAccount_ID
static String COLUMNNAME_C_Currency_ID
          Column name C_Currency_ID
static String COLUMNNAME_C_PaymentProcessor_ID
          Column name C_PaymentProcessor_ID
static String COLUMNNAME_Commission
          Column name Commission
static String COLUMNNAME_CostPerTrx
          Column name CostPerTrx
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_HostAddress
          Column name HostAddress
static String COLUMNNAME_HostPort
          Column name HostPort
static String COLUMNNAME_MinimumAmt
          Column name MinimumAmt
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_PartnerID
          Column name PartnerID
static String COLUMNNAME_Password
          Column name Password
static String COLUMNNAME_PayProcessorClass
          Column name PayProcessorClass
static String COLUMNNAME_ProxyAddress
          Column name ProxyAddress
static String COLUMNNAME_ProxyLogon
          Column name ProxyLogon
static String COLUMNNAME_ProxyPassword
          Column name ProxyPassword
static String COLUMNNAME_ProxyPort
          Column name ProxyPort
static String COLUMNNAME_RequireVV
          Column name RequireVV
static String COLUMNNAME_UserID
          Column name UserID
static String COLUMNNAME_VendorID
          Column name VendorID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=398
static String Table_Name
          TableName=C_PaymentProcessor
 
Method Summary
 int getAD_Sequence_ID()
          Get Sequence.
 int getC_BankAccount_ID()
          Get Bank Account.
 I_C_BankAccount getC_BankAccount()
           
 int getC_Currency_ID()
          Get Currency.
 I_C_Currency getC_Currency()
           
 int getC_PaymentProcessor_ID()
          Get Payment Processor.
 BigDecimal getCommission()
          Get Commission %.
 BigDecimal getCostPerTrx()
          Get Cost per transaction.
 String getDescription()
          Get Description.
 String getHostAddress()
          Get Host Address.
 int getHostPort()
          Get Host port.
 BigDecimal getMinimumAmt()
          Get Minimum Amt.
 String getName()
          Get Name.
 String getPartnerID()
          Get Partner ID.
 String getPassword()
          Get Password.
 String getPayProcessorClass()
          Get Payment Processor Class.
 String getProxyAddress()
          Get Proxy address.
 String getProxyLogon()
          Get Proxy logon.
 String getProxyPassword()
          Get Proxy password.
 int getProxyPort()
          Get Proxy port.
 String getUserID()
          Get User ID.
 String getVendorID()
          Get Vendor ID.
 boolean isAcceptAMEX()
          Get Accept AMEX.
 boolean isAcceptATM()
          Get Accept ATM.
 boolean isAcceptCheck()
          Get Accept Electronic Check.
 boolean isAcceptCorporate()
          Get Accept Corporate.
 boolean isAcceptDiners()
          Get Accept Diners.
 boolean isAcceptDirectDebit()
          Get Accept Direct Debit.
 boolean isAcceptDirectDeposit()
          Get Accept Direct Deposit.
 boolean isAcceptDiscover()
          Get Accept Discover.
 boolean isAcceptMC()
          Get Accept MasterCard.
 boolean isAcceptVisa()
          Get Accept Visa.
 boolean isRequireVV()
          Get Require CreditCard Verification Code.
 void setAcceptAMEX(boolean AcceptAMEX)
          Set Accept AMEX.
 void setAcceptATM(boolean AcceptATM)
          Set Accept ATM.
 void setAcceptCheck(boolean AcceptCheck)
          Set Accept Electronic Check.
 void setAcceptCorporate(boolean AcceptCorporate)
          Set Accept Corporate.
 void setAcceptDiners(boolean AcceptDiners)
          Set Accept Diners.
 void setAcceptDirectDebit(boolean AcceptDirectDebit)
          Set Accept Direct Debit.
 void setAcceptDirectDeposit(boolean AcceptDirectDeposit)
          Set Accept Direct Deposit.
 void setAcceptDiscover(boolean AcceptDiscover)
          Set Accept Discover.
 void setAcceptMC(boolean AcceptMC)
          Set Accept MasterCard.
 void setAcceptVisa(boolean AcceptVisa)
          Set Accept Visa.
 void setAD_Sequence_ID(int AD_Sequence_ID)
          Set Sequence.
 void setC_BankAccount_ID(int C_BankAccount_ID)
          Set Bank Account.
 void setC_Currency_ID(int C_Currency_ID)
          Set Currency.
 void setC_PaymentProcessor_ID(int C_PaymentProcessor_ID)
          Set Payment Processor.
 void setCommission(BigDecimal Commission)
          Set Commission %.
 void setCostPerTrx(BigDecimal CostPerTrx)
          Set Cost per transaction.
 void setDescription(String Description)
          Set Description.
 void setHostAddress(String HostAddress)
          Set Host Address.
 void setHostPort(int HostPort)
          Set Host port.
 void setMinimumAmt(BigDecimal MinimumAmt)
          Set Minimum Amt.
 void setName(String Name)
          Set Name.
 void setPartnerID(String PartnerID)
          Set Partner ID.
 void setPassword(String Password)
          Set Password.
 void setPayProcessorClass(String PayProcessorClass)
          Set Payment Processor Class.
 void setProxyAddress(String ProxyAddress)
          Set Proxy address.
 void setProxyLogon(String ProxyLogon)
          Set Proxy logon.
 void setProxyPassword(String ProxyPassword)
          Set Proxy password.
 void setProxyPort(int ProxyPort)
          Set Proxy port.
 void setRequireVV(boolean RequireVV)
          Set Require CreditCard Verification Code.
 void setUserID(String UserID)
          Set User ID.
 void setVendorID(String VendorID)
          Set Vendor ID.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_PaymentProcessor

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=398


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_AcceptAMEX

static final String COLUMNNAME_AcceptAMEX
Column name AcceptAMEX

See Also:
Constant Field Values

COLUMNNAME_AcceptATM

static final String COLUMNNAME_AcceptATM
Column name AcceptATM

See Also:
Constant Field Values

COLUMNNAME_AcceptCheck

static final String COLUMNNAME_AcceptCheck
Column name AcceptCheck

See Also:
Constant Field Values

COLUMNNAME_AcceptCorporate

static final String COLUMNNAME_AcceptCorporate
Column name AcceptCorporate

See Also:
Constant Field Values

COLUMNNAME_AcceptDiners

static final String COLUMNNAME_AcceptDiners
Column name AcceptDiners

See Also:
Constant Field Values

COLUMNNAME_AcceptDirectDebit

static final String COLUMNNAME_AcceptDirectDebit
Column name AcceptDirectDebit

See Also:
Constant Field Values

COLUMNNAME_AcceptDirectDeposit

static final String COLUMNNAME_AcceptDirectDeposit
Column name AcceptDirectDeposit

See Also:
Constant Field Values

COLUMNNAME_AcceptDiscover

static final String COLUMNNAME_AcceptDiscover
Column name AcceptDiscover

See Also:
Constant Field Values

COLUMNNAME_AcceptMC

static final String COLUMNNAME_AcceptMC
Column name AcceptMC

See Also:
Constant Field Values

COLUMNNAME_AcceptVisa

static final String COLUMNNAME_AcceptVisa
Column name AcceptVisa

See Also:
Constant Field Values

COLUMNNAME_AD_Sequence_ID

static final String COLUMNNAME_AD_Sequence_ID
Column name AD_Sequence_ID

See Also:
Constant Field Values

COLUMNNAME_C_BankAccount_ID

static final String COLUMNNAME_C_BankAccount_ID
Column name C_BankAccount_ID

See Also:
Constant Field Values

COLUMNNAME_C_Currency_ID

static final String COLUMNNAME_C_Currency_ID
Column name C_Currency_ID

See Also:
Constant Field Values

COLUMNNAME_Commission

static final String COLUMNNAME_Commission
Column name Commission

See Also:
Constant Field Values

COLUMNNAME_CostPerTrx

static final String COLUMNNAME_CostPerTrx
Column name CostPerTrx

See Also:
Constant Field Values

COLUMNNAME_C_PaymentProcessor_ID

static final String COLUMNNAME_C_PaymentProcessor_ID
Column name C_PaymentProcessor_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_HostAddress

static final String COLUMNNAME_HostAddress
Column name HostAddress

See Also:
Constant Field Values

COLUMNNAME_HostPort

static final String COLUMNNAME_HostPort
Column name HostPort

See Also:
Constant Field Values

COLUMNNAME_MinimumAmt

static final String COLUMNNAME_MinimumAmt
Column name MinimumAmt

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_PartnerID

static final String COLUMNNAME_PartnerID
Column name PartnerID

See Also:
Constant Field Values

COLUMNNAME_Password

static final String COLUMNNAME_Password
Column name Password

See Also:
Constant Field Values

COLUMNNAME_PayProcessorClass

static final String COLUMNNAME_PayProcessorClass
Column name PayProcessorClass

See Also:
Constant Field Values

COLUMNNAME_ProxyAddress

static final String COLUMNNAME_ProxyAddress
Column name ProxyAddress

See Also:
Constant Field Values

COLUMNNAME_ProxyLogon

static final String COLUMNNAME_ProxyLogon
Column name ProxyLogon

See Also:
Constant Field Values

COLUMNNAME_ProxyPassword

static final String COLUMNNAME_ProxyPassword
Column name ProxyPassword

See Also:
Constant Field Values

COLUMNNAME_ProxyPort

static final String COLUMNNAME_ProxyPort
Column name ProxyPort

See Also:
Constant Field Values

COLUMNNAME_RequireVV

static final String COLUMNNAME_RequireVV
Column name RequireVV

See Also:
Constant Field Values

COLUMNNAME_UserID

static final String COLUMNNAME_UserID
Column name UserID

See Also:
Constant Field Values

COLUMNNAME_VendorID

static final String COLUMNNAME_VendorID
Column name VendorID

See Also:
Constant Field Values
Method Detail

setAcceptAMEX

void setAcceptAMEX(boolean AcceptAMEX)
Set Accept AMEX. Accept American Express Card


isAcceptAMEX

boolean isAcceptAMEX()
Get Accept AMEX. Accept American Express Card


setAcceptATM

void setAcceptATM(boolean AcceptATM)
Set Accept ATM. Accept Bank ATM Card


isAcceptATM

boolean isAcceptATM()
Get Accept ATM. Accept Bank ATM Card


setAcceptCheck

void setAcceptCheck(boolean AcceptCheck)
Set Accept Electronic Check. Accept ECheck (Electronic Checks)


isAcceptCheck

boolean isAcceptCheck()
Get Accept Electronic Check. Accept ECheck (Electronic Checks)


setAcceptCorporate

void setAcceptCorporate(boolean AcceptCorporate)
Set Accept Corporate. Accept Corporate Purchase Cards


isAcceptCorporate

boolean isAcceptCorporate()
Get Accept Corporate. Accept Corporate Purchase Cards


setAcceptDiners

void setAcceptDiners(boolean AcceptDiners)
Set Accept Diners. Accept Diner's Club


isAcceptDiners

boolean isAcceptDiners()
Get Accept Diners. Accept Diner's Club


setAcceptDirectDebit

void setAcceptDirectDebit(boolean AcceptDirectDebit)
Set Accept Direct Debit. Accept Direct Debits (vendor initiated)


isAcceptDirectDebit

boolean isAcceptDirectDebit()
Get Accept Direct Debit. Accept Direct Debits (vendor initiated)


setAcceptDirectDeposit

void setAcceptDirectDeposit(boolean AcceptDirectDeposit)
Set Accept Direct Deposit. Accept Direct Deposit (payee initiated)


isAcceptDirectDeposit

boolean isAcceptDirectDeposit()
Get Accept Direct Deposit. Accept Direct Deposit (payee initiated)


setAcceptDiscover

void setAcceptDiscover(boolean AcceptDiscover)
Set Accept Discover. Accept Discover Card


isAcceptDiscover

boolean isAcceptDiscover()
Get Accept Discover. Accept Discover Card


setAcceptMC

void setAcceptMC(boolean AcceptMC)
Set Accept MasterCard. Accept Master Card


isAcceptMC

boolean isAcceptMC()
Get Accept MasterCard. Accept Master Card


setAcceptVisa

void setAcceptVisa(boolean AcceptVisa)
Set Accept Visa. Accept Visa Cards


isAcceptVisa

boolean isAcceptVisa()
Get Accept Visa. Accept Visa Cards


setAD_Sequence_ID

void setAD_Sequence_ID(int AD_Sequence_ID)
Set Sequence. Document Sequence


getAD_Sequence_ID

int getAD_Sequence_ID()
Get Sequence. Document Sequence


setC_BankAccount_ID

void setC_BankAccount_ID(int C_BankAccount_ID)
Set Bank Account. Account at the Bank


getC_BankAccount_ID

int getC_BankAccount_ID()
Get Bank Account. Account at the Bank


getC_BankAccount

I_C_BankAccount getC_BankAccount()
                                 throws Exception
Throws:
Exception

setC_Currency_ID

void setC_Currency_ID(int C_Currency_ID)
Set Currency. The Currency for this record


getC_Currency_ID

int getC_Currency_ID()
Get Currency. The Currency for this record


getC_Currency

I_C_Currency getC_Currency()
                           throws Exception
Throws:
Exception

setCommission

void setCommission(BigDecimal Commission)
Set Commission %. Commission stated as a percentage


getCommission

BigDecimal getCommission()
Get Commission %. Commission stated as a percentage


setCostPerTrx

void setCostPerTrx(BigDecimal CostPerTrx)
Set Cost per transaction. Fixed cost per transaction


getCostPerTrx

BigDecimal getCostPerTrx()
Get Cost per transaction. Fixed cost per transaction


setC_PaymentProcessor_ID

void setC_PaymentProcessor_ID(int C_PaymentProcessor_ID)
Set Payment Processor. Payment processor for electronic payments


getC_PaymentProcessor_ID

int getC_PaymentProcessor_ID()
Get Payment Processor. Payment processor for electronic payments


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setHostAddress

void setHostAddress(String HostAddress)
Set Host Address. Host Address URL or DNS


getHostAddress

String getHostAddress()
Get Host Address. Host Address URL or DNS


setHostPort

void setHostPort(int HostPort)
Set Host port. Host Communication Port


getHostPort

int getHostPort()
Get Host port. Host Communication Port


setMinimumAmt

void setMinimumAmt(BigDecimal MinimumAmt)
Set Minimum Amt. Minumum Amout in Document Currency


getMinimumAmt

BigDecimal getMinimumAmt()
Get Minimum Amt. Minumum Amout in Document Currency


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setPartnerID

void setPartnerID(String PartnerID)
Set Partner ID. Partner ID or Account for the Payment Processor


getPartnerID

String getPartnerID()
Get Partner ID. Partner ID or Account for the Payment Processor


setPassword

void setPassword(String Password)
Set Password. Password of any length (case sensitive)


getPassword

String getPassword()
Get Password. Password of any length (case sensitive)


setPayProcessorClass

void setPayProcessorClass(String PayProcessorClass)
Set Payment Processor Class. Payment Processor Java Class


getPayProcessorClass

String getPayProcessorClass()
Get Payment Processor Class. Payment Processor Java Class


setProxyAddress

void setProxyAddress(String ProxyAddress)
Set Proxy address. Address of your proxy server


getProxyAddress

String getProxyAddress()
Get Proxy address. Address of your proxy server


setProxyLogon

void setProxyLogon(String ProxyLogon)
Set Proxy logon. Logon of your proxy server


getProxyLogon

String getProxyLogon()
Get Proxy logon. Logon of your proxy server


setProxyPassword

void setProxyPassword(String ProxyPassword)
Set Proxy password. Password of your proxy server


getProxyPassword

String getProxyPassword()
Get Proxy password. Password of your proxy server


setProxyPort

void setProxyPort(int ProxyPort)
Set Proxy port. Port of your proxy server


getProxyPort

int getProxyPort()
Get Proxy port. Port of your proxy server


setRequireVV

void setRequireVV(boolean RequireVV)
Set Require CreditCard Verification Code. Require 3/4 digit Credit Verification Code


isRequireVV

boolean isRequireVV()
Get Require CreditCard Verification Code. Require 3/4 digit Credit Verification Code


setUserID

void setUserID(String UserID)
Set User ID. User ID or account number


getUserID

String getUserID()
Get User ID. User ID or account number


setVendorID

void setVendorID(String VendorID)
Set Vendor ID. Vendor ID for the Payment Processor


getVendorID

String getVendorID()
Get Vendor ID. Vendor ID for the Payment Processor


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.