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 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 AddressValidationClassstatic final StringColumn name C_AddressValidationCfg_IDstatic final StringColumn name C_AddressValidationCfg_UUstatic 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 Namestatic final StringColumn name ProxyAddressstatic final StringColumn name ProxyLogonstatic final StringColumn name ProxyPasswordstatic final StringColumn name ProxyPortstatic final StringColumn name ServicePathstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=200100static final StringTableName=C_AddressValidationCfg -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.Get Address Validation ClassintGet Address Validation ConfigurationGet C_AddressValidationCfg_UUGet Created.intGet Created By.Get Description.Get Host Address.intGet Host port.getName()Get Name.Get Proxy address.Get Proxy logon.Get Proxy password.intGet Proxy port.Get Service PathGet Updated.intGet Updated By.booleanisActive()Get Active.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetAddressValidationClass(String AddressValidationClass) Set Address Validation ClassvoidsetC_AddressValidationCfg_ID(int C_AddressValidationCfg_ID) Set Address Validation ConfigurationvoidsetC_AddressValidationCfg_UU(String C_AddressValidationCfg_UU) Set C_AddressValidationCfg_UUvoidsetDescription(String Description) Set Description.voidsetHostAddress(String HostAddress) Set Host Address.voidsetHostPort(int HostPort) Set Host port.voidsetIsActive(boolean IsActive) Set Active.voidSet 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 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_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AddressValidationClass
Column name AddressValidationClass- 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. -
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 -
setAddressValidationClass
Set Address Validation Class -
getAddressValidationClass
String getAddressValidationClass()Get Address Validation Class -
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
-