Package org.compiere.model
Class X_C_Country
java.lang.Object
org.compiere.model.PO
org.compiere.model.X_C_Country
- All Implemented Interfaces:
Serializable,Cloneable,Comparator<Object>,I_C_Country,I_Persistent,Evaluatee
- Direct Known Subclasses:
MCountry
Generated Model for C_Country
- Version:
- Release 13 - $Id$
- Author:
- iDempiere (generated)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAD_Language AD_Reference_ID=106Fields inherited from class org.compiere.model.PO
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, LOCAL_TRX_PREFIX, log, p_ctx, p_info, UUID_NEW_RECORD, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_IDFields inherited from interface org.compiere.model.I_C_Country
accessLevel, COLUMNNAME_AD_Client_ID, COLUMNNAME_AD_Language, COLUMNNAME_AD_Org_ID, COLUMNNAME_AllowCitiesOutOfList, COLUMNNAME_C_Country_ID, COLUMNNAME_C_Country_UU, COLUMNNAME_C_Currency_ID, COLUMNNAME_CaptureSequence, COLUMNNAME_CountryCode, COLUMNNAME_Created, COLUMNNAME_CreatedBy, COLUMNNAME_Description, COLUMNNAME_DisplaySequence, COLUMNNAME_DisplaySequenceLocal, COLUMNNAME_ExpressionBankAccountNo, COLUMNNAME_ExpressionBankRoutingNo, COLUMNNAME_ExpressionPhone, COLUMNNAME_ExpressionPostal, COLUMNNAME_ExpressionPostal_Add, COLUMNNAME_HasPostal_Add, COLUMNNAME_HasRegion, COLUMNNAME_IsActive, COLUMNNAME_IsAddressLinesLocalReverse, COLUMNNAME_IsAddressLinesReverse, COLUMNNAME_ISOCountryCodeAlpha3, COLUMNNAME_IsPostcodeLookup, COLUMNNAME_LookupClassName, COLUMNNAME_LookupClientID, COLUMNNAME_LookupPassword, COLUMNNAME_LookupUrl, COLUMNNAME_M49Code, COLUMNNAME_MediaSize, COLUMNNAME_Name, COLUMNNAME_PlaceholderAddress1, COLUMNNAME_PlaceholderAddress2, COLUMNNAME_PlaceholderAddress3, COLUMNNAME_PlaceholderAddress4, COLUMNNAME_PlaceholderAddress5, COLUMNNAME_PlaceholderCity, COLUMNNAME_PlaceholderComments, COLUMNNAME_PlaceholderPostal, COLUMNNAME_PlaceholderPostal_Add, COLUMNNAME_RegionName, COLUMNNAME_Updated, COLUMNNAME_UpdatedBy, Model, Table_ID, Table_Name -
Constructor Summary
ConstructorsConstructorDescriptionX_C_Country(Properties ctx, int C_Country_ID, String trxName) Standard ConstructorX_C_Country(Properties ctx, int C_Country_ID, String trxName, String... virtualColumns) Standard ConstructorX_C_Country(Properties ctx, String C_Country_UU, String trxName) Standard ConstructorX_C_Country(Properties ctx, String C_Country_UU, String trxName, String... virtualColumns) Standard ConstructorX_C_Country(Properties ctx, ResultSet rs, String trxName) Load Constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected intAccessLevelGet Language.intGet Country.Get C_Country_UU.Deprecated.intGet Currency.Get Capture Sequence.Get ISO Country Code.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 ISO Alpha-3 Code.Get Record ID/ColumnNameGet Lookup ClassName.Get Lookup Tenant ID.Get Lookup Password.Get Lookup URL.Get M49 Code.Get Media Size.getName()Get Name.Get Placeholder for Address 1.Get Placeholder for Address 2.Get Placeholder for Address 3.Get Placeholder for Address 4.Get Placeholder for Address 5.Get Placeholder for city.Get Placeholder for comments.Get Placeholder for postal.Get Placeholder for additional zip.Get Region.protected POInfoinitPO(Properties ctx) Load Meta DatabooleanGet Reverse Local Address Lines.booleanGet Reverse Address Lines.booleanGet Allow Cities out of List.booleanGet Additional Postal code.booleanGet Country has Region.booleanGet Use Postcode Lookup.voidsetAD_Language(String AD_Language) Set Language.voidsetAllowCitiesOutOfList(boolean AllowCitiesOutOfList) Set Allow Cities out of List.voidsetC_Country_ID(int C_Country_ID) Set Country.voidsetC_Country_UU(String C_Country_UU) Set C_Country_UU.voidsetC_Currency_ID(int C_Currency_ID) Set Currency.voidsetCaptureSequence(String CaptureSequence) Set Capture Sequence.voidsetCountryCode(String CountryCode) Set ISO Country Code.voidsetDescription(String Description) Set Description.voidsetDisplaySequence(String DisplaySequence) Set Address Print Format.voidsetDisplaySequenceLocal(String DisplaySequenceLocal) Set Local Address Format.voidsetExpressionBankAccountNo(String ExpressionBankAccountNo) Set Bank Account No Format.voidsetExpressionBankRoutingNo(String ExpressionBankRoutingNo) Set Bank Routing No Format.voidsetExpressionPhone(String ExpressionPhone) Set Phone Format.voidsetExpressionPostal(String ExpressionPostal) Set Postal Code Format.voidsetExpressionPostal_Add(String ExpressionPostal_Add) Set Additional Postal Format.voidsetHasPostal_Add(boolean HasPostal_Add) Set Additional Postal code.voidsetHasRegion(boolean HasRegion) Set Country has Region.voidsetIsAddressLinesLocalReverse(boolean IsAddressLinesLocalReverse) Set Reverse Local Address Lines.voidsetIsAddressLinesReverse(boolean IsAddressLinesReverse) Set Reverse Address Lines.voidsetISOCountryCodeAlpha3(String ISOCountryCodeAlpha3) Set ISO Alpha-3 Code.voidsetIsPostcodeLookup(boolean IsPostcodeLookup) Set Use Postcode Lookup.voidsetLookupClassName(String LookupClassName) Set Lookup ClassName.voidsetLookupClientID(String LookupClientID) Set Lookup Tenant ID.voidsetLookupPassword(String LookupPassword) Set Lookup Password.voidsetLookupUrl(String LookupUrl) Set Lookup URL.voidsetM49Code(String M49Code) Set M49 Code.voidsetMediaSize(String MediaSize) Set Media Size.voidSet Name.voidsetPlaceholderAddress1(String PlaceholderAddress1) Set Placeholder for Address 1.voidsetPlaceholderAddress2(String PlaceholderAddress2) Set Placeholder for Address 2.voidsetPlaceholderAddress3(String PlaceholderAddress3) Set Placeholder for Address 3.voidsetPlaceholderAddress4(String PlaceholderAddress4) Set Placeholder for Address 4.voidsetPlaceholderAddress5(String PlaceholderAddress5) Set Placeholder for Address 5.voidsetPlaceholderCity(String PlaceholderCity) Set Placeholder for city.voidsetPlaceholderComments(String PlaceholderComments) Set Placeholder for comments.voidsetPlaceholderPostal(String PlaceholderPostal) Set Placeholder for postal.voidsetPlaceholderPostal_Add(String PlaceholderPostal_Add) Set Placeholder for additional zip.voidsetRegionName(String RegionName) Set Region.toString()String representationMethods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, buildInsertSQL, checkImmutable, clearCrossTenantSafe, clone, columnExists, columnExists, compare, copyPO, copyValues, copyValues, createAttachment, delete, delete, delete_Accounting, delete_Tree, deleteEx, deleteEx, dump, dump, equals, get_Attribute, get_Attributes, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_OptimisticLockingColumns, get_Table_ID, get_TableAttribute, get_TableAttributeAsBoolean, get_TableAttributeAsInt, get_TableAttributes, get_TableName, get_Translation, get_Translation, get_Translation, get_Translation, get_Translation, get_TrxName, get_UUID, get_Value, get_Value, get_ValueAsBoolean, get_ValueAsInt, get_ValueAsInt, get_ValueAsString, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, getUUIDColumnName, getUUIDColumnName, hashCode, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_Immutable, is_new, is_UseOptimisticLocking, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadByUU, loadComplete, loadDefaults, loadPO, loadSpecial, lock, makeImmutable, postDelete, retrieveIdOfParentValue, retrieveIdOfParentValue, save, save, saveCrossTenantSafe, saveCrossTenantSafeEx, saveCrossTenantSafeEx, saveEx, saveEx, saveNew_afterSetID, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_Attribute, set_ColumnUpdateable, set_CustomColumn, set_CustomColumnReturningBoolean, set_OptimisticLockingColumns, set_TrxName, set_TrxName, set_UseOptimisticLocking, set_Value, set_Value, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, set_ValueOfColumnReturningBoolean, set_ValueOfColumnReturningBoolean, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setCrossTenantSafe, setDoc, setDocWorkflowMgr, setIsActive, setProcessedOn, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, toInsertSQL, unlock, update_Tree, validForeignKeys, validForeignKeysExMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongMethods inherited from interface org.compiere.model.I_C_Country
getAD_Client_ID, getAD_Org_ID, getCreated, getCreatedBy, getUpdated, getUpdatedBy, isActive, setAD_Org_ID, setIsActiveMethods inherited from interface org.compiere.model.I_Persistent
save
-
Field Details
-
AD_LANGUAGE_AD_Reference_ID
public static final int AD_LANGUAGE_AD_Reference_IDAD_Language AD_Reference_ID=106- See Also:
-
-
Constructor Details
-
X_C_Country
Standard Constructor -
X_C_Country
Standard Constructor -
X_C_Country
Standard Constructor -
X_C_Country
Standard Constructor -
X_C_Country
Load Constructor
-
-
Method Details
-
get_AccessLevel
protected int get_AccessLevel()AccessLevel- Specified by:
get_AccessLevelin classPO- Returns:
- 6 - System - Client
-
initPO
Load Meta Data -
toString
Description copied from class:POString representation -
setAD_Language
Set Language.- Specified by:
setAD_Languagein interfaceI_C_Country- Parameters:
AD_Language- Language for this entity
-
getAD_Language
Get Language.- Specified by:
getAD_Languagein interfaceI_C_Country- Returns:
- Language for this entity
-
setAllowCitiesOutOfList
public void setAllowCitiesOutOfList(boolean AllowCitiesOutOfList) Set Allow Cities out of List.- Specified by:
setAllowCitiesOutOfListin interfaceI_C_Country- Parameters:
AllowCitiesOutOfList- A flag to allow cities, currently not in the list, to be entered
-
isAllowCitiesOutOfList
public boolean isAllowCitiesOutOfList()Get Allow Cities out of List.- Specified by:
isAllowCitiesOutOfListin interfaceI_C_Country- Returns:
- A flag to allow cities, currently not in the list, to be entered
-
setC_Country_ID
public void setC_Country_ID(int C_Country_ID) Set Country.- Specified by:
setC_Country_IDin interfaceI_C_Country- Parameters:
C_Country_ID- Country
-
getC_Country_ID
public int getC_Country_ID()Get Country.- Specified by:
getC_Country_IDin interfaceI_C_Country- Returns:
- Country
-
setC_Country_UU
Set C_Country_UU.- Specified by:
setC_Country_UUin interfaceI_C_Country- Parameters:
C_Country_UU- C_Country_UU
-
getC_Country_UU
Get C_Country_UU.- Specified by:
getC_Country_UUin interfaceI_C_Country- Returns:
- C_Country_UU
-
getC_Currency
Deprecated.- Specified by:
getC_Currencyin interfaceI_C_Country- Throws:
RuntimeException
-
setC_Currency_ID
public void setC_Currency_ID(int C_Currency_ID) Set Currency.- Specified by:
setC_Currency_IDin interfaceI_C_Country- Parameters:
C_Currency_ID- The Currency for this record
-
getC_Currency_ID
public int getC_Currency_ID()Get Currency.- Specified by:
getC_Currency_IDin interfaceI_C_Country- Returns:
- The Currency for this record
-
setCaptureSequence
Set Capture Sequence.- Specified by:
setCaptureSequencein interfaceI_C_Country- Parameters:
CaptureSequence- Capture Sequence
-
getCaptureSequence
Get Capture Sequence.- Specified by:
getCaptureSequencein interfaceI_C_Country- Returns:
- Capture Sequence
-
setCountryCode
Set ISO Country Code.- Specified by:
setCountryCodein interfaceI_C_Country- Parameters:
CountryCode- Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1
-
getCountryCode
Get ISO Country Code.- Specified by:
getCountryCodein interfaceI_C_Country- Returns:
- Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1
-
setDescription
Set Description.- Specified by:
setDescriptionin interfaceI_C_Country- Parameters:
Description- Optional short description of the record
-
getDescription
Get Description.- Specified by:
getDescriptionin interfaceI_C_Country- Returns:
- Optional short description of the record
-
setDisplaySequence
Set Address Print Format.- Specified by:
setDisplaySequencein interfaceI_C_Country- Parameters:
DisplaySequence- Format for printing this Address
-
getDisplaySequence
Get Address Print Format.- Specified by:
getDisplaySequencein interfaceI_C_Country- Returns:
- Format for printing this Address
-
setDisplaySequenceLocal
Set Local Address Format.- Specified by:
setDisplaySequenceLocalin interfaceI_C_Country- Parameters:
DisplaySequenceLocal- Format for printing this Address locally
-
getDisplaySequenceLocal
Get Local Address Format.- Specified by:
getDisplaySequenceLocalin interfaceI_C_Country- Returns:
- Format for printing this Address locally
-
setExpressionBankAccountNo
Set Bank Account No Format.- Specified by:
setExpressionBankAccountNoin interfaceI_C_Country- Parameters:
ExpressionBankAccountNo- Format of the Bank Account
-
getExpressionBankAccountNo
Get Bank Account No Format.- Specified by:
getExpressionBankAccountNoin interfaceI_C_Country- Returns:
- Format of the Bank Account
-
setExpressionBankRoutingNo
Set Bank Routing No Format.- Specified by:
setExpressionBankRoutingNoin interfaceI_C_Country- Parameters:
ExpressionBankRoutingNo- Format of the Bank Routing Number
-
getExpressionBankRoutingNo
Get Bank Routing No Format.- Specified by:
getExpressionBankRoutingNoin interfaceI_C_Country- Returns:
- Format of the Bank Routing Number
-
setExpressionPhone
Set Phone Format.- Specified by:
setExpressionPhonein interfaceI_C_Country- Parameters:
ExpressionPhone- Format of the phone; Can contain fixed format elements, Variables: "_lLoOaAcCa09"
-
getExpressionPhone
Get Phone Format.- Specified by:
getExpressionPhonein interfaceI_C_Country- Returns:
- Format of the phone; Can contain fixed format elements, Variables: "_lLoOaAcCa09"
-
setExpressionPostal
Set Postal Code Format.- Specified by:
setExpressionPostalin interfaceI_C_Country- Parameters:
ExpressionPostal- Format of the postal code; Can contain fixed format elements, Variables: "_lLoOaAcCa09"
-
getExpressionPostal
Get Postal Code Format.- Specified by:
getExpressionPostalin interfaceI_C_Country- Returns:
- Format of the postal code; Can contain fixed format elements, Variables: "_lLoOaAcCa09"
-
setExpressionPostal_Add
Set Additional Postal Format.- Specified by:
setExpressionPostal_Addin interfaceI_C_Country- Parameters:
ExpressionPostal_Add- Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09"
-
getExpressionPostal_Add
Get Additional Postal Format.- Specified by:
getExpressionPostal_Addin interfaceI_C_Country- Returns:
- Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09"
-
setHasPostal_Add
public void setHasPostal_Add(boolean HasPostal_Add) Set Additional Postal code.- Specified by:
setHasPostal_Addin interfaceI_C_Country- Parameters:
HasPostal_Add- Has Additional Postal Code
-
isHasPostal_Add
public boolean isHasPostal_Add()Get Additional Postal code.- Specified by:
isHasPostal_Addin interfaceI_C_Country- Returns:
- Has Additional Postal Code
-
setHasRegion
public void setHasRegion(boolean HasRegion) Set Country has Region.- Specified by:
setHasRegionin interfaceI_C_Country- Parameters:
HasRegion- Country contains Regions
-
isHasRegion
public boolean isHasRegion()Get Country has Region.- Specified by:
isHasRegionin interfaceI_C_Country- Returns:
- Country contains Regions
-
setISOCountryCodeAlpha3
Set ISO Alpha-3 Code.- Specified by:
setISOCountryCodeAlpha3in interfaceI_C_Country- Parameters:
ISOCountryCodeAlpha3- ISO Alpha-3 country code - a three-letter code that represents a country name, which is usually more closely related to the country name
-
getISOCountryCodeAlpha3
Get ISO Alpha-3 Code.- Specified by:
getISOCountryCodeAlpha3in interfaceI_C_Country- Returns:
- ISO Alpha-3 country code - a three-letter code that represents a country name, which is usually more closely related to the country name
-
setIsAddressLinesLocalReverse
public void setIsAddressLinesLocalReverse(boolean IsAddressLinesLocalReverse) Set Reverse Local Address Lines.- Specified by:
setIsAddressLinesLocalReversein interfaceI_C_Country- Parameters:
IsAddressLinesLocalReverse- Print Local Address in reverse Order
-
isAddressLinesLocalReverse
public boolean isAddressLinesLocalReverse()Get Reverse Local Address Lines.- Specified by:
isAddressLinesLocalReversein interfaceI_C_Country- Returns:
- Print Local Address in reverse Order
-
setIsAddressLinesReverse
public void setIsAddressLinesReverse(boolean IsAddressLinesReverse) Set Reverse Address Lines.- Specified by:
setIsAddressLinesReversein interfaceI_C_Country- Parameters:
IsAddressLinesReverse- Print Address in reverse Order
-
isAddressLinesReverse
public boolean isAddressLinesReverse()Get Reverse Address Lines.- Specified by:
isAddressLinesReversein interfaceI_C_Country- Returns:
- Print Address in reverse Order
-
setIsPostcodeLookup
public void setIsPostcodeLookup(boolean IsPostcodeLookup) Set Use Postcode Lookup.- Specified by:
setIsPostcodeLookupin interfaceI_C_Country- Parameters:
IsPostcodeLookup- Does this country have a post code web service
-
isPostcodeLookup
public boolean isPostcodeLookup()Get Use Postcode Lookup.- Specified by:
isPostcodeLookupin interfaceI_C_Country- Returns:
- Does this country have a post code web service
-
setLookupClassName
Set Lookup ClassName.- Specified by:
setLookupClassNamein interfaceI_C_Country- Parameters:
LookupClassName- The class name of the postcode lookup plugin
-
getLookupClassName
Get Lookup ClassName.- Specified by:
getLookupClassNamein interfaceI_C_Country- Returns:
- The class name of the postcode lookup plugin
-
setLookupClientID
Set Lookup Tenant ID.- Specified by:
setLookupClientIDin interfaceI_C_Country- Parameters:
LookupClientID- The Client ID or Login submitted to the Lookup URL
-
getLookupClientID
Get Lookup Tenant ID.- Specified by:
getLookupClientIDin interfaceI_C_Country- Returns:
- The Client ID or Login submitted to the Lookup URL
-
setLookupPassword
Set Lookup Password.- Specified by:
setLookupPasswordin interfaceI_C_Country- Parameters:
LookupPassword- The password submitted to the Lookup URL
-
getLookupPassword
Get Lookup Password.- Specified by:
getLookupPasswordin interfaceI_C_Country- Returns:
- The password submitted to the Lookup URL
-
setLookupUrl
Set Lookup URL.- Specified by:
setLookupUrlin interfaceI_C_Country- Parameters:
LookupUrl- The URL of the web service that the plugin connects to in order to retrieve postcode data
-
getLookupUrl
Get Lookup URL.- Specified by:
getLookupUrlin interfaceI_C_Country- Returns:
- The URL of the web service that the plugin connects to in order to retrieve postcode data
-
setM49Code
Set M49 Code.- Specified by:
setM49Codein interfaceI_C_Country- Parameters:
M49Code- Standard country codes for statistical use (M49) defined by the United Nations
-
getM49Code
Get M49 Code.- Specified by:
getM49Codein interfaceI_C_Country- Returns:
- Standard country codes for statistical use (M49) defined by the United Nations
-
setMediaSize
Set Media Size.- Specified by:
setMediaSizein interfaceI_C_Country- Parameters:
MediaSize- Java Media Size
-
getMediaSize
Get Media Size.- Specified by:
getMediaSizein interfaceI_C_Country- Returns:
- Java Media Size
-
setName
Set Name.- Specified by:
setNamein interfaceI_C_Country- Parameters:
Name- Alphanumeric identifier of the entity
-
getName
Get Name.- Specified by:
getNamein interfaceI_C_Country- Returns:
- Alphanumeric identifier of the entity
-
getKeyNamePair
Get Record ID/ColumnName- Returns:
- ID/ColumnName pair
-
setPlaceholderAddress1
Set Placeholder for Address 1.- Specified by:
setPlaceholderAddress1in interfaceI_C_Country- Parameters:
PlaceholderAddress1- Placeholder for Address 1
-
getPlaceholderAddress1
Get Placeholder for Address 1.- Specified by:
getPlaceholderAddress1in interfaceI_C_Country- Returns:
- Placeholder for Address 1
-
setPlaceholderAddress2
Set Placeholder for Address 2.- Specified by:
setPlaceholderAddress2in interfaceI_C_Country- Parameters:
PlaceholderAddress2- Placeholder for Address 2
-
getPlaceholderAddress2
Get Placeholder for Address 2.- Specified by:
getPlaceholderAddress2in interfaceI_C_Country- Returns:
- Placeholder for Address 2
-
setPlaceholderAddress3
Set Placeholder for Address 3.- Specified by:
setPlaceholderAddress3in interfaceI_C_Country- Parameters:
PlaceholderAddress3- Placeholder for Address 3
-
getPlaceholderAddress3
Get Placeholder for Address 3.- Specified by:
getPlaceholderAddress3in interfaceI_C_Country- Returns:
- Placeholder for Address 3
-
setPlaceholderAddress4
Set Placeholder for Address 4.- Specified by:
setPlaceholderAddress4in interfaceI_C_Country- Parameters:
PlaceholderAddress4- Placeholder for Address 4
-
getPlaceholderAddress4
Get Placeholder for Address 4.- Specified by:
getPlaceholderAddress4in interfaceI_C_Country- Returns:
- Placeholder for Address 4
-
setPlaceholderAddress5
Set Placeholder for Address 5.- Specified by:
setPlaceholderAddress5in interfaceI_C_Country- Parameters:
PlaceholderAddress5- Placeholder for Address 5
-
getPlaceholderAddress5
Get Placeholder for Address 5.- Specified by:
getPlaceholderAddress5in interfaceI_C_Country- Returns:
- Placeholder for Address 5
-
setPlaceholderCity
Set Placeholder for city.- Specified by:
setPlaceholderCityin interfaceI_C_Country- Parameters:
PlaceholderCity- Placeholder for city
-
getPlaceholderCity
Get Placeholder for city.- Specified by:
getPlaceholderCityin interfaceI_C_Country- Returns:
- Placeholder for city
-
setPlaceholderComments
Set Placeholder for comments.- Specified by:
setPlaceholderCommentsin interfaceI_C_Country- Parameters:
PlaceholderComments- Placeholder for comments
-
getPlaceholderComments
Get Placeholder for comments.- Specified by:
getPlaceholderCommentsin interfaceI_C_Country- Returns:
- Placeholder for comments
-
setPlaceholderPostal
Set Placeholder for postal.- Specified by:
setPlaceholderPostalin interfaceI_C_Country- Parameters:
PlaceholderPostal- Placeholder for postal
-
getPlaceholderPostal
Get Placeholder for postal.- Specified by:
getPlaceholderPostalin interfaceI_C_Country- Returns:
- Placeholder for postal
-
setPlaceholderPostal_Add
Set Placeholder for additional zip.- Specified by:
setPlaceholderPostal_Addin interfaceI_C_Country- Parameters:
PlaceholderPostal_Add- Placeholder for additional zip
-
getPlaceholderPostal_Add
Get Placeholder for additional zip.- Specified by:
getPlaceholderPostal_Addin interfaceI_C_Country- Returns:
- Placeholder for additional zip
-
setRegionName
Set Region.- Specified by:
setRegionNamein interfaceI_C_Country- Parameters:
RegionName- Name of the Region
-
getRegionName
Get Region.- Specified by:
getRegionNamein interfaceI_C_Country- Returns:
- Name of the Region
-