Adempiere 3.5.2a

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 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_AD_Language
          Column name AD_Language
static String COLUMNNAME_C_Country_ID
          Column name C_Country_ID
static String COLUMNNAME_C_Currency_ID
          Column name C_Currency_ID
static String COLUMNNAME_CountryCode
          Column name CountryCode
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_DisplaySequence
          Column name DisplaySequence
static String COLUMNNAME_DisplaySequenceLocal
          Column name DisplaySequenceLocal
static String COLUMNNAME_ExpressionBankAccountNo
          Column name ExpressionBankAccountNo
static String COLUMNNAME_ExpressionBankRoutingNo
          Column name ExpressionBankRoutingNo
static String COLUMNNAME_ExpressionPhone
          Column name ExpressionPhone
static String COLUMNNAME_ExpressionPostal
          Column name ExpressionPostal
static String COLUMNNAME_ExpressionPostal_Add
          Column name ExpressionPostal_Add
static String COLUMNNAME_HasPostal_Add
          Column name HasPostal_Add
static String COLUMNNAME_HasRegion
          Column name HasRegion
static String COLUMNNAME_IsAddressLinesLocalReverse
          Column name IsAddressLinesLocalReverse
static String COLUMNNAME_IsAddressLinesReverse
          Column name IsAddressLinesReverse
static String COLUMNNAME_IsPostcodeLookup
          Column name IsPostcodeLookup
static String COLUMNNAME_LookupClassName
          Column name LookupClassName
static String COLUMNNAME_LookupClientID
          Column name LookupClientID
static String COLUMNNAME_LookupPassword
          Column name LookupPassword
static String COLUMNNAME_LookupUrl
          Column name LookupUrl
static String COLUMNNAME_MediaSize
          Column name MediaSize
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_RegionName
          Column name RegionName
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=170
static String Table_Name
          TableName=C_Country
 
Method Summary
 String getAD_Language()
          Get Language.
 int getC_Country_ID()
          Get Country.
 int getC_Currency_ID()
          Get Currency.
 I_C_Currency getC_Currency()
           
 String getCountryCode()
          Get ISO Country Code.
 String getDescription()
          Get Description.
 String getDisplaySequence()
          Get Address Print Format.
 String getDisplaySequenceLocal()
          Get Local Address Format.
 String getExpressionBankAccountNo()
          Get Bank Account No Format.
 String getExpressionBankRoutingNo()
          Get Bank Routing No Format.
 String getExpressionPhone()
          Get Phone Format.
 String getExpressionPostal_Add()
          Get Additional Postal Format.
 String getExpressionPostal()
          Get Postal Code Format.
 String getLookupClassName()
          Get LookupClassName.
 String getLookupClientID()
          Get LookupClientID.
 String getLookupPassword()
          Get LookupPassword.
 String getLookupUrl()
          Get LookupUrl.
 String getMediaSize()
          Get Media Size.
 String getName()
          Get Name.
 String getRegionName()
          Get Region.
 boolean isAddressLinesLocalReverse()
          Get Reverse Local Address Lines.
 boolean isAddressLinesReverse()
          Get Reverse Address Lines.
 boolean isHasPostal_Add()
          Get Additional Postal code.
 boolean isHasRegion()
          Get Country has Region.
 boolean isPostcodeLookup()
          Get IsPostcodeLookup.
 void setAD_Language(String AD_Language)
          Set Language.
 void setC_Country_ID(int C_Country_ID)
          Set Country.
 void setC_Currency_ID(int C_Currency_ID)
          Set Currency.
 void 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_Add(String ExpressionPostal_Add)
          Set Additional Postal Format.
 void setExpressionPostal(String ExpressionPostal)
          Set Postal Code Format.
 void setHasPostal_Add(boolean HasPostal_Add)
          Set Additional Postal code.
 void setHasRegion(boolean HasRegion)
          Set Country has Region.
 void setIsAddressLinesLocalReverse(boolean IsAddressLinesLocalReverse)
          Set Reverse Local Address Lines.
 void setIsAddressLinesReverse(boolean IsAddressLinesReverse)
          Set Reverse Address Lines.
 void setIsPostcodeLookup(boolean IsPostcodeLookup)
          Set IsPostcodeLookup.
 void setLookupClassName(String LookupClassName)
          Set LookupClassName.
 void setLookupClientID(String LookupClientID)
          Set LookupClientID.
 void setLookupPassword(String LookupPassword)
          Set LookupPassword.
 void setLookupUrl(String LookupUrl)
          Set LookupUrl.
 void setMediaSize(String MediaSize)
          Set Media Size.
 void setName(String Name)
          Set Name.
 void setRegionName(String RegionName)
          Set Region.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_Country

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=170


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_AD_Language

static final String COLUMNNAME_AD_Language
Column name AD_Language

See Also:
Constant Field Values

COLUMNNAME_C_Country_ID

static final String COLUMNNAME_C_Country_ID
Column name C_Country_ID

See Also:
Constant Field Values

COLUMNNAME_C_Currency_ID

static final String COLUMNNAME_C_Currency_ID
Column name C_Currency_ID

See Also:
Constant Field Values

COLUMNNAME_CountryCode

static final String COLUMNNAME_CountryCode
Column name CountryCode

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_DisplaySequence

static final String COLUMNNAME_DisplaySequence
Column name DisplaySequence

See Also:
Constant Field Values

COLUMNNAME_DisplaySequenceLocal

static final String COLUMNNAME_DisplaySequenceLocal
Column name DisplaySequenceLocal

See Also:
Constant Field Values

COLUMNNAME_ExpressionBankAccountNo

static final String COLUMNNAME_ExpressionBankAccountNo
Column name ExpressionBankAccountNo

See Also:
Constant Field Values

COLUMNNAME_ExpressionBankRoutingNo

static final String COLUMNNAME_ExpressionBankRoutingNo
Column name ExpressionBankRoutingNo

See Also:
Constant Field Values

COLUMNNAME_ExpressionPhone

static final String COLUMNNAME_ExpressionPhone
Column name ExpressionPhone

See Also:
Constant Field Values

COLUMNNAME_ExpressionPostal

static final String COLUMNNAME_ExpressionPostal
Column name ExpressionPostal

See Also:
Constant Field Values

COLUMNNAME_ExpressionPostal_Add

static final String COLUMNNAME_ExpressionPostal_Add
Column name ExpressionPostal_Add

See Also:
Constant Field Values

COLUMNNAME_HasPostal_Add

static final String COLUMNNAME_HasPostal_Add
Column name HasPostal_Add

See Also:
Constant Field Values

COLUMNNAME_HasRegion

static final String COLUMNNAME_HasRegion
Column name HasRegion

See Also:
Constant Field Values

COLUMNNAME_IsAddressLinesLocalReverse

static final String COLUMNNAME_IsAddressLinesLocalReverse
Column name IsAddressLinesLocalReverse

See Also:
Constant Field Values

COLUMNNAME_IsAddressLinesReverse

static final String COLUMNNAME_IsAddressLinesReverse
Column name IsAddressLinesReverse

See Also:
Constant Field Values

COLUMNNAME_IsPostcodeLookup

static final String COLUMNNAME_IsPostcodeLookup
Column name IsPostcodeLookup

See Also:
Constant Field Values

COLUMNNAME_LookupClassName

static final String COLUMNNAME_LookupClassName
Column name LookupClassName

See Also:
Constant Field Values

COLUMNNAME_LookupClientID

static final String COLUMNNAME_LookupClientID
Column name LookupClientID

See Also:
Constant Field Values

COLUMNNAME_LookupPassword

static final String COLUMNNAME_LookupPassword
Column name LookupPassword

See Also:
Constant Field Values

COLUMNNAME_LookupUrl

static final String COLUMNNAME_LookupUrl
Column name LookupUrl

See Also:
Constant Field Values

COLUMNNAME_MediaSize

static final String COLUMNNAME_MediaSize
Column name MediaSize

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_RegionName

static final String COLUMNNAME_RegionName
Column name RegionName

See Also:
Constant Field Values
Method Detail

setAD_Language

void setAD_Language(String AD_Language)
Set Language. Language for this entity


getAD_Language

String getAD_Language()
Get Language. Language for this entity


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_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

I_C_Currency getC_Currency()
                           throws Exception
Throws:
Exception

setCountryCode

void setCountryCode(String CountryCode)
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


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setDisplaySequence

void setDisplaySequence(String DisplaySequence)
Set Address Print Format. Format for printing this Address


getDisplaySequence

String getDisplaySequence()
Get Address Print Format. Format for printing this Address


setDisplaySequenceLocal

void setDisplaySequenceLocal(String DisplaySequenceLocal)
Set Local Address Format. Format for printing this Address locally


getDisplaySequenceLocal

String getDisplaySequenceLocal()
Get Local Address Format. Format for printing this Address locally


setExpressionBankAccountNo

void setExpressionBankAccountNo(String ExpressionBankAccountNo)
Set Bank Account No Format. Format of the Bank Account


getExpressionBankAccountNo

String getExpressionBankAccountNo()
Get Bank Account No Format. Format of the Bank Account


setExpressionBankRoutingNo

void setExpressionBankRoutingNo(String ExpressionBankRoutingNo)
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

void setExpressionPhone(String ExpressionPhone)
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

void setExpressionPostal(String ExpressionPostal)
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

void setExpressionPostal_Add(String ExpressionPostal_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


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 IsPostcodeLookup. Does this country have a post code web service


isPostcodeLookup

boolean isPostcodeLookup()
Get IsPostcodeLookup. Does this country have a post code web service


setLookupClassName

void setLookupClassName(String LookupClassName)
Set LookupClassName. The class name of the postcode lookup plugin


getLookupClassName

String getLookupClassName()
Get LookupClassName. The class name of the postcode lookup plugin


setLookupClientID

void setLookupClientID(String LookupClientID)
Set LookupClientID. The ClientID or Login submitted to the Lookup URL


getLookupClientID

String getLookupClientID()
Get LookupClientID. The ClientID or Login submitted to the Lookup URL


setLookupPassword

void setLookupPassword(String LookupPassword)
Set LookupPassword. The password submitted to the Lookup URL


getLookupPassword

String getLookupPassword()
Get LookupPassword. The password submitted to the Lookup URL


setLookupUrl

void setLookupUrl(String LookupUrl)
Set LookupUrl. The URL of the web service that the plugin connects to in order to retrieve postcode data


getLookupUrl

String getLookupUrl()
Get LookupUrl. The URL of the web service that the plugin connects to in order to retrieve postcode data


setMediaSize

void setMediaSize(String MediaSize)
Set Media Size. Java Media Size


getMediaSize

String getMediaSize()
Get Media Size. Java Media Size


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setRegionName

void setRegionName(String RegionName)
Set Region. Name of the Region


getRegionName

String getRegionName()
Get Region. Name of the Region


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.