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 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 6 - System - Clientstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name Descriptionstatic final StringColumn name HostAddressstatic final StringColumn name HostPortstatic final StringColumn name IsActivestatic final StringColumn name M_ShippingProcessorCfg_IDstatic final StringColumn name M_ShippingProcessorCfg_UUstatic final StringColumn name Namestatic final StringColumn name ProxyAddressstatic final StringColumn name ProxyLogonstatic final StringColumn name ProxyPasswordstatic final StringColumn name ProxyPortstatic final StringColumn name ServicePathstatic final StringColumn name ShippingProcessorClassstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=200046static final StringTableName=M_ShippingProcessorCfg -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.Get Created.intGet Created By.Get Description.Get Host Address.intGet Host port.intGet Shipping Processor ConfigurationGet M_ShippingProcessorCfg_UUgetName()Get Name.Get Proxy address.Get Proxy logon.Get Proxy password.intGet Proxy port.Get Service PathGet Shipping Processor ClassGet Updated.intGet Updated By.booleanisActive()Get Active.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetDescription(String Description) Set Description.voidsetHostAddress(String HostAddress) Set Host Address.voidsetHostPort(int HostPort) Set Host port.voidsetIsActive(boolean IsActive) Set Active.voidsetM_ShippingProcessorCfg_ID(int M_ShippingProcessorCfg_ID) Set Shipping Processor ConfigurationvoidsetM_ShippingProcessorCfg_UU(String M_ShippingProcessorCfg_UU) Set M_ShippingProcessorCfg_UUvoidSet Name.voidsetProxyAddress(String ProxyAddress) Set Proxy address.voidsetProxyLogon(String ProxyLogon) Set Proxy logon.voidsetProxyPassword(String ProxyPassword) Set Proxy password.voidsetProxyPort(int ProxyPort) Set Proxy port.voidsetServicePath(String ServicePath) Set Service PathvoidsetShippingProcessorClass(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
-