Package org.compiere.model
Interface I_M_ShippingProcessorCfg
- All Known Implementing Classes:
X_M_ShippingProcessorCfg
public interface I_M_ShippingProcessorCfg
Generated Interface for M_ShippingProcessorCfg
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 6 - System - Clientstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name Descriptionstatic final String
Column name HostAddressstatic final String
Column name HostPortstatic final String
Column name IsActivestatic final String
Column name M_ShippingProcessorCfg_IDstatic final String
Column name M_ShippingProcessorCfg_UUstatic final String
Column name Namestatic final String
Column name ProxyAddressstatic final String
Column name ProxyLogonstatic final String
Column name ProxyPasswordstatic final String
Column name ProxyPortstatic final String
Column name ServicePathstatic final String
Column name ShippingProcessorClassstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=200046static final String
TableName=M_ShippingProcessorCfg -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.Get Created.int
Get Created By.Get Description.Get Host Address.int
Get Host port.int
Get Shipping Processor ConfigurationGet M_ShippingProcessorCfg_UUgetName()
Get Name.Get Proxy address.Get Proxy logon.Get Proxy password.int
Get Proxy port.Get Service PathGet Shipping Processor ClassGet Updated.int
Get Updated By.boolean
isActive()
Get Active.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setDescription
(String Description) Set Description.void
setHostAddress
(String HostAddress) Set Host Address.void
setHostPort
(int HostPort) Set Host port.void
setIsActive
(boolean IsActive) Set Active.void
setM_ShippingProcessorCfg_ID
(int M_ShippingProcessorCfg_ID) Set Shipping Processor Configurationvoid
setM_ShippingProcessorCfg_UU
(String M_ShippingProcessorCfg_UU) Set M_ShippingProcessorCfg_UUvoid
Set Name.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
setServicePath
(String ServicePath) Set Service Pathvoid
setShippingProcessorClass
(String ShippingProcessorClass) Set Shipping Processor Class
-
Field Details
-
Table_Name
TableName=M_ShippingProcessorCfg- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=200046- See Also:
-
Model
-
accessLevel
AccessLevel = 6 - System - Client -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_HostAddress
Column name HostAddress- See Also:
-
COLUMNNAME_HostPort
Column name HostPort- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_M_ShippingProcessorCfg_ID
Column name M_ShippingProcessorCfg_ID- See Also:
-
COLUMNNAME_M_ShippingProcessorCfg_UU
Column name M_ShippingProcessorCfg_UU- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_ProxyAddress
Column name ProxyAddress- See Also:
-
COLUMNNAME_ProxyLogon
Column name ProxyLogon- See Also:
-
COLUMNNAME_ProxyPassword
Column name ProxyPassword- See Also:
-
COLUMNNAME_ProxyPort
Column name ProxyPort- See Also:
-
COLUMNNAME_ServicePath
Column name ServicePath- See Also:
-
COLUMNNAME_ShippingProcessorClass
Column name ShippingProcessorClass- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
setHostAddress
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 -
setIsActive
void setIsActive(boolean IsActive) Set Active. The record is active in the system -
isActive
boolean isActive()Get Active. The record is active in the system -
setM_ShippingProcessorCfg_ID
void setM_ShippingProcessorCfg_ID(int M_ShippingProcessorCfg_ID) Set Shipping Processor Configuration -
getM_ShippingProcessorCfg_ID
int getM_ShippingProcessorCfg_ID()Get Shipping Processor Configuration -
setM_ShippingProcessorCfg_UU
Set M_ShippingProcessorCfg_UU -
getM_ShippingProcessorCfg_UU
String getM_ShippingProcessorCfg_UU()Get M_ShippingProcessorCfg_UU -
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setProxyAddress
Set Proxy address. Address of your proxy server -
getProxyAddress
String getProxyAddress()Get Proxy address. Address of your proxy server -
setProxyLogon
Set Proxy logon. Logon of your proxy server -
getProxyLogon
String getProxyLogon()Get Proxy logon. Logon of your proxy server -
setProxyPassword
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 -
setServicePath
Set Service Path -
getServicePath
String getServicePath()Get Service Path -
setShippingProcessorClass
Set Shipping Processor Class -
getShippingProcessorClass
String getShippingProcessorClass()Get Shipping Processor Class -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-