Package org.compiere.model
Interface I_C_Country
- All Known Implementing Classes:
MCountry
,X_C_Country
public interface I_C_Country
Generated Interface for C_Country
- 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_Languagestatic final String
Column name AD_Org_IDstatic final String
Column name AllowCitiesOutOfListstatic final String
Column name C_Country_IDstatic final String
Column name C_Country_UUstatic final String
Column name C_Currency_IDstatic final String
Column name CaptureSequencestatic final String
Column name CountryCodestatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name Descriptionstatic final String
Column name DisplaySequencestatic final String
Column name DisplaySequenceLocalstatic final String
Column name ExpressionBankAccountNostatic final String
Column name ExpressionBankRoutingNostatic final String
Column name ExpressionPhonestatic final String
Column name ExpressionPostalstatic final String
Column name ExpressionPostal_Addstatic final String
Column name HasPostal_Addstatic final String
Column name HasRegionstatic final String
Column name IsActivestatic final String
Column name IsAddressLinesLocalReversestatic final String
Column name IsAddressLinesReversestatic final String
Column name IsPostcodeLookupstatic final String
Column name LookupClassNamestatic final String
Column name LookupClientIDstatic final String
Column name LookupPasswordstatic final String
Column name LookupUrlstatic final String
Column name MediaSizestatic final String
Column name Namestatic final String
Column name PlaceholderAddress1static final String
Column name PlaceholderAddress2static final String
Column name PlaceholderAddress3static final String
Column name PlaceholderAddress4static final String
Column name PlaceholderAddress5static final String
Column name PlaceholderCitystatic final String
Column name PlaceholderCommentsstatic final String
Column name PlaceholderPostalstatic final String
Column name PlaceholderPostal_Addstatic final String
Column name RegionNamestatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=170static final String
TableName=C_Country -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.Get Language.int
Get Organization.int
Get Country.Get C_Country_UUint
Get Currency.Get Capture SequenceGet ISO Country Code.Get Created.int
Get Created By.Get Description.Get Address Print Format.Get Local Address Format.Get Bank Account No Format.Get Bank Routing No Format.Get Phone Format.Get Postal Code Format.Get Additional Postal Format.Get Lookup ClassName.Get Lookup Tenant ID.Get Lookup Password.Get Lookup URL.Get Media Size.getName()
Get Name.Get Placeholder for Address 1Get Placeholder for Address 2Get Placeholder for Address 3Get Placeholder for Address 4Get Placeholder for Address 5Get Placeholder for cityGet Placeholder for commentsGet Placeholder for postalGet Placeholder for additional zipGet Region.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Reverse Local Address Lines.boolean
Get Reverse Address Lines.boolean
Get Allow Cities out of List.boolean
Get Additional Postal code.boolean
Get Country has Region.boolean
Get Use Postcode Lookup.void
setAD_Language
(String AD_Language) Set Language.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setAllowCitiesOutOfList
(boolean AllowCitiesOutOfList) Set Allow Cities out of List.void
setC_Country_ID
(int C_Country_ID) Set Country.void
setC_Country_UU
(String C_Country_UU) Set C_Country_UUvoid
setC_Currency_ID
(int C_Currency_ID) Set Currency.void
setCaptureSequence
(String CaptureSequence) Set Capture Sequencevoid
setCountryCode
(String CountryCode) Set ISO Country Code.void
setDescription
(String Description) Set Description.void
setDisplaySequence
(String DisplaySequence) Set Address Print Format.void
setDisplaySequenceLocal
(String DisplaySequenceLocal) Set Local Address Format.void
setExpressionBankAccountNo
(String ExpressionBankAccountNo) Set Bank Account No Format.void
setExpressionBankRoutingNo
(String ExpressionBankRoutingNo) Set Bank Routing No Format.void
setExpressionPhone
(String ExpressionPhone) Set Phone Format.void
setExpressionPostal
(String ExpressionPostal) Set Postal Code Format.void
setExpressionPostal_Add
(String ExpressionPostal_Add) Set Additional Postal Format.void
setHasPostal_Add
(boolean HasPostal_Add) Set Additional Postal code.void
setHasRegion
(boolean HasRegion) Set Country has Region.void
setIsActive
(boolean IsActive) Set Active.void
setIsAddressLinesLocalReverse
(boolean IsAddressLinesLocalReverse) Set Reverse Local Address Lines.void
setIsAddressLinesReverse
(boolean IsAddressLinesReverse) Set Reverse Address Lines.void
setIsPostcodeLookup
(boolean IsPostcodeLookup) Set Use Postcode Lookup.void
setLookupClassName
(String LookupClassName) Set Lookup ClassName.void
setLookupClientID
(String LookupClientID) Set Lookup Tenant ID.void
setLookupPassword
(String LookupPassword) Set Lookup Password.void
setLookupUrl
(String LookupUrl) Set Lookup URL.void
setMediaSize
(String MediaSize) Set Media Size.void
Set Name.void
setPlaceholderAddress1
(String PlaceholderAddress1) Set Placeholder for Address 1void
setPlaceholderAddress2
(String PlaceholderAddress2) Set Placeholder for Address 2void
setPlaceholderAddress3
(String PlaceholderAddress3) Set Placeholder for Address 3void
setPlaceholderAddress4
(String PlaceholderAddress4) Set Placeholder for Address 4void
setPlaceholderAddress5
(String PlaceholderAddress5) Set Placeholder for Address 5void
setPlaceholderCity
(String PlaceholderCity) Set Placeholder for cityvoid
setPlaceholderComments
(String PlaceholderComments) Set Placeholder for commentsvoid
setPlaceholderPostal
(String PlaceholderPostal) Set Placeholder for postalvoid
setPlaceholderPostal_Add
(String PlaceholderPostal_Add) Set Placeholder for additional zipvoid
setRegionName
(String RegionName) Set Region.
-
Field Details
-
Table_Name
TableName=C_Country- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=170- See Also:
-
Model
-
accessLevel
AccessLevel = 6 - System - Client -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Language
Column name AD_Language- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AllowCitiesOutOfList
Column name AllowCitiesOutOfList- See Also:
-
COLUMNNAME_CaptureSequence
Column name CaptureSequence- See Also:
-
COLUMNNAME_C_Country_ID
Column name C_Country_ID- See Also:
-
COLUMNNAME_C_Country_UU
Column name C_Country_UU- See Also:
-
COLUMNNAME_C_Currency_ID
Column name C_Currency_ID- See Also:
-
COLUMNNAME_CountryCode
Column name CountryCode- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_DisplaySequence
Column name DisplaySequence- See Also:
-
COLUMNNAME_DisplaySequenceLocal
Column name DisplaySequenceLocal- See Also:
-
COLUMNNAME_ExpressionBankAccountNo
Column name ExpressionBankAccountNo- See Also:
-
COLUMNNAME_ExpressionBankRoutingNo
Column name ExpressionBankRoutingNo- See Also:
-
COLUMNNAME_ExpressionPhone
Column name ExpressionPhone- See Also:
-
COLUMNNAME_ExpressionPostal
Column name ExpressionPostal- See Also:
-
COLUMNNAME_ExpressionPostal_Add
Column name ExpressionPostal_Add- See Also:
-
COLUMNNAME_HasPostal_Add
Column name HasPostal_Add- See Also:
-
COLUMNNAME_HasRegion
Column name HasRegion- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsAddressLinesLocalReverse
Column name IsAddressLinesLocalReverse- See Also:
-
COLUMNNAME_IsAddressLinesReverse
Column name IsAddressLinesReverse- See Also:
-
COLUMNNAME_IsPostcodeLookup
Column name IsPostcodeLookup- See Also:
-
COLUMNNAME_LookupClassName
Column name LookupClassName- See Also:
-
COLUMNNAME_LookupClientID
Column name LookupClientID- See Also:
-
COLUMNNAME_LookupPassword
Column name LookupPassword- See Also:
-
COLUMNNAME_LookupUrl
Column name LookupUrl- See Also:
-
COLUMNNAME_MediaSize
Column name MediaSize- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_PlaceholderAddress1
Column name PlaceholderAddress1- See Also:
-
COLUMNNAME_PlaceholderAddress2
Column name PlaceholderAddress2- See Also:
-
COLUMNNAME_PlaceholderAddress3
Column name PlaceholderAddress3- See Also:
-
COLUMNNAME_PlaceholderAddress4
Column name PlaceholderAddress4- See Also:
-
COLUMNNAME_PlaceholderAddress5
Column name PlaceholderAddress5- See Also:
-
COLUMNNAME_PlaceholderCity
Column name PlaceholderCity- See Also:
-
COLUMNNAME_PlaceholderComments
Column name PlaceholderComments- See Also:
-
COLUMNNAME_PlaceholderPostal
Column name PlaceholderPostal- See Also:
-
COLUMNNAME_PlaceholderPostal_Add
Column name PlaceholderPostal_Add- See Also:
-
COLUMNNAME_RegionName
Column name RegionName- 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_Language
Set Language. Language for this entity -
getAD_Language
String getAD_Language()Get Language. Language for this entity -
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 -
setAllowCitiesOutOfList
void setAllowCitiesOutOfList(boolean AllowCitiesOutOfList) Set Allow Cities out of List. A flag to allow cities, currently not in the list, to be entered -
isAllowCitiesOutOfList
boolean isAllowCitiesOutOfList()Get Allow Cities out of List. A flag to allow cities, currently not in the list, to be entered -
setCaptureSequence
Set Capture Sequence -
getCaptureSequence
String getCaptureSequence()Get Capture Sequence -
setC_Country_ID
void setC_Country_ID(int C_Country_ID) Set Country. Country -
getC_Country_ID
int getC_Country_ID()Get Country. Country -
setC_Country_UU
Set C_Country_UU -
getC_Country_UU
String getC_Country_UU()Get C_Country_UU -
setC_Currency_ID
void setC_Currency_ID(int C_Currency_ID) Set Currency. The Currency for this record -
getC_Currency_ID
int getC_Currency_ID()Get Currency. The Currency for this record -
getC_Currency
- Throws:
RuntimeException
-
setCountryCode
Set ISO Country Code. Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html -
getCountryCode
String getCountryCode()Get ISO Country Code. Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html -
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 -
setDisplaySequence
Set Address Print Format. Format for printing this Address -
getDisplaySequence
String getDisplaySequence()Get Address Print Format. Format for printing this Address -
setDisplaySequenceLocal
Set Local Address Format. Format for printing this Address locally -
getDisplaySequenceLocal
String getDisplaySequenceLocal()Get Local Address Format. Format for printing this Address locally -
setExpressionBankAccountNo
Set Bank Account No Format. Format of the Bank Account -
getExpressionBankAccountNo
String getExpressionBankAccountNo()Get Bank Account No Format. Format of the Bank Account -
setExpressionBankRoutingNo
Set Bank Routing No Format. Format of the Bank Routing Number -
getExpressionBankRoutingNo
String getExpressionBankRoutingNo()Get Bank Routing No Format. Format of the Bank Routing Number -
setExpressionPhone
Set Phone Format. Format of the phone; Can contain fixed format elements, Variables: " _lLoOaAcCa09" -
getExpressionPhone
String getExpressionPhone()Get Phone Format. Format of the phone; Can contain fixed format elements, Variables: " _lLoOaAcCa09" -
setExpressionPostal
Set Postal Code Format. Format of the postal code; Can contain fixed format elements, Variables: " _lLoOaAcCa09" -
getExpressionPostal
String getExpressionPostal()Get Postal Code Format. Format of the postal code; Can contain fixed format elements, Variables: " _lLoOaAcCa09" -
setExpressionPostal_Add
Set Additional Postal Format. Format of the value; Can contain fixed format elements, Variables: " _lLoOaAcCa09" -
getExpressionPostal_Add
String getExpressionPostal_Add()Get Additional Postal Format. Format of the value; Can contain fixed format elements, Variables: " _lLoOaAcCa09" -
setHasPostal_Add
void setHasPostal_Add(boolean HasPostal_Add) Set Additional Postal code. Has Additional Postal Code -
isHasPostal_Add
boolean isHasPostal_Add()Get Additional Postal code. Has Additional Postal Code -
setHasRegion
void setHasRegion(boolean HasRegion) Set Country has Region. Country contains Regions -
isHasRegion
boolean isHasRegion()Get Country has Region. Country contains Regions -
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 -
setIsAddressLinesLocalReverse
void setIsAddressLinesLocalReverse(boolean IsAddressLinesLocalReverse) Set Reverse Local Address Lines. Print Local Address in reverse Order -
isAddressLinesLocalReverse
boolean isAddressLinesLocalReverse()Get Reverse Local Address Lines. Print Local Address in reverse Order -
setIsAddressLinesReverse
void setIsAddressLinesReverse(boolean IsAddressLinesReverse) Set Reverse Address Lines. Print Address in reverse Order -
isAddressLinesReverse
boolean isAddressLinesReverse()Get Reverse Address Lines. Print Address in reverse Order -
setIsPostcodeLookup
void setIsPostcodeLookup(boolean IsPostcodeLookup) Set Use Postcode Lookup. Does this country have a post code web service -
isPostcodeLookup
boolean isPostcodeLookup()Get Use Postcode Lookup. Does this country have a post code web service -
setLookupClassName
Set Lookup ClassName. The class name of the postcode lookup plugin -
getLookupClassName
String getLookupClassName()Get Lookup ClassName. The class name of the postcode lookup plugin -
setLookupClientID
Set Lookup Tenant ID. The Client ID or Login submitted to the Lookup URL -
getLookupClientID
String getLookupClientID()Get Lookup Tenant ID. The Client ID or Login submitted to the Lookup URL -
setLookupPassword
Set Lookup Password. The password submitted to the Lookup URL -
getLookupPassword
String getLookupPassword()Get Lookup Password. The password submitted to the Lookup URL -
setLookupUrl
Set Lookup URL. The URL of the web service that the plugin connects to in order to retrieve postcode data -
getLookupUrl
String getLookupUrl()Get Lookup URL. The URL of the web service that the plugin connects to in order to retrieve postcode data -
setMediaSize
Set Media Size. Java Media Size -
getMediaSize
String getMediaSize()Get Media Size. Java Media Size -
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setPlaceholderAddress1
Set Placeholder for Address 1 -
getPlaceholderAddress1
String getPlaceholderAddress1()Get Placeholder for Address 1 -
setPlaceholderAddress2
Set Placeholder for Address 2 -
getPlaceholderAddress2
String getPlaceholderAddress2()Get Placeholder for Address 2 -
setPlaceholderAddress3
Set Placeholder for Address 3 -
getPlaceholderAddress3
String getPlaceholderAddress3()Get Placeholder for Address 3 -
setPlaceholderAddress4
Set Placeholder for Address 4 -
getPlaceholderAddress4
String getPlaceholderAddress4()Get Placeholder for Address 4 -
setPlaceholderAddress5
Set Placeholder for Address 5 -
getPlaceholderAddress5
String getPlaceholderAddress5()Get Placeholder for Address 5 -
setPlaceholderCity
Set Placeholder for city -
getPlaceholderCity
String getPlaceholderCity()Get Placeholder for city -
setPlaceholderComments
Set Placeholder for comments -
getPlaceholderComments
String getPlaceholderComments()Get Placeholder for comments -
setPlaceholderPostal
Set Placeholder for postal -
getPlaceholderPostal
String getPlaceholderPostal()Get Placeholder for postal -
setPlaceholderPostal_Add
Set Placeholder for additional zip -
getPlaceholderPostal_Add
String getPlaceholderPostal_Add()Get Placeholder for additional zip -
setRegionName
Set Region. Name of the Region -
getRegionName
String getRegionName()Get Region. Name of the Region -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-