Package org.compiere.model
Interface I_C_AddressValidationCfg
- All Known Implementing Classes:
X_C_AddressValidationCfg
public interface I_C_AddressValidationCfg
Generated Interface for C_AddressValidationCfg
- 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 AddressValidationClassstatic final String
Column name C_AddressValidationCfg_IDstatic final String
Column name C_AddressValidationCfg_UUstatic 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 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 Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=200100static final String
TableName=C_AddressValidationCfg -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.Get Address Validation Classint
Get Address Validation ConfigurationGet C_AddressValidationCfg_UUGet Created.int
Get Created By.Get Description.Get Host Address.int
Get Host port.getName()
Get Name.Get Proxy address.Get Proxy logon.Get Proxy password.int
Get Proxy port.Get Service PathGet Updated.int
Get Updated By.boolean
isActive()
Get Active.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setAddressValidationClass
(String AddressValidationClass) Set Address Validation Classvoid
setC_AddressValidationCfg_ID
(int C_AddressValidationCfg_ID) Set Address Validation Configurationvoid
setC_AddressValidationCfg_UU
(String C_AddressValidationCfg_UU) Set C_AddressValidationCfg_UUvoid
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
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 Path
-
Field Details
-
Table_Name
TableName=C_AddressValidationCfg- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=200100- See Also:
-
Model
-
accessLevel
AccessLevel = 6 - System - Client -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AddressValidationClass
Column name AddressValidationClass- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_C_AddressValidationCfg_ID
Column name C_AddressValidationCfg_ID- See Also:
-
COLUMNNAME_C_AddressValidationCfg_UU
Column name C_AddressValidationCfg_UU- 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_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_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. -
setAddressValidationClass
Set Address Validation Class -
getAddressValidationClass
String getAddressValidationClass()Get Address Validation Class -
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 -
setC_AddressValidationCfg_ID
void setC_AddressValidationCfg_ID(int C_AddressValidationCfg_ID) Set Address Validation Configuration -
getC_AddressValidationCfg_ID
int getC_AddressValidationCfg_ID()Get Address Validation Configuration -
setC_AddressValidationCfg_UU
Set C_AddressValidationCfg_UU -
getC_AddressValidationCfg_UU
String getC_AddressValidationCfg_UU()Get C_AddressValidationCfg_UU -
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 -
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 -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-