Package org.compiere.model
Interface I_C_AddressValidation
- All Known Implementing Classes:
MAddressValidation
,X_C_AddressValidation
public interface I_C_AddressValidation
Generated Interface for C_AddressValidation
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 3 - Client - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name C_AddressValidation_IDstatic final String
Column name C_AddressValidation_UUstatic final String
Column name C_AddressValidationCfg_IDstatic final String
Column name ConnectionKeystatic final String
Column name ConnectionPasswordstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name IsActivestatic final String
Column name Namestatic final String
Column name SeqNostatic final String
Column name ShipperAccountstatic final String
Column name ShipperMeterstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final String
Column name UserIDstatic final KeyNamePair
static final int
AD_Table_ID=200101static final String
TableName=C_AddressValidation -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Address ValidationGet C_AddressValidation_UUint
Get Address Validation ConfigurationGet Connection KeyGet Connection PasswordGet Created.int
Get Created By.getName()
Get Name.int
getSeqNo()
Get Sequence.Get Shipper Account NumberGet Shipper MeterGet Updated.int
Get Updated By.Get User ID.boolean
isActive()
Get Active.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setC_AddressValidation_ID
(int C_AddressValidation_ID) Set Address Validationvoid
setC_AddressValidation_UU
(String C_AddressValidation_UU) Set C_AddressValidation_UUvoid
setC_AddressValidationCfg_ID
(int C_AddressValidationCfg_ID) Set Address Validation Configurationvoid
setConnectionKey
(String ConnectionKey) Set Connection Keyvoid
setConnectionPassword
(String ConnectionPassword) Set Connection Passwordvoid
setIsActive
(boolean IsActive) Set Active.void
Set Name.void
setSeqNo
(int SeqNo) Set Sequence.void
setShipperAccount
(String ShipperAccount) Set Shipper Account Numbervoid
setShipperMeter
(String ShipperMeter) Set Shipper Metervoid
Set User ID.
-
Field Details
-
Table_Name
TableName=C_AddressValidation- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=200101- See Also:
-
Model
-
accessLevel
AccessLevel = 3 - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- 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_AddressValidation_ID
Column name C_AddressValidation_ID- See Also:
-
COLUMNNAME_C_AddressValidation_UU
Column name C_AddressValidation_UU- See Also:
-
COLUMNNAME_ConnectionKey
Column name ConnectionKey- See Also:
-
COLUMNNAME_ConnectionPassword
Column name ConnectionPassword- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_SeqNo
Column name SeqNo- See Also:
-
COLUMNNAME_ShipperAccount
Column name ShipperAccount- See Also:
-
COLUMNNAME_ShipperMeter
Column name ShipperMeter- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_UserID
Column name UserID- 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 -
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 -
getC_AddressValidationCfg
- Throws:
RuntimeException
-
setC_AddressValidation_ID
void setC_AddressValidation_ID(int C_AddressValidation_ID) Set Address Validation -
getC_AddressValidation_ID
int getC_AddressValidation_ID()Get Address Validation -
setC_AddressValidation_UU
Set C_AddressValidation_UU -
getC_AddressValidation_UU
String getC_AddressValidation_UU()Get C_AddressValidation_UU -
setConnectionKey
Set Connection Key -
getConnectionKey
String getConnectionKey()Get Connection Key -
setConnectionPassword
Set Connection Password -
getConnectionPassword
String getConnectionPassword()Get Connection Password -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
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 -
setSeqNo
void setSeqNo(int SeqNo) Set Sequence. Method of ordering records; lowest number comes first -
getSeqNo
int getSeqNo()Get Sequence. Method of ordering records; lowest number comes first -
setShipperAccount
Set Shipper Account Number -
getShipperAccount
String getShipperAccount()Get Shipper Account Number -
setShipperMeter
Set Shipper Meter -
getShipperMeter
String getShipperMeter()Get Shipper Meter -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records -
setUserID
Set User ID. User ID or account number -
getUserID
String getUserID()Get User ID. User ID or account number
-