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 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 3 - Client - Orgstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name C_AddressValidation_IDstatic final StringColumn name C_AddressValidation_UUstatic final StringColumn name C_AddressValidationCfg_IDstatic final StringColumn name ConnectionKeystatic final StringColumn name ConnectionPasswordstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name IsActivestatic final StringColumn name Namestatic final StringColumn name SeqNostatic final StringColumn name ShipperAccountstatic final StringColumn name ShipperMeterstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final StringColumn name UserIDstatic final KeyNamePairstatic final intAD_Table_ID=200101static final StringTableName=C_AddressValidation -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.intGet Address ValidationGet C_AddressValidation_UUDeprecated.intGet Address Validation ConfigurationGet Connection KeyGet Connection PasswordGet Created.intGet Created By.getName()Get Name.intgetSeqNo()Get Sequence.Get Shipper Account NumberGet Shipper MeterGet Updated.intGet Updated By.Get User ID.booleanisActive()Get Active.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetC_AddressValidation_ID(int C_AddressValidation_ID) Set Address ValidationvoidsetC_AddressValidation_UU(String C_AddressValidation_UU) Set C_AddressValidation_UUvoidsetC_AddressValidationCfg_ID(int C_AddressValidationCfg_ID) Set Address Validation ConfigurationvoidsetConnectionKey(String ConnectionKey) Set Connection KeyvoidsetConnectionPassword(String ConnectionPassword) Set Connection PasswordvoidsetIsActive(boolean IsActive) Set Active.voidSet Name.voidsetSeqNo(int SeqNo) Set Sequence.voidsetShipperAccount(String ShipperAccount) Set Shipper Account NumbervoidsetShipperMeter(String ShipperMeter) Set Shipper MetervoidSet 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
@Deprecated(since="13") I_C_AddressValidationCfg getC_AddressValidationCfg() throws RuntimeExceptionDeprecated.- 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
-